| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explicit keywords to several constructors that now have one argument. | Dan Gohman | 2007-05-11 | 1 | -5/+5 |
* | Simplify BranchInst::getSuccessor, avoiding a conditional operator. | Dan Gohman | 2007-05-11 | 1 | -2/+1 |
* | This patch extends the LoopUnroll pass to be able to unroll loops | Dan Gohman | 2007-05-11 | 1 | -58/+193 |
* | fix regressions from my previous checking, including | Chris Lattner | 2007-05-11 | 1 | -2/+2 |
* | Perform correct actions numbers/sizes computation | Anton Korobeynikov | 2007-05-11 | 1 | -5/+3 |
* | Fix action No calculation in multiple-invoke-one-LP mode | Anton Korobeynikov | 2007-05-11 | 1 | -31/+31 |
* | For PR1411: | Reid Spencer | 2007-05-11 | 1 | -3/+3 |
* | fix Transforms/InstCombine/2007-05-10-icmp-or.ll | Chris Lattner | 2007-05-11 | 1 | -5/+10 |
* | new testcase that crashes instcombine | Chris Lattner | 2007-05-11 | 1 | -0/+8 |
* | Drop ModuleID from comment. | Devang Patel | 2007-05-11 | 2 | -2/+2 |
* | fix a memory leak | Chris Lattner | 2007-05-11 | 1 | -1/+1 |
* | Fix a bug where the bcreader could crash on .bc files that were an exact | Chris Lattner | 2007-05-11 | 1 | -0/+1 |
* | Do not generate branches to entry block. This fixes several test suite | Dale Johannesen | 2007-05-10 | 1 | -4/+19 |
* | Ooops. Some debugging stuff :) | Anton Korobeynikov | 2007-05-10 | 1 | -1/+0 |
* | Allow multiple invokes per landing pad. This (probably) fixes PR1410. | Anton Korobeynikov | 2007-05-10 | 3 | -61/+78 |
* | Later computations assume we are aligned at this point. | Duncan Sands | 2007-05-10 | 1 | -2/+3 |
* | TypeIds are indexed by j, not i | Anton Korobeynikov | 2007-05-10 | 1 | -1/+1 |
* | These attributes are supported! | Anton Korobeynikov | 2007-05-10 | 1 | -8/+7 |
* | gar. GCC 3.4.2 also miscompiles llvm at -O3. :( | Chris Lattner | 2007-05-10 | 1 | -4/+8 |
* | another version of gcc that miscompiles llvm. | Chris Lattner | 2007-05-10 | 1 | -0/+3 |
* | Another test for tail mergeing | Dale Johannesen | 2007-05-10 | 1 | -0/+66 |
* | Make tail merging handle many more cases (all it can, I think). | Dale Johannesen | 2007-05-10 | 1 | -32/+91 |
* | add some notes | Chris Lattner | 2007-05-10 | 1 | -0/+28 |
* | Can't fold bit_convert into truncating store. | Evan Cheng | 2007-05-09 | 1 | -1/+7 |
* | Can't fold the bit_convert is the store is a truncating store. | Evan Cheng | 2007-05-09 | 1 | -2/+2 |
* | Do not assert, when case range split metric is zero and JTs are not allowed: ... | Anton Korobeynikov | 2007-05-09 | 2 | -5/+42 |
* | Add two ARM known problems. | Lauro Ramos Venancio | 2007-05-09 | 1 | -3/+6 |
* | PR1399 test case. | Evan Cheng | 2007-05-09 | 1 | -0/+12 |
* | Testcase for | Duncan Sands | 2007-05-09 | 1 | -0/+13 |
* | Fix PR1333 | Devang Patel | 2007-05-09 | 1 | -5/+25 |
* | New test. | Devang Patel | 2007-05-09 | 1 | -0/+95 |
* | New test. | Devang Patel | 2007-05-09 | 1 | -0/+32 |
* | arm no longer experimental, c++ eh support is? | Chris Lattner | 2007-05-09 | 1 | -1/+1 |
* | add a meta-blurb about the 2.0 release | Chris Lattner | 2007-05-09 | 1 | -8/+17 |
* | strip the llvm 1.9 info out of the release notes | Chris Lattner | 2007-05-09 | 1 | -120/+28 |
* | Switch BCC, MOVCCr, etc. to PredicateOperand. | Evan Cheng | 2007-05-08 | 4 | -17/+22 |
* | PredicateOperand can be used as a normal operand for isel. | Evan Cheng | 2007-05-08 | 2 | -2/+2 |
* | If a PredicateOperand has an empty ExecuteAlways field, treat it as if a norm... | Evan Cheng | 2007-05-08 | 1 | -4/+9 |
* | add the & back. I'm not sure why bill removed it. | Chris Lattner | 2007-05-08 | 1 | -1/+1 |
* | Change names from RA to something unique to get rid of naming conflicts with | Bill Wendling | 2007-05-08 | 2 | -38/+42 |
* | Eliminate MarkVirtRegAliveInBlock recursion. | Evan Cheng | 2007-05-08 | 2 | -4/+19 |
* | Add MachineBasicBlock preds / succs reverse iterators. | Evan Cheng | 2007-05-08 | 1 | -0/+24 |
* | New test for PR1400 | Devang Patel | 2007-05-08 | 1 | -0/+7 |
* | testcase for CodeGenPrepare bug fixed yesterday | Dale Johannesen | 2007-05-08 | 1 | -0/+58 |
* | R0 is a sub-register of X0, etc. | Evan Cheng | 2007-05-08 | 1 | -3/+3 |
* | Fix various whitespace inconsistencies. | Dan Gohman | 2007-05-08 | 1 | -10/+10 |
* | Correct the comment for ApproximateLoopSize to reflect what it actually does. | Dan Gohman | 2007-05-08 | 1 | -2/+1 |
* | Spare '&' in the RUN line. | Bill Wendling | 2007-05-08 | 1 | -1/+1 |
* | New test. | Devang Patel | 2007-05-08 | 1 | -0/+12 |
* | update comments, no functionality change | Chris Lattner | 2007-05-08 | 1 | -4/+4 |