summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make more passes preserve dominators (or state that they preserve dominators ifCameron Zwarich2011-01-081-0/+11
* Add the CallInst optimizations that don't involve expanding inline assembly toCameron Zwarich2011-01-061-0/+7
* Move the GEP handling in CodeGenPrepare to OptimizeInst().Cameron Zwarich2011-01-061-12/+12
* Split the optimizations in CodeGenPrepare that don't manipulate the iteratorsCameron Zwarich2011-01-061-41/+52
* Stop reallocating SunkAddrs for each basic block. When we move to an instructionCameron Zwarich2011-01-061-4/+10
* Add some more statistics to CodeGenPrepare.Cameron Zwarich2011-01-051-0/+4
* Add some stats to CodeGenPrepare to make it easier to speed it up withoutCameron Zwarich2011-01-051-3/+15
* Avoid finding loop back edges when we are not splitting critical edges inCameron Zwarich2011-01-041-2/+4
* Switch a worklist in CodeGenPrepare to SmallVector and increase the inlineCameron Zwarich2011-01-031-2/+2
* It is possible for SimplifyCFG to cause PHI nodes to become redundant too lat...Owen Anderson2010-12-231-1/+10
* revert r122164, I'm going to go with a different approach.Chris Lattner2010-12-191-11/+0
* first step to fixing PR8642: don't fold away empty basic blocksChris Lattner2010-12-191-0/+11
* Second attempt at fixing the performance regressions introducedOwen Anderson2010-11-271-24/+55
* When folding addressing modes in CodeGenPrepare, attempt to look through PHI ...Owen Anderson2010-11-191-3/+29
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-301-1/+5
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-271-5/+1
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-231-1/+5
* When moving zext/sext to be folded with a load, ignore the issue of whetherBob Wilson2010-09-221-1/+2
* Move a sign-extend or a zero-extend of a load to the same basic block as theBob Wilson2010-09-211-1/+2
* Clarify a comment.Bob Wilson2010-09-211-1/+1
* When substituting sunkaddrs into indirect arguments an asm, we wereDale Johannesen2010-09-161-2/+4
* Remove unused variable.Eric Christopher2010-09-131-1/+0
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-131-27/+4
* remove some llvmcontext arguments that are now dead post-refactoring.Chris Lattner2010-08-251-2/+2
* Add an option to disable codegen prepare critical edge splitting. In theory, ...Evan Cheng2010-08-171-6/+14
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* eliminate CallInst::ArgOffsetGabor Greif2010-07-161-3/+3
* use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperandGabor Greif2010-06-301-1/+2
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-251-2/+1
* use ArgOperand APIGabor Greif2010-06-241-1/+1
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-1/+1
* reapply r101434Gabor Greif2010-04-161-1/+1
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-1/+1
* shift intrinsic operandGabor Greif2010-04-161-1/+1
* Fix a nasty dangling-pointer heisenbug that couldDale Johannesen2010-03-311-1/+5
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Factor checked library call optimization into a common helper class and use itBenjamin Kramer2010-03-121-96/+19
* stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...Benjamin Kramer2010-03-111-15/+3
* Lower stpcpy_chk when possible.Eric Christopher2010-03-111-6/+9
* Do some final lowering in CodeGenPrepare of _chk calls similar toEric Christopher2010-03-111-0/+134
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* remove dead code.Chris Lattner2010-02-131-46/+7
* Split some code out to a helper function (FindReusablePredBB)Chris Lattner2010-02-131-50/+72
* speed up CGP a bit by scanning predecessors through phi operandsChris Lattner2010-02-131-22/+22
OpenPOWER on IntegriCloud