tinycc.git
2013-05-05 Shinichiro... Relicensing TinyCC mob
2013-05-05 Thomas Preud... Relicensing TinyCC
2013-05-05 grischkaRelicensing TinyCC
2013-05-01 Daniel GlöcknerARM hardfloat: fix struct return with float/double...
2013-04-29 grischkaavoid "decl after statement" please
2013-04-27 James LyonImproved variable length array support.
2013-04-26 James LyonFixed x86-64 long double passing.
2013-04-26 James LyonFixed silly error in Windows build of tests (abitest...
2013-04-25 James LyonFixed i386 calling convention issue and CMake build...
2013-04-25 James LyonSorted out CMake on x86-64 and fixed silly XMM# bug...
2013-04-25 James LyonAdded cross compilation to CMake build system.
2013-04-24 James Lyon64-bit tests now pass (well, nearly).
2013-04-21 James LyonAdded CMake build system (to facilitate Win64 builds)
2013-04-19 James LyonWorkaround for MinGWs use of 80-bit long double on...
2013-04-19 James LyonFixed 64-bit integer bug introduced by x86-64 ABI work.
2013-04-19 James LyonImproved x86-64 XMM register argument passing.
2013-04-19 James LyonFixed problems with XMM1 use on Linux/x86-64.
2013-04-19 James LyonMost x86-64 tests now work; only on error in test1-3.
2013-04-19 James LyonGot test1-3 working on x86-64.
2013-04-18 James Lyonx86-64 ABI fixes.
2013-04-18 James LyonAdded some additional tests to abitest.c
2013-04-18 James LyonTests in abitest.c now work on Win32.
2013-04-17 James LyonAdded ABI compatibility tests with native compiler...
2013-04-17 James LyonFixed tests on Windows (including out-of-tree problems)
2013-04-17 James LyonFixed out of tree build problem on Windows.
2013-04-08 Thomas Preud... Fix building instruction wrt make/gmake
2013-03-25 JovUpdate README,add x86_64/arm,FreeBSD/OSX etc.
2013-03-19 Thomas Preud... Fix synchronization between data and instr caches
2013-03-18 Thomas Preud... Flush caches before -running program
2013-03-14 Thomas Preud... Fix configure script on FreeBSD
2013-03-11 Thomas Preud... Update .gitignore with regards to test changes
2013-02-20 Urs Janssendocument $CPATH, $C_INCLUDE_PATH, $LIBRARY_PATH
2013-02-19 Urs Janssendon't confuse LD_LIBRARY_PATH (run time) with LIBRARY_P...
2013-02-19 Andrew Aladjevadded CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATH
2013-02-18 Urs Janssenremove doubled prototype
2013-02-18 Thomas Preud... Fix GNU Hurd interpreter path
2013-02-18 Thomas Preud... Add support for KfreeBSD 64bits
2013-02-18 Roylibtcc: tcc_define_symbol() uses strings, fix segfault
2013-02-17 Thomas Preud... Define __STDC_HOSTED__ to a sane value
2013-02-17 Thomas Preud... Define __STDC_HOSTED__
2013-02-16 Urs Janssenadd version number to manpage
2013-02-15 Thomas Preud... Release TinyCC 0.9.26 master release_0_9_26
2013-02-15 Urs Janssenfixed pasto in in 108b2876; background for the addition...
2013-02-15 Urs Janssen- document -dumpversion
2013-02-14 Urs Janssen- don't use GCC_MAJOR to see if we're not using gcc...
2013-02-14 Thomas Preud... Revert "Don't search libgcc_s.so.1 on /lib64"
2013-02-14 grischkaconfigure: detect ARM variants
2013-02-14 Thomas Preud... Don't search libgcc_s.so.1 on /lib64
2013-02-14 grischkaconfigure: pass CONFIG_xxxDIR/PATH options via commandline
2013-02-14 Thomas Preud... Add missing heading slash to detect /lib64 systems
2013-02-14 Thomas Preud... Add arm ABI detection in conftest.c
2013-02-14 Thomas Preud... Another attempt to "detect" multiarch
2013-02-14 Urs Janssen- make clang accept unportable code in libtcc1.c
2013-02-14 grischkaconfigure: cleanup
2013-02-13 Thomas Preud... Create config-print program to test $cc
2013-02-13 Thomas Preud... Various fixes for f9ac2013
2013-02-13 Thomas Preud... Detect multiarch triplet and lddir from ldd output
2013-02-13 Thomas Preud... Fix previous commit
2013-02-13 Thomas Preud... Improve multiarch detection
2013-02-12 grischkalibtcc: new LIBTCCAPI tcc_set_options(TCCState*, const...
2013-02-10 grischkatcc --help: update option summary
2013-02-09 grischkatcc -vv/--print-search-dirs: print more info
2013-02-08 grischkatcc.h: declare CValue.tab[LDOUBLE_SIZE/4]
2013-02-08 Thomas Preud... Fix fn_dirname in configure script
2013-02-06 grischkalib/Makefile: use CC, add bcheck to libtcc1.a
2013-02-05 grischkatccelf: fix debug section relocation
2013-02-05 grischkatests: cleanup
2013-02-05 grischkatests2: move into tests
2013-02-05 Thomas Preud... Align on 4n bytes when copying fct args on stack
2013-02-04 grischkaportability: make tcc_get_symbol() available for non...
2013-02-04 Thomas Preud... Slightly improved support for !gcc compilers
2013-02-04 grischkawin32: Honor "-Wl,-subsystem=console/gui" option
2013-02-04 grischkatccrun.c: unify rt_get_caller_pc prototype
2013-02-04 grischkaMakefile: fix "allow CONFIG_LDDIR=lib64 configuration"
2013-02-04 grischkaportability: fix void* <-> target address conversion...
2013-02-04 grischkaMakefile: allow CONFIG_LDDIR=lib64 configuration
2013-02-04 grischkawin32: wincrt1.c: include stdlib.h for exit()
2013-02-04 grischkac67: remove global #define's for TRUE/FALSE/BOOL
2013-02-04 Thomas Preud... arm-gen.c: fix var initialization in gfunc_call
2013-02-04 Daniel Glöcknerarm: force rounding towards zero on cast to integer...
2013-02-03 Daniel Glöcknerarm: fix conversion from float/double to signed integer...
2013-02-03 Daniel Glöcknerarm: fix conversion from integer to float/double with VFP
2013-01-31 Thomas Preud... Revert "Add predictability in CType initialization."
2013-01-31 Thomas Preud... Revert "Don't call elf_hash on NULL value"
2013-01-31 grischkasafety: replace occurrences of strcpy by pstrcpy
2013-01-31 Thomas Preud... Revert "Check whether structure fields have a type"
2013-01-31 Thomas Preud... Check whether structure fields have a type
2013-01-31 Domingo Alvarez... Don't call elf_hash on NULL value
2013-01-31 Domingo Alvarez... Add predictability in CType initialization.
2013-01-30 Thomas Preud... Fix cross-compilation out-of-tree build
2013-01-30 grischkaChangelog: cleanup
2013-01-30 grischkaarm: define TCC_ARM_VERSION for cross compiler
2013-01-30 grischkatccpe: no debug, no stabs
2013-01-30 grischkaconfigure: use relative paths for in-tree build
2013-01-30 Thomas Preud... Add my copyright for changes in arm-gen.c
2013-01-30 Thomas Preud... Changelog update
2013-01-30 Thomas Preud... Update Changelog
2013-01-29 Thomas Preud... Favor arm hardfloat over arm softfloat.
2013-01-28 Thomas Preud... Fix overflow detection in ARM relocation
2013-01-27 Thomas Preud... Fix stack alignment on 8 bytes at function call
next