Age | Commit message (Expand) | Author |
2006-06-01 | For PR786: | Reid Spencer |
2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer |
2006-06-01 | Remove a warning | Evan Cheng |
2006-05-31 | Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. | Evan Cheng |
2006-05-31 | Fix casting so there's no warning on Alpha. | Reid Spencer |
2006-05-31 | Sign extender | Evan Cheng |
2006-05-31 | Squelch this warning: | Reid Spencer |
2006-05-31 | Swap the order of operands created here. For +&|^, the order doesn't matter, | Chris Lattner |
2006-05-31 | Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. | Owen Anderson |
2006-05-31 | Rename instructions for consistency sake. | Evan Cheng |
2006-05-31 | commuteInstruction() does not always create a new MI! | Evan Cheng |
2006-05-31 | Make the getNamedFunction and getNamedGlobal methods be const. They don't | Reid Spencer |
2006-05-31 | Eliminate a memory leak. | Evan Cheng |
2006-05-31 | visitVBinOp: Can't fold divide by zero! | Evan Cheng |
2006-05-31 | Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS. | Evan Cheng |
2006-05-31 | Remove dead code. | Evan Cheng |
2006-05-30 | A new entry | Evan Cheng |
2006-05-30 | MAXP{D|S} and MINP{D|S} are commutable. | Evan Cheng |
2006-05-30 | Commute shufps / shufpd. | Evan Cheng |
2006-05-30 | Somehow I lost a condition when I was shuffling some code around. Anyway, | Evan Cheng |
2006-05-30 | Fix a build breaker. | Evan Cheng |
2006-05-30 | Oops. PSHUFD is only available with SSE2. | Evan Cheng |
2006-05-30 | Add a note | Chris Lattner |
2006-05-30 | Always reserve space for 8 spilled GPRs. GCC apparently assumes that this | Chris Lattner |
2006-05-30 | Allow shufps x, x, mask to be converted to pshufd x, mask to save a move. | Evan Cheng |
2006-05-30 | Remove bogus comment. | Evan Cheng |
2006-05-30 | Provide a simpler interface for getting a ConstantArray from a character | Reid Spencer |
2006-05-30 | Make sure the register pressure reduction schedulers work for non-uniform | Evan Cheng |
2006-05-30 | When a priority_queue is empty, the behavior of top() operator is | Evan Cheng |
2006-05-30 | Expand ret into "CopyToReg;BRIND" | Rafael Espindola |
2006-05-30 | Undo a patch that breaks llvm-as because the warning message is written to | Reid Spencer |
2006-05-30 | Write the WARNING message to cout instead of cerr. Writing to cerr causes | Reid Spencer |
2006-05-30 | Adjust the interface to ConstantArray::get. The previous | Reid Spencer |
2006-05-30 | Add a note about integer multiplication by constants. | Evan Cheng |
2006-05-30 | A addressing mode folding enhancement: | Evan Cheng |
2006-05-30 | Some new entries about truncate / anyext | Evan Cheng |
2006-05-29 | move calltarget to dsa | Andrew Lenharth |
2006-05-29 | Since there was interest on the mailing list, this is a utility pass that | Andrew Lenharth |
2006-05-29 | Reset DEBUG_SYMBOL_TABLE back to 0. | Vladimir Prus |
2006-05-29 | Fix compile error when DEBUG_SYMBOL_TABLE is defined. | Vladimir Prus |
2006-05-29 | Fix grammar in a comment. | Reid Spencer |
2006-05-29 | Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA | Owen Anderson |
2006-05-28 | Major think-o. Iterate over all live out-of-loop values, and perform the | Owen Anderson |
2006-05-27 | Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computing | Owen Anderson |
2006-05-27 | Fix some regression from the inliner patch I committed last night. This fixes | Chris Lattner |
2006-05-27 | Switch the inliner over to using CloneAndPruneFunctionInto. This effectively | Chris Lattner |
2006-05-27 | Ignore generated files | Chris Lattner |
2006-05-27 | Implement a new method, CloneAndPruneFunctionInto, as documented. | Chris Lattner |
2006-05-27 | Refactor some code to expose an interface to constant fold and instruction gi... | Chris Lattner |
2006-05-27 | Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): | Chris Lattner |