aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Bernhard Schommer2016-03-1056-740/+590
* Fixed typo in equal types.Bernhard Schommer2016-03-101-1/+1
* Added more support for gcc options.Bernhard Schommer2016-03-021-4/+75
* Merge remote-tracking branch 'origin/configuration-split'Bernhard Schommer2016-02-293-23/+58
|\
| * Split up tools and options.Bernhard Schommer2016-02-253-23/+58
* | Added gcc's Xassembler option.Bernhard Schommer2016-02-291-3/+8
* | Fixed typo. Bug 18066Bernhard Schommer2016-02-291-3/+4
* | Added some gcc linker options.Bernhard Schommer2016-02-261-0/+22
|/
* bug 18168, catch cases where variadic arguments are transfered via registersMichael Schmidt2016-02-241-2/+2
* bug 18168, fix offset computation for var-args in ARM stacklayoutMichael Schmidt2016-02-241-1/+1
* bug 18209, make message compatible to clangMichael Schmidt2016-02-231-1/+1
* bug 18209, check that input files existMichael Schmidt2016-02-231-0/+14
* PR#87: include the BSD license in the LICENSE file.Xavier Leroy2016-02-191-1/+28
* Do not use "movs rd, rs" nor "movs rd, #imm" in Thumb2 mode.Xavier Leroy2016-02-181-2/+8
* Added new option for static linking.Bernhard Schommer2016-02-161-0/+2
* Fixed regression introduced by refactoring of Driver.ml.Bernhard Schommer2016-02-151-3/+7
* Merge pull request #86 from AbsInt/clightgen-improvedBernhard Schommer2016-02-054-90/+114
|\
| * Naming of compiler-generated temporariesXavier Leroy2016-02-051-32/+76
| * 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