aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a function is marked alwaysinline, it must be inlined (possibly for correc...Evan Cheng2009-03-101-7/+7
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-072-7/+4
* Fix another case where debug info interferes withDale Johannesen2009-03-061-2/+6
* While hoisting instruction to speculatively execute simple bb, ignore dbg int...Devang Patel2009-03-061-18/+30
* Tweak the check for promotable alloca's to handleDale Johannesen2009-03-061-1/+7
* Add "check/remove dbg var" helper routines.Devang Patel2009-03-061-0/+44
* Revert unintended commmit.Dale Johannesen2009-03-041-5/+2
* Skip ptr-to-ptr bitcasts when counting in another case.Dale Johannesen2009-03-041-4/+4
* Always skip ptr-to-ptr bitcasts when counting,Dale Johannesen2009-03-041-2/+5
* Marking debug info intrinsics as not touching memoryDale Johannesen2009-03-031-0/+3
* Instruction counters must skip the bitcasts thatDale Johannesen2009-03-031-0/+6