aboutsummaryrefslogtreecommitdiffstats
path: root/ia32
Commit message (Expand)AuthorAgeFilesLines
* Removed the MinGW port.Bernhard Schommer2015-02-191-53/+3
* Merge github.com:AbsInt/CompCertBernhard Schommer2015-02-191-7/+7
|\
| * Added back symbol functions in the different printer, since they are still ne...Bernhard Schommer2015-02-191-3/+10
| * Changed the symbol function back to its old definition.Bernhard Schommer2015-02-191-10/+3
* | Use lcomm instead of .local for Mingw.Bernhard Schommer2015-02-101-2/+2
* | Added new Mingw Printer. Currently the only difference to the Cygwin printer ...Bernhard Schommer2015-02-101-13/+55
|/
* In -g -S mode, annotate the generated asm file with the C source code in comm...Xavier Leroy2015-01-071-22/+9
* Clean up support for common symbols. Uninitialized "const" symbols can be co...Xavier Leroy2014-12-171-14/+44
* Update the IA32/MacOS X port.Xavier Leroy2014-12-111-4/+6
* Prevent constant propagation on Oindirectsymbol addresses.Xavier Leroy2014-12-111-2/+11
* Verification of the Unusedglob pass (removal of unreferenced static global de...Xavier Leroy2014-11-242-67/+44
* Add Genv.public_symbol operation.Xavier Leroy2014-11-241-4/+12
* Refactored the code of ia32/PrintAsm.ml by moving the functions depending on ...Bernhard Schommer2014-10-081-138/+220
* Rename __builtin_cntlz to __builtin_clz.xleroy2014-08-272-0/+9
* All targets: add __builtin_membarxleroy2014-07-281-0/+3
* PowerPC port: refactored the expansion of built-in functions andxleroy2014-07-281-0/+18
* The NaN behavior of float_of_single differs on PowerPC and on IA32/ARM.xleroy2014-07-281-1/+4
* Update with _a memory accessesxleroy2014-07-231-2/+2
* Merge the various $(ARCH)/$(VARIANT)/xxx.v files into $(ARCH)/xxx.v.xleroy2014-07-232-0/+5
* Merge of "newspilling" branch:xleroy2014-07-2317-324/+698
* Refactoring: move symbol_offset into Genv.xleroy2014-05-247-75/+50
* Fused multiply-add for IA32.xleroy2014-05-052-0/+35
* ia32/Select*: complete the modifications to shifts.xleroy2014-04-112-12/+20
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...xleroy2014-04-094-86/+138
* Support Onot operator / notl instruction. More constant propagation during s...xleroy2014-04-0611-26/+100
* Use .comm to declare uninitialized BSS variables. xleroy2014-03-141-12/+24
* Force dependency of SelectOp on Compopts.xleroy2014-03-031-0/+1
* In Regalloc, dead code elimination, don't eliminate move operationsxleroy2014-02-231-0/+3
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-193-0/+3
* Recognize .i and .p source files as C sources not to be preprocessed.xleroy2014-02-051-0/+1
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-125-17/+9
* Introduce and use the platform-specific Archi module giving:xleroy2014-01-031-5/+13
* Updated neededness analysis for IA32.xleroy2014-01-021-37/+60
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-021-0/+12
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...xleroy2014-01-011-0/+1
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-012-2/+27
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-6/+1
* Future-proofing: keep signature information in IA32 and PowerPC Asm, just lik...xleroy2013-12-266-63/+67
* Merge of branch value-analysis.xleroy2013-12-209-504/+720
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.xleroy2013-11-271-1/+1
* Cminor parsing and printing (from Andrew Tolmach)xleroy2013-10-161-0/+1
* Do not use Format for faster printing of RTL, XTL, LTL, Machxleroy2013-09-261-1/+1
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms xleroy2013-09-145-25/+84
* Merge of Flocq version 2.2.0.xleroy2013-08-021-0/+28
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-299-16/+78
* More accurate model of condition register flags for ARM and IA32.xleroy2013-07-132-71/+38
* Merge of the "princeton" branch:xleroy2013-06-164-5/+5
* powerpc: tentative support for Diab debug infoxleroy2013-05-201-0/+1
* Merge of the float32 branch: xleroy2013-05-198-40/+51
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-171-2/+1