index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using DataStructureGraph.h
Chris Lattner
2002-10-10
1
-4
/
+1
*
- Dramatically simplify the ConstantMerge code now that
Chris Lattner
2002-10-09
1
-102
/
+3
*
Almost a complete rewrite of FunctionResolution to now resolve functions
Chris Lattner
2002-10-09
1
-122
/
+213
*
- Rename MTy to FTy (no methods exist anymore)
Chris Lattner
2002-10-09
1
-9
/
+13
*
- Fix bug: LevelRaise/2002-10-08-VarArgCall.ll
Chris Lattner
2002-10-08
1
-1
/
+39
*
- Fix bug: cee/2002-10-07-NoImmediateDominator.ll
Chris Lattner
2002-10-08
2
-2
/
+4
*
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
1
-2
/
+2
*
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
1
-9
/
+2
*
- Checkin LARGE number of Changes to CEE pass that will make it much more
Chris Lattner
2002-10-08
1
-53
/
+394
*
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-10-08
2
-18
/
+20
*
It is illegal for PHI nodes to have zero values, delete the code to handle them
Chris Lattner
2002-10-08
1
-2
/
+0
*
Fold ashr -1, X into -1
Chris Lattner
2002-10-08
1
-0
/
+6
*
Non-functionality change just to make it more clear what is going on
Chris Lattner
2002-10-07
1
-1
/
+1
*
Fix bug: 2002-10-02-SignExtensionProblem.ll
Chris Lattner
2002-10-02
1
-3
/
+2
*
Changes to work with Statistics rework
Chris Lattner
2002-10-01
1
-7
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
25
-140
/
+132
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
6
-19
/
+12
*
Build subdirs in parallel
Chris Lattner
2002-10-01
1
-1
/
+1
*
Fix bug in LICM that caused the previous big win. :(
Chris Lattner
2002-09-29
1
-13
/
+16
*
Hoist the contents of Loops in depth first order in the dominator tree,
Chris Lattner
2002-09-29
1
-6
/
+36
*
Fix major bugs in dominator set & tree information updating
Chris Lattner
2002-09-29
1
-6
/
+9
*
Convert DIRS to PARALLEL_DIRS. They can be built independently.
Vikram S. Adve
2002-09-29
1
-1
/
+1
*
- Further cleanups of LICM pass, remove extra work from previous implementation
Chris Lattner
2002-09-26
1
-59
/
+25
*
Improve comments, doxygenize more
Chris Lattner
2002-09-26
1
-20
/
+36
*
Clean up LICM significantly now that it is guaranteed to have loop preheaders
Chris Lattner
2002-09-26
1
-99
/
+14
*
Change pass name to something sane
Chris Lattner
2002-09-26
1
-2
/
+1
*
Loop invariant code motion now depends on the LoopPreheader pass. Dead code
Chris Lattner
2002-09-26
1
-5
/
+10
*
- Cleanup break-crit-edges pass by making SplitCriticalEdge a member method.
Chris Lattner
2002-09-26
2
-58
/
+60
*
Checkin new loop-preheader insertion pass.
Chris Lattner
2002-09-26
1
-0
/
+189
*
Converted SimpleStructMutation to take TargetData as a required pass.
Chris Lattner
2002-09-26
1
-24
/
+9
*
Change LowerAllocations pass to 'require' TargetData instead of it being
Chris Lattner
2002-09-25
1
-28
/
+28
*
- Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
Chris Lattner
2002-09-24
1
-2
/
+7
*
Eliminate extraneous #include
Chris Lattner
2002-09-24
1
-1
/
+0
*
Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
Chris Lattner
2002-09-24
1
-3
/
+4
*
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
1
-93
/
+0
*
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
2
-18
/
+188
*
Correlated Exprs pass now requires BCE pass instead of doing it manually
Chris Lattner
2002-09-24
1
-20
/
+1
*
- Expose passinfo from BreakCriticalEdges pass so that it may be "Required"
Chris Lattner
2002-09-24
2
-28
/
+34
*
Minor cleanups
Chris Lattner
2002-09-24
1
-7
/
+5
*
Add new BreakCriticalEdges pass
Chris Lattner
2002-09-24
2
-0
/
+104
*
Optimize away cases like:
Chris Lattner
2002-09-23
1
-0
/
+6
*
Fix: ConstantMerge/2002-09-23-CPR-Update.ll
Chris Lattner
2002-09-23
1
-14
/
+102
*
* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
Chris Lattner
2002-09-23
1
-5
/
+20
*
Insert resolved constants into the global map so they are reused correctly.
Chris Lattner
2002-09-23
1
-3
/
+6
*
Don't insert a PHI node to merge "returns" from an inlined function if there
Chris Lattner
2002-09-22
1
-1
/
+12
*
Added checking threshold
Anand Shukla
2002-09-20
5
-90
/
+185
*
split retracing into a separate file
Anand Shukla
2002-09-18
1
-0
/
+229
*
Removed unnecessary #includes.
Misha Brukman
2002-09-18
2
-8
/
+0
*
Fixed typo.
Misha Brukman
2002-09-18
1
-1
/
+1
*
There is a #define in some header that conflicts with INFINITY, rename it.
Chris Lattner
2002-09-17
2
-8
/
+8
[next]