Age | Commit message (Expand) | Author |
---|---|---|
2010-09-05 | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner |
2009-09-08 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
2008-09-19 | Refactor X86SelectConstAddr, folding it into X86SelectAddress. This | Dan Gohman |
2008-09-09 | Fix a constant lowering bug. Now we can do load and store instructions with f... | Evan Cheng |
2008-09-04 | Fix the ordering of operands to the store (inverted relative to LLVM IR), and... | Owen Anderson |
2008-09-04 | Add a first attempt at implementing stores for X86 fast isel using target hooks. | Owen Anderson |
2008-09-04 | Load from GV stub should be locally CSE'd. | Evan Cheng |