Age | Commit message (Expand) | Author |
2004-10-10 | Build both archive and relinked objects | Reid Spencer |
2004-10-10 | Remove the InstrSched directory (moved to SparcV9) | Reid Spencer |
2004-10-10 | Directory no long exists (moved to Targets/SparcV9). | Reid Spencer |
2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
2004-10-10 | Fix assertion failure when calling or returning from a function which | Brian Gaeke |
2004-10-10 | Implement eliminateCallFramePseudoInstr(). | Brian Gaeke |
2004-10-10 | Model calls as *both* using *and* killing O0..O5, because callees use the | Brian Gaeke |
2004-10-10 | Fix whitespace and wrap some long lines. | Brian Gaeke |
2004-10-10 | Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a cast | Chris Lattner |
2004-10-10 | Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are only | Chris Lattner |
2004-10-10 | Avoid calling use_size() which could (in theory) be expensive if the global | Chris Lattner |
2004-10-10 | bling bling! | Chris Lattner |
2004-10-09 | Eliminate global pointers that are only stored a single value and null if | Chris Lattner |
2004-10-09 | Instead of silently breaking, print notification of why this doesn't work. | Chris Lattner |
2004-10-09 | Use DEBUG instead of DebugFlag directly, as DebugFlag does not respect | Chris Lattner |
2004-10-09 | update according to tonight's info | Brian Gaeke |
2004-10-09 | Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the | Brian Gaeke |
2004-10-09 | Fix infinite loop due to iteration | Chris Lattner |
2004-10-09 | Implement sub.ll:test17, -X/C -> X/-C | Chris Lattner |
2004-10-09 | Add a check to avoid an assertion on malformed input | Chris Lattner |
2004-10-08 | The person who was planning to add SSE support isn't anymore, so disable | Chris Lattner |
2004-10-08 | Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx, | Chris Lattner |
2004-10-08 | If we found a dead global, we should at least delete it... | Chris Lattner |
2004-10-08 | * Pull out the meat of runOnModule into another function for clarity. | Chris Lattner |
2004-10-08 | We might as well delete the known-dead global sooner rather than later since | Chris Lattner |
2004-10-08 | Hyphenate target-(in)dependent for more tasty grammar goodness (tm) | Misha Brukman |
2004-10-08 | Temporarily disable a buggy transformation until it can be fixed. This fixes | Chris Lattner |
2004-10-08 | Adjust paths due to moving InstrSched to lib/Target/SparcV9 | Misha Brukman |
2004-10-08 | InstrSched has been moved to lib/Target/SparcV9 | Misha Brukman |
2004-10-08 | InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ | Misha Brukman |
2004-10-08 | Single-space instead of double-spacing in the Makefile | Misha Brukman |
2004-10-08 | Build InstrSched as well, and all three subdirs can be built independently | Misha Brukman |
2004-10-08 | * Adjust for the move to lib/Target/SparcV9/InstrSched | Misha Brukman |
2004-10-08 | Single-space instead of double-spacing in the Makefile | Misha Brukman |
2004-10-08 | Implement SRA for global variables. This allows the other global variable | Chris Lattner |
2004-10-08 | Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the | Chris Lattner |
2004-10-08 | Instcombine (X & FF00) + xx00 -> (X+xx00) & FF00, implementing and.ll:test27 | Chris Lattner |
2004-10-08 | Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4) | Chris Lattner |
2004-10-08 | Implement logical and with an immediate that consists of a contiguous block | Nate Begeman |
2004-10-07 | Several fixes and enhancements to the PPC32 backend. | Nate Begeman |
2004-10-07 | Add ori reg, reg, 0 as a move instruction. This can be generated from | Nate Begeman |
2004-10-07 | Remove unnecessary header include | Nate Begeman |
2004-10-07 | Improve comments, no functionality changes | Chris Lattner |
2004-10-07 | Fix a nasty dangling pointer problem, due to a free'd pointer being left in | Chris Lattner |
2004-10-07 | Unfortunately the fix for the previous bug introduced the previous | Chris Lattner |
2004-10-07 | Fix a bug in my previous change. Unfortunately this reverts most of the | Chris Lattner |
2004-10-07 | Fix a bug in the safety analysis routine | Chris Lattner |
2004-10-07 | Comment cleanups | Chris Lattner |
2004-10-07 | * Rename pass to globalopt, since we do more than just constify | Chris Lattner |
2004-10-06 | Implement GlobalConstifier/trivialstore.llx, and also do some | Chris Lattner |