summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/remat-constant.ll
AgeCommit message (Expand)Author
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-27factor some logic out into a helper function, allow remat of loads from constantChris Lattner
2009-06-27Reimplement rip-relative addressing in the X86-64 backend. The newChris Lattner
2009-06-03For Darwin / x86_64, override -relocation-model=static to pic if the output i...Evan Cheng
2008-07-25This test needs -aggressive-remat enabled.Dan Gohman
2008-07-25Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman