index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
BreakCriticalEdges.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-8
/
+5
*
Minor cleanups and simplifications
Chris Lattner
2003-11-21
1
-1
/
+1
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
1
-2
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Reorganize code for locality, improve comments
Chris Lattner
2003-11-10
1
-19
/
+23
*
Adjust to new critical edge interface
Chris Lattner
2003-11-10
1
-9
/
+11
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
1
-1
/
+3
*
Fix spelling.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-1
/
+1
*
BreakCriticalEdges should update dominance frontier information as well as
Chris Lattner
2002-10-31
1
-2
/
+14
*
- Fix bug: cee/2002-10-07-NoImmediateDominator.ll
Chris Lattner
2002-10-08
1
-1
/
+2
*
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-10-08
1
-9
/
+10
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-2
/
+2
*
- Cleanup break-crit-edges pass by making SplitCriticalEdge a member method.
Chris Lattner
2002-09-26
1
-29
/
+30
*
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
1
-9
/
+94
*
- Expose passinfo from BreakCriticalEdges pass so that it may be "Required"
Chris Lattner
2002-09-24
1
-14
/
+17
*
Add new BreakCriticalEdges pass
Chris Lattner
2002-09-24
1
-0
/
+52