aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* When removing a store to an alloca that has only oneDale Johannesen2009-03-031-2/+1
* Remove accidental check-ins in r65960. :-(Bill Wendling2009-03-031-5/+1
* Use > instead of >=. We want to promote aggregates of 128-bytes.Bill Wendling2009-03-031-1/+5
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-2/+2
* When sinking an insn in InstCombine bring its debugDale Johannesen2009-03-031-2/+25
* Fix compiler warning about uninitialized variables. No functional change.Nick Lewycky2009-02-271-1/+1
* Ignore dbg info intrinsics when folding conditional branch to Zhou Sheng2009-02-261-1/+5
* Don't block basic block with only SwitchInst to fold into predecessors.Zhou Sheng2009-02-251-1/+5
* While folding unconditional return move DbgRegionEndInst into the predecessor...Devang Patel2009-02-242-23/+10
* Changed option name from inline-threshold to basic-inline-threshold becauseMon P Wang2009-02-231-1/+1
* Add AddrModeMatcher.cppEvan Cheng2009-02-211-0/+1
* Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng2009-02-201-0/+593
* Just roll back the previous change to -mem2reg.Zhou Sheng2009-02-201-26/+0
* patch to update the line number information in pass -mem2reg.Zhou Sheng2009-02-201-0/+26
* Fix typo caused by too much surfing, dudes...Nick Lewycky2009-02-161-1/+1
* Fix a nasty bug (PR3550) where the inline pass could incorrectly mark Chris Lattner2009-02-121-2/+2
* If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel2009-02-112-3/+23
* Ignore dbg intrinsic while folding unconditional branch.Devang Patel2009-02-101-1/+2
* Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...Devang Patel2009-02-101-3/+14
* Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel2009-02-101-0/+22
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-052-17/+14
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-052-14/+17