index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2009-03-03
When sinking an insn in InstCombine bring its debug
Dale Johannesen
2009-02-27
Fix compiler warning about uninitialized variables. No functional change.
Nick Lewycky
2009-02-26
Ignore dbg info intrinsics when folding conditional branch to
Zhou Sheng
2009-02-25
Don't block basic block with only SwitchInst to fold into predecessors.
Zhou Sheng
2009-02-24
While folding unconditional return move DbgRegionEndInst into the predecessor...
Devang Patel
2009-02-23
Changed option name from inline-threshold to basic-inline-threshold because
Mon P Wang
2009-02-21
Add AddrModeMatcher.cpp
Evan Cheng
2009-02-20
Factor address mode matcher out of codegen prepare to make it available to ot...
Evan Cheng
2009-02-20
Just roll back the previous change to -mem2reg.
Zhou Sheng
2009-02-20
patch to update the line number information in pass -mem2reg.
Zhou Sheng
2009-02-16
Fix typo caused by too much surfing, dudes...
Nick Lewycky
2009-02-12
Fix a nasty bug (PR3550) where the inline pass could incorrectly mark
Chris Lattner
2009-02-11
If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...
Devang Patel
2009-02-10
Ignore dbg intrinsic while folding unconditional branch.
Devang Patel
2009-02-10
Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...
Devang Patel
2009-02-10
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
Devang Patel
2009-02-05
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-02-05
Ignore dbg intrinsics while folding switch instruction.
Devang Patel
2009-02-04
Ignore dbg intrinsics.
Devang Patel
2009-02-04
While folding vallue comparison terminators ignore dbg intrinsics.
Devang Patel
2009-02-04
Ignore dbg intrinsics while hoisting common code in the two blocks up into th...
Devang Patel
2009-02-03
Do not let dbg intrinsic block folding of two entry phi node.
Devang Patel
2009-02-03
Revert r63600. It didn't fix the bug, it just moved it a bit.
Nick Lewycky
2009-02-03
Update the callgraph when replacing InvokeInst with CallInst when inlining.
Nick Lewycky
2009-01-30
use precise getters
Gabor Greif
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-24
Revert previous change; even this mild and clearly
Dale Johannesen
2009-01-24
Improve the inlining cost function a bit.
Dale Johannesen
2009-01-23
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-20
another fix for PR3354
Chris Lattner
2009-01-19
Doxygen-ify comments.
Bill Wendling
2009-01-19
Fix a problem exposed by PR3354: simplifycfg was making a potentially
Chris Lattner
2009-01-19
Temporarily revert r62487. It's causing this error during a release bootstrap of
Bill Wendling
2009-01-19
Fix PR3016, a bug which can occur do to an invalid assumption:
Chris Lattner
2009-01-19
reduce indentation by using 'continue', no functionality change.
Chris Lattner
2009-01-19
Fix some problems in SpeculativelyExecuteBB. Basically,
Chris Lattner
2009-01-18
Make this a bit more explicit about which cases need the
Chris Lattner
2009-01-17
introduce typedef for complicated vector, and use it too
Gabor Greif
2009-01-16
typo
Gabor Greif
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
avoid using iterators when they get invalidated potentially
Gabor Greif
2009-01-13
Fix testsuite regressions from recursive inlining.
Dale Johannesen
2009-01-12
Enable recursive inlining. Reduce inlining threshold
Dale Johannesen
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
Adjustments to last patch based on review.
Dale Johannesen
2009-01-08
Do not inline functions with (dynamic) alloca into
Dale Johannesen
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-12-18
Fix PR2929 by making bugpoint/code extract propagate the nothrow
Chris Lattner
[next]