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
/
LCSSA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Real fix for PR3549, by using caching for predecessor counts in addition to t...
Owen Anderson
2009-04-22
1
-11
/
+13
*
Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test...
Owen Anderson
2009-04-22
1
-2
/
+5
*
Simplify the logic of getting hold of a PHI predecessor block.
Gabor Greif
2009-01-23
1
-4
/
+2
*
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-22
1
-1
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-21
/
+1
*
Fix whitespace in whitespace-significant pseudocode in a comment.
Dan Gohman
2008-06-03
1
-2
/
+2
*
Since LCSSA switched over to DenseMap, we have to be more careful to avoid it...
Owen Anderson
2008-05-30
1
-4
/
+5
*
Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by ...
Owen Anderson
2008-05-26
1
-3
/
+3
*
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
1
-3
/
+1
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-2
/
+2
*
Change class' public PassInfo variables to by initialized with the
Dan Gohman
2008-05-13
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-3
/
+3
*
Handle multiple return values.
Devang Patel
2008-05-03
1
-1
/
+23
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-4
/
+4
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-7
/
+5
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-1
/
+2
*
LCSSA preserves dom info.
Devang Patel
2007-07-30
1
-0
/
+8
*
Now this temp. fix is not required.
Devang Patel
2007-07-19
1
-4
/
+0
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+269