summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.Gravatar xleroy2013-11-27
* Revised semantics of external functions, continued:Gravatar xleroy2013-11-18
* Revised modeling of external functions and built-in functions: just axiomatizeGravatar xleroy2013-11-17
* powerpc/: new unary operation "addsymbol"Gravatar xleroy2013-11-17
* Suppress warning on derefering volatile composites, because of false positives.Gravatar xleroy2013-11-10
* Cleaner printing of global variables.Gravatar xleroy2013-11-09
* - Recognize __builtin_fabs as an operator, not just a builtin,Gravatar xleroy2013-11-06
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...Gravatar xleroy2013-11-06
* Make it possible to use the "__packed__" keyword as an attribute nameGravatar xleroy2013-11-05
* Error for 'switch' on a 64-bit integer argument.Gravatar xleroy2013-11-04
* Late update for release 2.1.Gravatar xleroy2013-10-28
* MAJ release 2.1Gravatar xleroy2013-10-28
* Better prepro options for XCode 5.0Gravatar xleroy2013-10-28
* Eliminate unreferenced inline functionsGravatar xleroy2013-10-28
* Revise parsing of character constants for conformance with ISO C 99.Gravatar xleroy2013-10-25
* Fix doc comment for loc_arguments.Gravatar xleroy2013-10-25
* Revert commit r2349 because it triggers a bug in GNU as.Gravatar xleroy2013-10-24
* Use register names under Linux.Gravatar xleroy2013-10-24
* Fine-tuning of the "andimm" case to generate a move rather than an andimm whe...Gravatar xleroy2013-10-24
* Typing of integer literals: follow C99 rules exactly.Gravatar xleroy2013-10-21
* Revised renumbering of nodes and registers so that main function is not shift...Gravatar xleroy2013-10-18
* Cminor parsing and printing (from Andrew Tolmach)Gravatar xleroy2013-10-16
* Warn for volatile accesses to compositesGravatar xleroy2013-10-16
* PackedStructs.ml: cleanups and bug-fixesGravatar xleroy2013-10-13
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Follow-up to commit 2339:Gravatar xleroy2013-10-05
* Elab:Gravatar xleroy2013-10-04
* Do not use Format for faster printing of RTL, XTL, LTL, MachGravatar xleroy2013-09-26
* Do not use Format for faster printing of RTL, XTL, LTL, MachGravatar xleroy2013-09-26
* MacOS X linker option galoreGravatar xleroy2013-09-26
* Slightly more efficient conversion positive <-> intGravatar xleroy2013-09-26
* Small improvements in compilation times for the register allocation pass.Gravatar xleroy2013-09-20
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Change the way arguments to __builtin_annot are converted. Use the same conv...Gravatar xleroy2013-09-14
* Oops, wrong commit of generated files.Gravatar xleroy2013-08-24
* Forgot to add these two files.Gravatar xleroy2013-08-24
* Simplify LPMap by smashing bottoms.Gravatar xleroy2013-08-12
* Change interface of Kildall solvers to avoid precomputing the map pc -> list ...Gravatar xleroy2013-08-12
* Add test for NaNsGravatar xleroy2013-08-02
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* Alternate characterization of alignment constraints in memory injection, whic...Gravatar xleroy2013-07-31
* Update cchecklink w/ new Asm instructions Pmulh*Gravatar xleroy2013-07-29
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Add another expansion of shrx in terms of shifts and adds (from Hacker's Deli...Gravatar xleroy2013-07-28
* More properties about subtraction and borrow.Gravatar xleroy2013-07-15
* More accurate model of condition register flags for ARM and IA32.Gravatar xleroy2013-07-13
* Revised handling of int->float conversions:Gravatar xleroy2013-07-08
* Add option -no-runtime-lib.Gravatar xleroy2013-07-08
* Compile in debug mode and activate stack backtraces.Gravatar xleroy2013-07-07
* Bad printing of alignment on 'comm' symbols.Gravatar xleroy2013-07-07