aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update the proofs of the C front-end to the new linking framework.Xavier Leroy2016-03-0611-533/+559
| * | Define linking for Csyntax and Clight programs.Xavier Leroy2016-03-063-114/+523
| * | Update the back-end proofs to the new linking framework.Xavier Leroy2016-03-0636-2188/+2093
| * | Put forward_simulation and backward_simulation in Prop instead of TypeXavier Leroy2016-03-062-303/+323
| * | Add support for EF_runtime externalsXavier Leroy2016-03-069-57/+47
| * | Globalenvs: adapt to new linking framework, and revise.Xavier Leroy2016-03-061-1146/+729
| * | AST: extend and adapt to the new linking framework.Xavier Leroy2016-03-061-460/+116
| * | The basic framework for linking and separate compilation.Xavier Leroy2016-03-061-0/+905
| * | Preliminaries: minor extensions to MemoryXavier Leroy2016-03-061-3/+58
| * | Preliminaries: extend the Coqlib and Maps libraries.Xavier Leroy2016-03-062-34/+189
* | | Add -Xalign-value to enforce correct alignment.Bernhard Schommer2016-03-181-2/+3
* | | Print floating-point numbers with more digits in debug outputsXavier Leroy2016-03-159-22/+22
* | | GPR#84: extend Cminor parser to handle single-precision FP operationsXavier Leroy2016-03-152-3/+20
* | | GPR#84: add missing IA32 operators to PrintOpXavier Leroy2016-03-151-0/+3
* | | Merge pull request #90 from AbsInt/sem-castsXavier Leroy2016-03-1114-323/+368
|\ \ \
| * | | Make casts of pointers to _Bool semantically well defined (again).Xavier Leroy2016-03-0214-323/+368
* | | | Merge branch 'relaxed-pointer-arithmetic'Bernhard Schommer2016-03-111-6/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | Relaxing the semantics of pointer arithmetic.Xavier Leroy2016-02-291-6/+21
* | | | 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