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
2003-03-05
Implement CFGSimplify/PhiBlockMerge*.ll
Chris Lattner
2003-03-05
Implement testcase CFGSimplify/EqualPHIEdgeBlockMerge.ll
Chris Lattner
2003-03-03
Change the mem2reg interface to accept a TargetData argument
Chris Lattner
2003-02-28
Fix bug I introduced yesterday :(
Chris Lattner
2003-02-28
Fix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.ll
Chris Lattner
2003-02-27
Fix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updating exit node info
Chris Lattner
2003-02-27
Add a new assertion to check that stuff is happening right
Chris Lattner
2003-02-27
* Don't forget to update Loop information!
Chris Lattner
2003-02-27
* Significant changes to the preheader insertion pass:
Chris Lattner
2003-02-24
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-02-22
Split mem2reg promotion into two parts: a function which does the work, and
Chris Lattner
2003-02-22
Clean up std namespace references
Chris Lattner
2003-01-30
* Fix linking of opaque types and their non-opaque versions
Chris Lattner
2003-01-30
Eliminate using decls
Chris Lattner
2003-01-13
Add debugging helper
Chris Lattner
2002-12-10
This file implements the function DemoteRegToStack(), which takes a
Vikram S. Adve
2002-12-07
Fix bug that was bugging bugpoint
Chris Lattner
2002-12-03
Fix big bug introduced with symbol table changes
Chris Lattner
2002-11-20
Initial checkin of Module cloning support stuff
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
Fix minor bugs
Chris Lattner
2002-11-19
Remove unneccesary #include
Chris Lattner
2002-11-19
Implement the CloneFunction function
Chris Lattner
2002-11-19
Minor changes to cloning interface
Chris Lattner
2002-11-19
Fix two fixmes: integrate with inlining, and document
Chris Lattner
2002-11-19
Rework inline pass to use cloning infrastructure to do the dirty work
Chris Lattner
2002-11-19
Start using the new function cloning header
Chris Lattner
2002-10-31
BreakCriticalEdges should update dominance frontier information as well as
Chris Lattner
2002-10-29
Fix spelling of `propagate'.
Misha Brukman
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-13
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-08
- Fix bug: cee/2002-10-07-NoImmediateDominator.ll
Chris Lattner
2002-10-08
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-29
Fix major bugs in dominator set & tree information updating
Chris Lattner
2002-09-26
Change pass name to something sane
Chris Lattner
2002-09-26
- Cleanup break-crit-edges pass by making SplitCriticalEdge a member method.
Chris Lattner
2002-09-26
Checkin new loop-preheader insertion pass.
Chris Lattner
2002-09-25
Change LowerAllocations pass to 'require' TargetData instead of it being
Chris Lattner
2002-09-24
- Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
Chris Lattner
2002-09-24
Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
Chris Lattner
2002-09-24
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
- Expose passinfo from BreakCriticalEdges pass so that it may be "Required"
Chris Lattner
2002-09-24
Minor cleanups
Chris Lattner
2002-09-24
Add new BreakCriticalEdges pass
Chris Lattner
2002-09-23
Insert resolved constants into the global map so they are reused correctly.
Chris Lattner
2002-09-12
Fix bug I introduced with one of my previous changes.
Chris Lattner
2002-09-10
Fix bugs in previous checkins
Chris Lattner
[prev]
[next]