| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use O(1) check of basic block size limit. | Evan Cheng | 2008-06-25 | 1 | -4/+8 |
* | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng | 2008-06-12 | 1 | -2/+16 |
* | For now, avoid generating FP select instructions in order to speculatively ex... | Evan Cheng | 2008-06-11 | 1 | -4/+9 |
* | op_iterator-ify loops | Gabor Greif | 2008-06-10 | 1 | -13/+16 |
* | Speculatively execute a block when the the block is the then part of a triang... | Evan Cheng | 2008-06-07 | 1 | -0/+121 |
* | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman | 2008-05-23 | 1 | -2/+1 |
* | Restucture a part of the SimplifyCFG pass and include a testcase. | Matthijs Kooijman | 2008-05-23 | 1 | -65/+99 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -5/+5 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -2/+4 |
* | Fix PR2256, yet another miscompilation in simplifycfg of i | Chris Lattner | 2008-04-28 | 1 | -3/+4 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -16/+2 |
* | Split some code out of the main SimplifyCFG loop into its own function. | Chris Lattner | 2008-04-24 | 1 | -65/+103 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -30/+30 |
* | Check to see if a two-entry PHI block can be simplified | Dan Gohman | 2008-03-11 | 1 | -6/+6 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 1 | -1/+1 |
* | Firstly, having a BranchInst isn't exclusive with having an unwind_to. | Nick Lewycky | 2008-03-09 | 1 | -5/+8 |
* | A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to | Nick Lewycky | 2008-03-09 | 1 | -1/+4 |
* | Update the inliner and simplifycfg to handle unwind_to. | Nick Lewycky | 2008-03-09 | 1 | -1/+9 |
* | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov | 2008-02-20 | 1 | -6/+10 |
* | switch simplifycfg from using vectors for most things to smallvectors, | Chris Lattner | 2008-02-18 | 1 | -14/+12 |
* | don't hoist FP additions into unconditional adds + selects. This | Chris Lattner | 2008-01-03 | 1 | -0/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | If succ has succ itself as one of the predecessors then do | Devang Patel | 2007-12-22 | 1 | -2/+2 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -0/+2 |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -2/+2 |
* | Minor comment cleanups. | Dan Gohman | 2007-05-24 | 1 | -1/+1 |
* | remove use of Instruction::getNext | Chris Lattner | 2007-04-17 | 1 | -3/+5 |
* | reduce use of std::set | Chris Lattner | 2007-04-02 | 1 | -6/+7 |
* | Change uses of Function::front to Function::getEntryBlock for readability. | Dan Gohman | 2007-03-22 | 1 | -1/+2 |
* | Make sorting of ConstantInt be APInt clean through use of ult function. | Reid Spencer | 2007-03-02 | 1 | -1/+1 |
* | Eliminate use of ctors that take vectors. | Chris Lattner | 2007-02-13 | 1 | -5/+7 |
* | simplify code by using Value::takeName | Chris Lattner | 2007-02-11 | 1 | -21/+17 |
* | Adjust #includes to match movement of constant folding code from transformuti... | Chris Lattner | 2007-01-30 | 1 | -0/+1 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -0/+1 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -1/+1 |
* | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner | 2007-01-15 | 1 | -1/+1 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -9/+10 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -2/+2 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -5/+8 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -25/+24 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -5/+0 |
* | Remove #include <iostream> and use llvm_* streams instead. | Bill Wendling | 2006-11-26 | 1 | -21/+20 |
* | Do not convert massive blocks on phi nodes into select statements. Instead | Chris Lattner | 2006-11-18 | 1 | -0/+27 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -1/+2 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -3/+2 |
* | Fix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash compiling QT. | Chris Lattner | 2006-10-29 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -1/+1 |
* | Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling a bad xform. | Chris Lattner | 2006-10-20 | 1 | -23/+40 |
* | Fix PR867 (and maybe 868) and testcsae: | Chris Lattner | 2006-08-03 | 1 | -6/+25 |
* | Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll | Chris Lattner | 2006-06-12 | 1 | -1/+10 |