aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-6/+1
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-131-21/+5
* typoesGabor Greif2010-09-102-3/+3
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+6
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-041-1/+10
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-022-14/+12
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-012-12/+14
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-012-14/+12
* implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse.Chris Lattner2010-08-291-0/+16
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-282-434/+0
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-264-51/+84
* Revert r111922, "MapValue support for MDNodes. This is similar to r109117,Daniel Dunbar2010-08-261-27/+8
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-262-12/+16
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-252-16/+12
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-244-32/+3
* MapValue support for MDNodes. This is similar to r109117, exceptDan Gohman2010-08-241-8/+27
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-237-12/+14
* fit in 80 colsChris Lattner2010-08-181-2/+3
* remove some dead code.Chris Lattner2010-08-182-12/+2
* Use the getUniquePredecessor() utility function, instead of doingDan Gohman2010-08-171-15/+5
* Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn'tDan Gohman2010-08-161-2/+1
* Instead, teach SimplifyCFG to trim non-address-taken blocks fromDan Gohman2010-08-161-2/+3
* LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.Dan Gohman2010-08-141-0/+5
* Teach SimplifyCFG how to simplify indirectbr instructions.Dan Gohman2010-08-142-13/+43
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-064-5/+3
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-068-15/+15
* Revert r110396 to fix buildbots.Owen Anderson2010-08-068-15/+15
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-058-15/+15
* simplifyGabor Greif2010-07-281-2/+2
* simplify: CallSite::get --> CallSite constructorGabor Greif2010-07-271-4/+4
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-262-16/+6
* Preserve ScalarEvolution in the loop unroller.Dan Gohman2010-07-261-0/+6
* Revert this because we can't clone cyclic MDNodes which are creating during aNick Lewycky2010-07-241-3/+4
* Whether function-local or not, a MDNode may reference a Function in which caseNick Lewycky2010-07-241-4/+3
* Speculatively revert 109117Devang Patel2010-07-221-27/+6
* keep in 80 colsGabor Greif2010-07-221-3/+4
* Map MDNode correctly. Devang Patel2010-07-221-6/+27
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-222-3/+3
* pass dereferenced iterator to dyn_castGabor Greif2010-07-221-1/+1
* undo 80 column trespassing I causedGabor Greif2010-07-221-5/+6
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-4/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-212-5/+6
* Use DebugLocs instead of MDNodes.Dan Gohman2010-07-201-32/+27
* Don't look up the "dbg" metadata kind by name.Dan Gohman2010-07-202-12/+12
* Reorder the contents of various getAnalysisUsage functions, eliminatingDan Gohman2010-07-162-14/+17
* eliminate CallInst::ArgOffsetGabor Greif2010-07-161-5/+5
* Remove unneeded check, and correct style.Owen Anderson2010-07-151-3/+2
* make various clients of ReplaceAndSimplifyAllUses tolerate Chris Lattner2010-07-151-2/+3
* Extend SimplifyCFG's common-destination folding heuristic to allow a singleOwen Anderson2010-07-141-5/+67
* cache dereferenced iteratorsGabor Greif2010-07-121-4/+6