summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-011-1/+1
* Minor code simplification.Dan Gohman2009-06-301-3/+2
* Remove the block from the LoopInfo, rather than just the Loop.Dan Gohman2009-06-271-1/+1
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-272-1/+76
* Remove unused routines.Devang Patel2009-06-261-41/+0
* Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nbyDouglas Gregor2009-06-261-0/+2
* Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman2009-06-261-2/+11
* Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner2009-06-161-0/+45
* Fix the crash in this test. This is basically the sameDale Johannesen2009-06-151-2/+27
* Fix old-style type names in comments.Dan Gohman2009-06-141-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-6/+2
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-1/+24
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-232-2/+4
* Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman2009-05-191-30/+31
* Reuse existing getUnderlyingObject instead ofDale Johannesen2009-05-141-24/+6
* Handle some additonal cases of external weak globals.Dale Johannesen2009-05-131-4/+22
* Don't generate a select whose operand is load of a weakDale Johannesen2009-05-131-0/+6
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-092-2/+2
* PR4123: don't crash when inlining a call which uses its own result.Eli Friedman2009-05-081-3/+10
* Simplify code by using SmallVector's pop_back_val() instead ofDan Gohman2009-05-064-12/+6
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-061-7/+5
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-05-042-22/+6
* Restore minor deletion.Mike Stump2009-05-041-0/+50
* Revert r70645 for now; it's causing a variety of regressions.Dan Gohman2009-05-032-6/+22
* Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman2009-05-022-22/+6
* Previously, RecursivelyDeleteDeadInstructions provided an optionDan Gohman2009-05-022-5/+62
* Real fix for PR3549, by using caching for predecessor counts in addition to t...Owen Anderson2009-04-221-11/+13
* Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test...Owen Anderson2009-04-221-2/+5
* use predicate instead of hand-rolled loopChris Lattner2009-04-211-11/+4
* remove trailing whitespaceJim Grosbach2009-04-171-50/+50
* Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of Eli Friedman2009-04-161-19/+11
* While inlining, clone llvm.dbg.func.start intrinsic and adjust Devang Patel2009-04-152-3/+52
* Update call graph after inlining invoke.Devang Patel2009-03-311-2/+19
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-2/+1
* Factorize out a concept - no functionality change.Duncan Sands2009-03-211-2/+1
* Don't load values out of global constants with weakDuncan Sands2009-03-201-1/+2
* Fix comment typo.Dale Johannesen2009-03-191-1/+1
* Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.Zhou Sheng2009-03-181-3/+0
* Fix a bug.Zhou Sheng2009-03-181-0/+3
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-131-2/+2
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-131-2/+2
* Fix one more place where debug info affectedDale Johannesen2009-03-131-2/+5
* Previous debug info fix to this code wasn't quiteDale Johannesen2009-03-121-5/+4
* There already was a class to force deterministicDale Johannesen2009-03-121-23/+14
* Another missing check for debug intrinsics.Dale Johannesen2009-03-121-1/+1
* Allow for switch values bigger than 64 bits.Dale Johannesen2009-03-121-1/+1
* Fix some nondeterministic behavior when forwardingDale Johannesen2009-03-121-3/+13
* Don't consider debug intrinsics when checkingDale Johannesen2009-03-101-2/+2
* Ignore dbg info, while estimating size of jump through block.Devang Patel2009-03-101-1/+3