aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More unique debug types.Bernhard Schommer2016-01-143-26/+26
* More descriptive error message for failed command.Bernhard Schommer2016-01-111-4/+14
* Added configuration to enable clightgen build.Bernhard Schommer2015-12-282-10/+14
* Merge branch 'master' of ssh://ssh.absint.com/common/repositories/git/tools/c...Bernhard Schommer2015-12-281-2/+4
|\
| * add options for include paths also to the command line of the assembler, bug ...Michael Schmidt2015-12-231-2/+4
* | ARM: bug in expansion of __builtin_clzllXavier Leroy2015-12-221-1/+1
* | Add CLZ builtins for ARM and IA32Xavier Leroy2015-12-2210-7/+68
* | Upgrade for release 2.6.Xavier Leroy2015-12-211-1/+8
|/
* The return type of __builtin_clz() et al is "int", as documented and for GCC ...v2.6Xavier Leroy2015-12-214-6/+8
* powerpc/Asmexpand: fix expansion of __builtin_clzllXavier Leroy2015-12-201-2/+2
* clightgen: update to recent change -fstruct-return/-fstruct-passingXavier Leroy2015-12-191-4/+7
* Update VERSION for release 2.6Xavier Leroy2015-12-191-2/+2
* Update Changelog for release 2.6.Xavier Leroy2015-12-191-0/+49
* Merge pull request #79 from AbsInt/config-optionXavier Leroy2015-12-192-8/+31
|\
| * Removed the open Filename.Bernhard Schommer2015-12-111-9/+8
| * Add a target option.Bernhard Schommer2015-12-112-3/+7
| * Allow relative paths for the tools.Bernhard Schommer2015-12-011-10/+21
| * Allow relative library path.Bernhard Schommer2015-11-301-2/+11
* | Libcompcert should be compiled in thumb mode for armv7m.Bernhard Schommer2015-12-181-2/+2
* | Enum is compatible to its integer type.Bernhard Schommer2015-12-171-0/+3
* | Merge branch 'master' of file:///common/repositories/git/tools/compcertBernhard Schommer2015-12-172-8/+14
|\ \
| * | bug 17752, fix semantics of builtin_set_spr64Michael Schmidt2015-12-161-1/+1
| * | bug 17752, fix tab-indentation in assembly outputMichael Schmidt2015-12-151-1/+1
| * | bug 17752, check target architecture for 64bit-builtinsMichael Schmidt2015-12-151-7/+13
* | | Do not print cfi_sections for bsd.Bernhard Schommer2015-12-171-1/+1
|/ /
* | Print cfi_sections only if cfi is supported.Bernhard Schommer2015-12-154-5/+11
* | bug 17752, add constant propagation for builtinsMichael Schmidt2015-12-151-1/+3
* | bug 17752, rename builtin64_X to __builtin_X64Michael Schmidt2015-12-152-8/+8
* | bug 17752, add builtin64_set_spr and builtin64_get_spr for PowerPCMichael Schmidt2015-12-153-3/+24
* | Bug 17752, add rldicr instruction for PowerPCMichael Schmidt2015-12-153-2/+8
* | bug 17752, add builtin_mr for PowerPCMichael Schmidt2015-12-141-1/+1
* | bug 17752, add builtin_mr for PowerPCMichael Schmidt2015-12-143-6/+31
* | bug 17752, builtin_nop for ia32Michael Schmidt2015-12-142-0/+6
* | bug 17752, add builtin_clzl and builtin_clzll for PowerPCMichael Schmidt2015-12-112-1/+16
* | More gcc/newlib compatibility code.Bernhard Schommer2015-12-112-3/+21
* | bug 17752, add builtin_nop for PowerPCMichael Schmidt2015-12-112-0/+0
* | bug 17752, add builtin_nop for PowerPCMichael Schmidt2015-12-112-0/+6
* | bug 17752, add builtin_uisel as unsigned version of builtin_iselMichael Schmidt2015-12-092-2/+5
* | Merge pull request #78 from AbsInt/struct-passing-2Bernhard Schommer2015-12-084-46/+29
|\ \
| * | Revise and simplify the -fstruct-return and -fstruct-passing options.Xavier Leroy2015-12-084-46/+29
|/ /
* | Ignore .merlin files. Bug 17742Bernhard Schommer2015-12-071-0/+1
* | Ignore *.cmt(i) files and allow global COMPFLAGS.Bernhard Schommer2015-12-072-4/+4
* | Sort strings in the debug_str section.Bernhard Schommer2015-12-041-0/+1
* | Fixed regression introduce by merge of PR#69.Bernhard Schommer2015-12-035-4/+17
* | Open files in binary mode.Bernhard Schommer2015-11-302-3/+2
|/
* New option --conf.Bernhard Schommer2015-11-262-18/+31
* Merge pull request #76 from fpottier/cutBernhard Schommer2015-11-242-2/+3
|\
| * For uniformity with other messages, added an "Ill-formed expression.".François Pottier2015-11-241-0/+1
| * Use 1-based column numbers instead of 0-based.François Pottier2015-11-241-2/+2
* | Merge branch 'master' of github.com:AbsInt/CompCertBernhard Schommer2015-11-242-630/+616
|\ \