aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic-cpool.ll
AgeCommit message (Expand)Author
2009-03-11reapply my previous patch (r66358) with a tweak to set theChris Lattner
2009-03-10Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 ...Evan Cheng
2009-03-08implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. Chris Lattner
2008-02-19rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner