aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Track the locations of local variables using EF_debug annotations.Xavier Leroy2015-08-2312-45/+1030
| | * Renaming {BA,BR}_longofwords -> {BA,BR}_splitlong.Xavier Leroy2015-08-2227-125/+114
| | * Adapt the PowerPC port to the new builtin representation.Xavier Leroy2015-08-2111-260/+285
| | * Simplify the handling of extended inline asm, taking advantage of the new, st...Xavier Leroy2015-08-213-14/+30
| | * Merge branch 'master' into 'new-builtins'Xavier Leroy2015-08-2112-185/+206
| | |\
| | * | Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-2164-2044/+2181
* | | | Added the abbreviation for symbol constants.Bernhard Schommer2015-08-261-0/+1
* | | | Merge branch 'master' into debug_locationsBernhard Schommer2015-08-2615-241/+268
|\| | |
| * | | Improve printing of internal compiler errors.Xavier Leroy2015-08-251-2/+2
| * | | Fixed the -T option.Bernhard Schommer2015-08-251-1/+1
| * | | Fixed abbreviation of DW_TAG_formal_parameter.Bernhard Schommer2015-08-251-1/+1
| * | | Fixed error in handling of anonymous struct/union/enum types.Bernhard Schommer2015-08-241-8/+15
| * | | Also change the order of high and low pc in the compilation unit tag.Bernhard Schommer2015-08-241-1/+1
| * | | Count number of input files and do not use number of source files for warning...Bernhard Schommer2015-08-241-12/+14
| * | | Added error message when no input file is specified.Bernhard Schommer2015-08-231-0/+5
| * | | Revert "Added support for the location of non static global variables."Bernhard Schommer2015-08-233-9/+2
| * | | Do not add subsize tag to array types without size such as flexible array me...Bernhard Schommer2015-08-231-10/+14
| * | | Added the directory ../share/compcert to the search path for .ini files and r...Bernhard Schommer2015-08-231-9/+12
| | |/ | |/|
| * | test/regression: test packedstruct1 only if unaligned accesses are supported.Xavier Leroy2015-08-215-6/+15
| * | Erase incomplete file .depend.extr if "make depend" fails.Xavier Leroy2015-08-211-3/+2
| * | Don't use strdup(), it is not ISO C99.Xavier Leroy2015-08-211-1/+2
| * | Asmexpand for ARM: fixed bug in Pfreeframe.Xavier Leroy2015-08-212-5/+5
| * | Fix bugs in Asmexpand.ml for ARM.Xavier Leroy2015-08-211-8/+9
| * | 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-2110-28/+69
|/ /
* | Fixed bugs in asm expansion causing the test suite to fail.Xavier Leroy2015-08-211-13/+20
* | Added command line option to specify a linker command file for the linker.Bernhard Schommer2015-08-201-0/+5
|/
* Added support for the location of non static global variables.Bernhard Schommer2015-08-183-2/+9
* Added builtin for the dcbf instructionBernhard Schommer2015-08-175-0/+9
* Merge pull request #46 from AbsInt/asmexpandXavier Leroy2015-08-178-615/+1031
|\
| * Merge branch 'master' into asmexpandBernhard Schommer2015-07-141-1/+4
| |\
| * | Updated the branch and implemented the suggested changes.Bernhard Schommer2015-07-143-44/+78
| * | Merge branch 'master' into asmexpandBernhard Schommer2015-07-1451-241/+1046
| |\ \
| * | | Merge branch 'asmexpand' of github.com:AbsInt/CompCertBernhard Schommer2015-06-268-615/+997
* | | | Added builtin for the dcbi instruction.Bernhard Schommer2015-08-175-4/+11
* | | | Update clightgen w.r.t. teh calling_conventions record (new field cc_unproto).Xavier Leroy2015-08-171-1/+2
* | | | Update clightgen w.r.t. EF_inline_asm (type of the clobber list).Xavier Leroy2015-08-171-1/+6
* | | | Added builitin for the icbi instruction.Bernhard Schommer2015-08-145-1/+11
* | | | Added builtin for the lwsync barrier.Bernhard Schommer2015-08-145-3/+12
* | | | Also print the system in the output to differentiate between diab and gcc pro...Bernhard Schommer2015-08-051-2/+2
* | | | Swapped high and low pc in the printing of the debug information for subrouti...Bernhard Schommer2015-07-241-2/+2
* | | | More tests for alias analysis.Xavier Leroy2015-07-202-6/+30
* | | | ValueDomain: add some documentation comments.Xavier Leroy2015-07-191-20/+32
* | | | Test to check that alias analysis is prudently conservative on ill-defined po...Xavier Leroy2015-07-193-1/+153
* | | | Value analysis: keep track of pointer values that leak through small integers...Xavier Leroy2015-07-199-232/+250
* | | | Value analysis: keep track of pointer values that leak through arithmetic ope...Xavier Leroy2015-07-195-163/+171
* | | | ValueDomain.aptr_of_aval: be more conservative with pointers synthesized from...Xavier Leroy2015-07-182-6/+14
* | | | Missing cases in ValueDomain.vnormalize, causing overapproximation.Xavier Leroy2015-07-181-2/+2
* | | | Missing case in ValueDomain.pincl, causing incompleteness.Xavier Leroy2015-07-181-0/+9
* | | | Remove non digit and non letter chars from filename used in renaming of stati...Bernhard Schommer2015-07-151-0/+1