aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/ExtendedAsm.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* Move shared code in new file.Bernhard Schommer2020-06-281-1/+1
* Add sizeof_reg and new Machine configurations (#129)Bernhard Schommer2018-08-201-1/+1
* Earlier check for invalid asm outputs. (#130)Bernhard Schommer2018-08-171-2/+0
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-2/+2
* Classified all warnings and added various options.Bernhard Schommer2016-07-291-13/+10
* Remove code that will is deprecated in ocaml 4.03Bernhard Schommer2016-06-211-4/+3
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-1/+1
* Code cleanup.Bernhard Schommer2016-03-101-2/+1
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-5/+5
* Simplify the handling of extended inline asm, taking advantage of the new, st...Xavier Leroy2015-08-211-6/+5
* Extended inline asm: revised treatment of clobbered registers.Xavier Leroy2015-05-091-3/+4
* Allow "scratch" (non-allocatable temporary registers) to be mentioned in asm ...Xavier Leroy2015-04-231-0/+1
* Extended asm: more lenient treatment of constraints.Xavier Leroy2015-04-221-10/+21
* Avoid multiple errors being reported in the case #outputs >= 2.Xavier Leroy2015-04-211-2/+6
* Support for GCC-style extended asm, continued:Xavier Leroy2015-04-211-0/+183