aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Added builtin for atomic compare and exchange.Bernhard Schommer2015-09-104-2/+8
| * | | | | | Merge branch 'master' into atomic-builtinsBernhard Schommer2015-09-103-4/+41
| |\ \ \ \ \ \
| * | | | | | | Add builtin for atomic load.Bernhard Schommer2015-09-092-1/+13
| * | | | | | | Added an builtin for the atomic exchange operation.Bernhard Schommer2015-09-095-7/+31
* | | | | | | | Ctypes.composite_of_def: make sure it computes within Coq.Xavier Leroy2015-09-181-3/+3
* | | | | | | | correct error message for __builtin_dcbtlsMichael Schmidt2015-09-181-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Added support for bitfields in unions.Bernhard Schommer2015-09-171-6/+42
* | | | | | | Isuue #50: outdated comment on type RTL.function.Xavier Leroy2015-09-151-2/+1
* | | | | | | Issue with ignoring the result of non-void builtin functions.Xavier Leroy2015-09-156-15/+32
* | | | | | | Use standard headers instead of defining our own ptrdiff_t and uintptr_t.Xavier Leroy2015-09-141-2/+2
* | | | | | | Fix uninitialized array in do_bench (report by V. Laporte).Xavier Leroy2015-09-141-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Name of stwcx. instruction should be printed Pstwcx_.Bernhard Schommer2015-09-101-1/+1
| |/ / / / |/| | | |
* | | | | Changed the first argument of builtin_isel to bool.Bernhard Schommer2015-09-101-1/+1
|/ / / /
* | | | Global register variables result in fatal error.Bernhard Schommer2015-09-081-1/+1
* | | | Added builtin for isel.Bernhard Schommer2015-09-085-1/+13
* | | | Added builtins for call frame and return address.Bernhard Schommer2015-09-076-9/+29
* | | | Added builtin for the cmpb instruction.Bernhard Schommer2015-09-075-0/+9
* | | | Various changes in the debug printer.Bernhard Schommer2015-09-074-11/+11
* | | | Set structure declaration field to None.Bernhard Schommer2015-09-071-4/+4
* | | | Simplified generation of builtins for cache instructions.Bernhard Schommer2015-09-072-60/+21
| |_|/ |/| |
* | | Fixed typo in AsmToJSON for instruction Pstfdu.Bernhard Schommer2015-09-041-1/+1
* | | Added json printing of Pbctr.Bernhard Schommer2015-09-031-1/+1
* | | Fixed minor typo in printing of the Plbzx instruction in AsmToJSON.Bernhard Schommer2015-09-031-1/+1
* | | Fixed minor typo in AsmToJSON.Bernhard Schommer2015-09-031-1/+1
* | | Added builtin for mbar instruction.Bernhard Schommer2015-09-036-0/+15
* | | New builtin for dcbz instruction.Bernhard Schommer2015-09-035-24/+33
* | | Added builtin for the icbtls instruction.Bernhard Schommer2015-09-026-0/+19
* | | Allow only CT values of 0 and 2 in dcbtls instruction.Bernhard Schommer2015-09-022-4/+4
* | | Print p_int_constant instead of p_int in AsmToJSON.Bernhard Schommer2015-09-021-5/+5
* | | Added builtin for dcbtlsBernhard Schommer2015-09-026-13/+63
* | | Added the gcc builtin prefetch.Bernhard Schommer2015-09-016-0/+25
* | | Merge branch 'new-builtins'Bernhard Schommer2015-09-0193-2597/+4014
|\ \ \ | |_|/ |/| |
| * | Upgrade the ARM port to the new builtins.Xavier Leroy2015-08-249-211/+260
| * | Improve error reporting in Asmexpand.Xavier Leroy2015-08-243-31/+74
| * | Some "feel good" proofs about avail sets.Xavier Leroy2015-08-231-0/+171
| * | 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
* | | | 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