| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcase | Chris Lattner | 2004-10-09 | 1 | -0/+6 |
* | Add a check to avoid an assertion on malformed input | Chris Lattner | 2004-10-09 | 1 | -0/+3 |
* | The person who was planning to add SSE support isn't anymore, so disable | Chris Lattner | 2004-10-08 | 1 | -1/+3 |
* | Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx, | Chris Lattner | 2004-10-08 | 1 | -1/+1 |
* | If we found a dead global, we should at least delete it... | Chris Lattner | 2004-10-08 | 1 | -0/+1 |
* | * Pull out the meat of runOnModule into another function for clarity. | Chris Lattner | 2004-10-08 | 1 | -45/+101 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+10 |
* | We might as well delete the known-dead global sooner rather than later since | Chris Lattner | 2004-10-08 | 1 | -0/+2 |
* | Hyphenate target-(in)dependent for more tasty grammar goodness (tm) | Misha Brukman | 2004-10-08 | 1 | -2/+2 |
* | Temporarily disable a buggy transformation until it can be fixed. This fixes | Chris Lattner | 2004-10-08 | 1 | -0/+5 |
* | Adjust paths due to moving InstrSched to lib/Target/SparcV9 | Misha Brukman | 2004-10-08 | 3 | -7/+7 |
* | Use the SparcV9-marked instr scheduling library | Misha Brukman | 2004-10-08 | 3 | -3/+3 |
* | InstrSched has been moved to lib/Target/SparcV9 | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
* | InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ | Misha Brukman | 2004-10-08 | 7 | -3197/+0 |
* | Single-space instead of double-spacing in the Makefile | Misha Brukman | 2004-10-08 | 1 | -3/+1 |
* | Build InstrSched as well, and all three subdirs can be built independently | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
* | * Adjust for the move to lib/Target/SparcV9/InstrSched | Misha Brukman | 2004-10-08 | 1 | -2/+2 |
* | Single-space instead of double-spacing in the Makefile | Misha Brukman | 2004-10-08 | 2 | -4/+2 |
* | Remove unused variable. | Reid Spencer | 2004-10-08 | 1 | -1/+0 |
* | Make it so that positional parameters can have spaces in them. | Reid Spencer | 2004-10-08 | 1 | -1/+1 |
* | Implement SRA for global variables. This allows the other global variable | Chris Lattner | 2004-10-08 | 1 | -32/+137 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+19 |
* | Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the | Chris Lattner | 2004-10-08 | 1 | -1/+2 |
* | New testcase. The setcc is only used by a select, but not as a condition: | Chris Lattner | 2004-10-08 | 1 | -0/+8 |
* | Properly `quote' names, and don't forget to add the ending quote! | Misha Brukman | 2004-10-08 | 1 | -24/+24 |
* | Add the --with-automake option to AutoRegen.sh and provide the automake | Reid Spencer | 2004-10-08 | 2 | -10/+519 |
* | Instcombine (X & FF00) + xx00 -> (X+xx00) & FF00, implementing and.ll:test27 | Chris Lattner | 2004-10-08 | 1 | -0/+25 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+7 |
* | Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4) | Chris Lattner | 2004-10-08 | 1 | -0/+3 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+6 |
* | Implement logical and with an immediate that consists of a contiguous block | Nate Begeman | 2004-10-08 | 1 | -5/+69 |
* | Fix usage description typo | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
* | Make comment header span the entire line | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
* | Describe how to configure tests to work with f2c | Misha Brukman | 2004-10-08 | 1 | -0/+26 |
* | * Reformat to fit 80 cols | Misha Brukman | 2004-10-08 | 1 | -54/+53 |
* | Several fixes and enhancements to the PPC32 backend. | Nate Begeman | 2004-10-07 | 3 | -147/+154 |
* | Add ori reg, reg, 0 as a move instruction. This can be generated from | Nate Begeman | 2004-10-07 | 1 | -0/+11 |
* | Remove unnecessary header include | Nate Begeman | 2004-10-07 | 1 | -1/+0 |
* | Improve comments, no functionality changes | Chris Lattner | 2004-10-07 | 1 | -18/+53 |
* | Fix a nasty dangling pointer problem, due to a free'd pointer being left in | Chris Lattner | 2004-10-07 | 1 | -0/+3 |
* | Get friendly with Type | Chris Lattner | 2004-10-07 | 1 | -0/+1 |
* | Unfortunately the fix for the previous bug introduced the previous | Chris Lattner | 2004-10-07 | 1 | -41/+67 |
* | Change signature of this method again | Chris Lattner | 2004-10-07 | 1 | -1/+1 |
* | These files now live in Transforms/GlobalOpt | Chris Lattner | 2004-10-07 | 4 | -63/+0 |
* | Move these files from Transforms/GlobalConstifier | Chris Lattner | 2004-10-07 | 4 | -0/+63 |
* | Fix a bug in my previous change. Unfortunately this reverts most of the | Chris Lattner | 2004-10-07 | 1 | -3/+4 |
* | Make these scripts work on SunOS too. | Reid Spencer | 2004-10-07 | 2 | -2/+11 |
* | Fix a bug in the safety analysis routine | Chris Lattner | 2004-10-07 | 1 | -3/+3 |
* | Comment cleanups | Chris Lattner | 2004-10-07 | 1 | -4/+1 |
* | * Rename pass to globalopt, since we do more than just constify | Chris Lattner | 2004-10-07 | 1 | -81/+184 |