aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/twoaddr-coalesce.ll
AgeCommit message (Expand)Author
2010-09-02test/twoaddr-coalesce: Do not use @main.NAKAMURA Takumi
2010-02-11Reapply coalescer fix for better cross-class coalescing.Jakob Stoklund Olesen
2009-12-05Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.Bill Wendling
2009-12-04Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-08Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman
2009-03-01Minor optimization:Evan Cheng
2009-01-25Teach 2addr pass to be do more commuting. If both uses of a two-address instr...Evan Cheng