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
/
VMCore
/
Dominators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assert sooner. Fix wordings.
Devang Patel
2007-08-14
1
-3
/
+2
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+24
*
Speed up updateDFSNumbers with two observations:
Chris Lattner
2007-08-08
1
-22
/
+17
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-40
/
+33
*
1. Random tidiness cleanups
Chris Lattner
2007-08-06
1
-47
/
+44
*
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch DomTreeNode::assignDFSNumber from using a std::set to using
Chris Lattner
2007-08-05
1
-8
/
+8
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-7
/
+5
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-16
/
+13
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-02
1
-1
/
+9
*
Undo previous check-in.
Devang Patel
2007-08-01
1
-9
/
+1
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
1
-1
/
+9
*
Fix edge cases in handling basic block split.
Devang Patel
2007-07-27
1
-3
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+807