aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add explicit keywords to several constructors that now have one argument.Dan Gohman2007-05-111-5/+5
* Simplify BranchInst::getSuccessor, avoiding a conditional operator.Dan Gohman2007-05-111-2/+1
* This patch extends the LoopUnroll pass to be able to unroll loopsDan Gohman2007-05-111-58/+193
* fix regressions from my previous checking, includingChris Lattner2007-05-111-2/+2
* Perform correct actions numbers/sizes computationAnton Korobeynikov2007-05-111-5/+3
* Fix action No calculation in multiple-invoke-one-LP modeAnton Korobeynikov2007-05-111-31/+31
* For PR1411:Reid Spencer2007-05-111-3/+3
* fix Transforms/InstCombine/2007-05-10-icmp-or.llChris Lattner2007-05-111-5/+10
* new testcase that crashes instcombineChris Lattner2007-05-111-0/+8
* Drop ModuleID from comment.Devang Patel2007-05-112-2/+2
* fix a memory leakChris Lattner2007-05-111-1/+1
* Fix a bug where the bcreader could crash on .bc files that were an exactChris Lattner2007-05-111-0/+1
* Do not generate branches to entry block. This fixes several test suiteDale Johannesen2007-05-101-4/+19
* Ooops. Some debugging stuff :)Anton Korobeynikov2007-05-101-1/+0
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-103-61/+78
* Later computations assume we are aligned at this point.Duncan Sands2007-05-101-2/+3
* TypeIds are indexed by j, not iAnton Korobeynikov2007-05-101-1/+1
* These attributes are supported!Anton Korobeynikov2007-05-101-8/+7
* gar. GCC 3.4.2 also miscompiles llvm at -O3. :(Chris Lattner2007-05-101-4/+8
* another version of gcc that miscompiles llvm.Chris Lattner2007-05-101-0/+3
* Another test for tail mergeingDale Johannesen2007-05-101-0/+66
* Make tail merging handle many more cases (all it can, I think).Dale Johannesen2007-05-101-32/+91
* add some notesChris Lattner2007-05-101-0/+28
* Can't fold bit_convert into truncating store.Evan Cheng2007-05-091-1/+7
* Can't fold the bit_convert is the store is a truncating store.Evan Cheng2007-05-091-2/+2
* Do not assert, when case range split metric is zero and JTs are not allowed: ...Anton Korobeynikov2007-05-092-5/+42
* Add two ARM known problems.Lauro Ramos Venancio2007-05-091-3/+6
* PR1399 test case.Evan Cheng2007-05-091-0/+12
* Testcase forDuncan Sands2007-05-091-0/+13
* Fix PR1333Devang Patel2007-05-091-5/+25
* New test.Devang Patel2007-05-091-0/+95
* New test.Devang Patel2007-05-091-0/+32
* arm no longer experimental, c++ eh support is?Chris Lattner2007-05-091-1/+1
* add a meta-blurb about the 2.0 releaseChris Lattner2007-05-091-8/+17
* strip the llvm 1.9 info out of the release notesChris Lattner2007-05-091-120/+28
* Switch BCC, MOVCCr, etc. to PredicateOperand.Evan Cheng2007-05-084-17/+22
* PredicateOperand can be used as a normal operand for isel.Evan Cheng2007-05-082-2/+2
* If a PredicateOperand has an empty ExecuteAlways field, treat it as if a norm...Evan Cheng2007-05-081-4/+9
* add the & back. I'm not sure why bill removed it.Chris Lattner2007-05-081-1/+1
* Change names from RA to something unique to get rid of naming conflicts withBill Wendling2007-05-082-38/+42
* Eliminate MarkVirtRegAliveInBlock recursion.Evan Cheng2007-05-082-4/+19
* Add MachineBasicBlock preds / succs reverse iterators.Evan Cheng2007-05-081-0/+24
* New test for PR1400Devang Patel2007-05-081-0/+7
* testcase for CodeGenPrepare bug fixed yesterdayDale Johannesen2007-05-081-0/+58
* R0 is a sub-register of X0, etc.Evan Cheng2007-05-081-3/+3
* Fix various whitespace inconsistencies.Dan Gohman2007-05-081-10/+10
* Correct the comment for ApproximateLoopSize to reflect what it actually does.Dan Gohman2007-05-081-2/+1
* Spare '&' in the RUN line.Bill Wendling2007-05-081-1/+1
* New test.Devang Patel2007-05-081-0/+12
* update comments, no functionality changeChris Lattner2007-05-081-4/+4