aboutsummaryrefslogtreecommitdiffstats
path: root/ia32
Commit message (Expand)AuthorAgeFilesLines
* Fixed minor typos in the comments.Bernhard Schommer2015-10-041-1/+1
* Add the forgotten Fileinfo also to arm and ia32 TargetPrinter.mlBernhard Schommer2015-10-021-0/+1
* Cleanup of now no longer needed functions.Bernhard Schommer2015-10-011-10/+0
* Change the way the debug sections are printed.Bernhard Schommer2015-09-281-3/+5
* Added printing the reference address for the LocRef and started refactoring oldBernhard Schommer2015-09-271-8/+0
* Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-0/+1
* Record the scope structure during unblocking.Bernhard Schommer2015-09-221-0/+2
* Revert "Startet implementation of new Debug interface."Bernhard Schommer2015-09-101-1/+0
* Startet implementation of new Debug interface.Bernhard Schommer2015-09-061-0/+1
* XBernhard Schommer2015-09-068-177/+178
|\
| * Improve error reporting in Asmexpand.Xavier Leroy2015-08-241-10/+38
| * Track the locations of local variables using EF_debug annotations.Xavier Leroy2015-08-231-1/+1
| * Renaming {BA,BR}_longofwords -> {BA,BR}_splitlong.Xavier Leroy2015-08-224-25/+18
| * Adapt the PowerPC port to the new builtin representation.Xavier Leroy2015-08-211-2/+0
| * Simplify the handling of extended inline asm, taking advantage of the new, st...Xavier Leroy2015-08-211-3/+1
| * Merge branch 'master' into 'new-builtins'Xavier Leroy2015-08-213-164/+170
| |\
| * | Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-218-161/+143
* | | Merge branch 'master' into debug_locationsBernhard Schommer2015-08-263-176/+173
|\ \ \ | | |/ | |/|
| * | Asmexpand for ARM: fixed bug in Pfreeframe.Xavier Leroy2015-08-211-2/+2
| * | Consistent naming of "P" instructions and consistent ordering of argumentsXavier Leroy2015-08-213-174/+171
* | | Added symbol functions for printing of the location for global variables.Bernhard Schommer2015-08-211-0/+6
|/ /
* / Fixed bugs in asm expansion causing the test suite to fail.Xavier Leroy2015-08-211-13/+20
|/
* Merge pull request #46 from AbsInt/asmexpandXavier Leroy2015-08-173-288/+520
|\
| * Merge branch 'master' into asmexpandBernhard Schommer2015-07-141-0/+17
| |\
| * | Merge branch 'asmexpand' of github.com:AbsInt/CompCertBernhard Schommer2015-06-263-288/+520
| * | Revert "Merge branch 'asmexpand' of github.com:AbsInt/CompCert"Bernhard Schommer2015-06-263-520/+288
| * | Moved the rest of the ia32 builtins to asmexpand.Bernhard Schommer2015-06-223-309/+290
| * | Started moving functions from TargetPrinter.ml to Asmexpand.ml for ia32.Bernhard Schommer2015-06-183-2/+253
* | | Value analysis: keep track of pointer values that leak through small integers...Xavier Leroy2015-07-192-29/+29
* | | Value analysis: keep track of pointer values that leak through arithmetic ope...Xavier Leroy2015-07-191-3/+3
| |/ |/|
* | Merge branch 'master' into json_exportBernhard Schommer2015-05-185-28/+54
|\|
| * Merged PrintAnnot into PrintAsmaux.Bernhard Schommer2015-05-141-4/+4
| * Updated PrintOp for the single-precision FP operations.Xavier Leroy2015-05-091-0/+12
| * Extended inline asm: revised treatment of clobbered registers.Xavier Leroy2015-05-093-24/+38
* | Merge branch 'master' into json_exportBernhard Schommer2015-05-051-35/+35
|\|
| * Long-overdue renaming: val_inject -> Val.inject, etc, for consistency with Va...Xavier Leroy2015-04-301-35/+35
* | Added the first version of the sdump export to json.Bernhard Schommer2015-04-271-0/+17
|/
* Allow "scratch" (non-allocatable temporary registers) to be mentioned in asm ...Xavier Leroy2015-04-232-0/+3
* Take asm clobbers into account for determining callee-save registers used.Xavier Leroy2015-04-232-0/+8
* Cleanups and updates for extended asm.Xavier Leroy2015-04-211-2/+1
* Support for GCC-style extended asm, continued:Xavier Leroy2015-04-212-3/+3
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-172-2/+7
* Added missing dummy functions.Bernhard Schommer2015-04-161-0/+8
* Merge branch 'master' into dwarfBernhard Schommer2015-04-028-62/+62
|\
| * Merge pull request #34 from AbsInt/extended-annotationsXavier Leroy2015-04-016-59/+56
| |\
| | * Updated the Caml part. Added some more tests in annot1.c.Xavier Leroy2015-03-271-1/+1
| | * Extend annotations so that they can keep track of global variables and local ...Xavier Leroy2015-03-275-58/+55
| * | Merge pull request #31 from AbsInt/null-ptr-cmpXavier Leroy2015-04-012-3/+6
| |\ \
| | * | Revised semantics of comparisons between a pointer and 0.Xavier Leroy2015-03-152-3/+6
| | |/
* | | Merge branch 'master' into dwarfBernhard Schommer2015-03-311-4/+15
|\| |