aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restored original bit-field warning. Bug 18004Bernhard Schommer2016-08-311-1/+1
* Updated comment string. Bug 18004.Bernhard Schommer2016-08-312-3/+3
* Readded warning about ignored volatile. Bug 18004Bernhard Schommer2016-08-311-1/+1
* Added missing literal. Bug 18004Bernhard Schommer2016-08-311-1/+1
* Fixed typos.Bernhard Schommer2016-08-311-8/+8
* bug 18004, fix some typos/grammarMichael Schmidt2016-08-301-1/+1
* bug 18004, fix some typos/grammarMichael Schmidt2016-08-301-4/+4
* Fixed types in Elab.ml. Bug 18004Bernhard Schommer2016-08-291-5/+5
* Merge branch 'master' into advanced-diagnosticsBernhard Schommer2016-08-291-8/+18
|\
| * Pass the environment of k&r param elaboration.Bernhard Schommer2016-08-291-8/+10
| * Fixed spelling mistake and unnamed fields.Bernhard Schommer2016-08-291-3/+6
| * Added check for duplicated members. Bug 19665Bernhard Schommer2016-08-291-0/+5
* | Merge branch 'master' into advanced-diagnosticsBernhard Schommer2016-08-2956-577/+1051
|\|
| * Use old scope in after parameter parsing.Bernhard Schommer2016-08-261-1/+1
| * Reuse types from parameters in function definitonsBernhard Schommer2016-08-253-41/+47
| * Test if struct is redefined as union or otherwise.Bernhard Schommer2016-08-251-0/+2
| * Simplify test. Bug 19629Bernhard Schommer2016-08-251-4/+1
| * Test for illegal first argument in __builtin_debug.Bernhard Schommer2016-08-251-2/+6
| * Merge pull request #118 from AbsInt/armebXavier Leroy2016-08-2437-471/+657
| |\
| | * fix merge conflictsMichael Schmidt2016-08-1717-15/+235
| | |\
| | * | update help text in configure scriptMichael Schmidt2016-08-081-13/+14
| | * | port fix for configure from m-schmidt/EndiannessPlaygroundMichael Schmidt2016-08-071-0/+5
| | * | Changed configure target for arm big endian.Bernhard Schommer2016-08-051-27/+12
| | * | Implement support for big endian arm targets.Bernhard Schommer2016-08-0537-472/+667
| * | | PR#113, PR#122: Unspillable temporaries causing register allocation to failXavier Leroy2016-08-241-1/+6
| * | | Print prototypes for malloc and free.Bernhard Schommer2016-08-231-1/+1
| * | | Fix for initialization of incomplete typesBernhard Schommer2016-08-233-5/+8
| * | | Added types found in cast to Environment.Bernhard Schommer2016-08-231-2/+2
| * | | Revert "Reuse env from during parameter elaboration."Bernhard Schommer2016-08-231-4/+4
| * | | Reuse env from during parameter elaboration.Bernhard Schommer2016-08-221-4/+4
| * | | Better error message for function initializerBernhard Schommer2016-08-221-0/+4
| * | | Also print declarations in CompCert C.Bernhard Schommer2016-08-221-0/+20
| * | | Print whole command line.Bernhard Schommer2016-08-221-8/+8
| * | | Test for incomplete type during initialization.Bernhard Schommer2016-08-221-1/+6
| * | | Error for va_start in non-vararg function.Bernhard Schommer2016-08-221-27/+31
| * | | Added missing , in PrintCsyntax. Bug 19599Bernhard Schommer2016-08-221-1/+1
| * | | Added check for incomplete parameter types.Bernhard Schommer2016-08-201-1/+5
| * | | Exit earlier on invalid alignof and sizeof.Bernhard Schommer2016-08-191-4/+4
| * | | Disallow void as type for variables.Bernhard Schommer2016-08-181-0/+2
| | |/ | |/|
| * | Exit earlier on empty union.Bernhard Schommer2016-08-171-1/+5
| * | Merge pull request #107 from AbsInt/add-fileXavier Leroy2016-08-1712-10/+219
| |\ \
| | * | Moved quoting functions in ResponsefileBernhard Schommer2016-08-165-36/+44
| | * | Added missing begin end around quoting. Bug 18308.Bernhard Schommer2016-08-101-2/+2
| | * | Corrected diab quoting. Bug 18308Bernhard Schommer2016-07-211-8/+11
| | * | Added support for quoting for diab backend.Bernhard Schommer2016-07-214-2/+21
| | * | Added simplified reader and printer for gnu @filesBernhard Schommer2016-07-2011-145/+140
| | * | Merged responfile function into command.Bernhard Schommer2016-07-195-49/+33
| | * | Added heuristic for passing arg via responsefiles.Bernhard Schommer2016-07-127-31/+51
| | * | Really added the function. Bug 18308Bernhard Schommer2016-07-112-3/+19
| | * | Added function to write responsefiles.Bernhard Schommer2016-07-111-0/+24