summaryrefslogtreecommitdiff
path: root/lib/Target/X86/README-X86-64.txt
Commit message (Expand)AuthorAge
* Chris fixed this README a while back by changing how clang generates code for...Eli Friedman2011-06-09
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Try to reuse the value when lowering memset.Benjamin Kramer2011-01-02
* Add back some possible optimizations for va_arg, with wording that makes itEli Friedman2010-06-14
* A few new x86-64 specific README entries.Eli Friedman2010-06-09
* Remove outdated README entries.Eli Friedman2010-06-02
* add a note about dead zero extends.Chris Lattner2009-08-08
* The x86-64 red zone is now being used.Dan Gohman2009-02-14
* i128 and f80 are implemented for x86-64 now.Dan Gohman2008-09-08
* Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman2008-04-21
* Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner2008-02-27
* this code is correct but strange looking ;-)Chris Lattner2008-02-27
* Compile x86-64-and-mask.ll into:Chris Lattner2008-02-27
* add a noteChris Lattner2008-02-27
* divb / mulb outputs to ah. Under x86-64 it's not legal to read ah if the inst...Evan Cheng2007-08-09
* Dan pointed out that this is done, remove it!Chris Lattner2007-03-28
* - Switch X86-64 JIT to large code size model.Evan Cheng2006-12-05
* UpdateEvan Cheng2006-12-05
* Committing X86-64 support.Evan Cheng2006-09-08