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