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