summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Treat casts int64 -> float32 as primitive operations instead of twoGravatar xleroy2013-07-03
* Follow-up to commit 2288: add test for special case of long division.Gravatar xleroy2013-07-03
* powerpc: faster implementation of long division modeled on that for IA32Gravatar xleroy2013-07-03
* Version 2.00 -> version 2.0Gravatar xleroy2013-06-21
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...Gravatar xleroy2013-06-21
* Missing case for EF_inline_asm.Gravatar xleroy2013-06-20
* Updates in preparation for release 2.00Gravatar xleroy2013-06-19
* One more copyright header update.Gravatar xleroy2013-06-17
* Updating LICENSE and license headers, continued.Gravatar xleroy2013-06-17
* Update LICENSE file and headers for dual-licensed files.Gravatar xleroy2013-06-17
* Typo in commentGravatar xleroy2013-06-17
* Update version numberGravatar xleroy2013-06-16
* Updated for release 2.00Gravatar xleroy2013-06-16
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* More precise and faster recovery of function name from function or fundef value.Gravatar xleroy2013-06-08
* Fix compilation of runtime system.Gravatar xleroy2013-05-29