aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restart the name generator at first_unused_ident for every function.Xavier Leroy2016-02-053-58/+38
* Also print braces around the registers.Bernhard Schommer2016-02-041-2/+7
* Fixed missing \" in json printing for registers.Bernhard Schommer2016-02-041-2/+2
* Added gcc cmd-line option -include.Bernhard Schommer2016-02-031-0/+3
* Merge pull request #85 from AbsInt/option_jsonXavier Leroy2016-02-024-107/+299
|\
| * Added version and compiler working directory to options dump.Bernhard Schommer2016-01-271-0/+4
| * Added new option -doptions.Bernhard Schommer2016-01-272-4/+58
| * Added printer for Configuration and finished Clflags.Bernhard Schommer2016-01-255-135/+201
| * Started implementing a printer for Clflags.Bernhard Schommer2016-01-254-12/+80
* | Make void always incomplete and exit on void members.Bernhard Schommer2016-02-022-2/+8
* | Do test for wrap around on singed ocaml integers.Bernhard Schommer2016-01-281-1/+1
* | Allow adding of attributes in valid_assignment_attr.Bernhard Schommer2016-01-281-2/+2
|/
* Added option to dump preprocessed source code.Bernhard Schommer2016-01-222-4/+13
* Added warning for strict-sequences.Bernhard Schommer2016-01-211-1/+1
* Include fix for wint_t gcc problem.Bernhard Schommer2016-01-211-12/+16
* Removed the last remains of cchecklink.Bernhard Schommer2016-01-211-2/+0
* 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