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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
Alkis Evlogimenos
2003-10-01
1
-1
/
+1
*
DOn't crash if program calls the null pointer
Chris Lattner
2003-09-24
1
-1
/
+7
*
Remove explicit use of BasicBlock::succ_iterator
Chris Lattner
2003-09-24
1
-2
/
+2
*
Functions reachable from the arguments of unresolvable call nodes should
Chris Lattner
2003-09-20
2
-2
/
+17
*
The Globals graph must become complete at the end of the BU phase!
Chris Lattner
2003-09-20
1
-0
/
+5
*
Do not mark incoming arguments to functions complete if the function is point...
Chris Lattner
2003-09-20
1
-10
/
+30
*
Make sure to add global variable initializers to the Globals graph!
Chris Lattner
2003-09-20
1
-15
/
+69
*
Don't consider incomplete nodes to be typesafe!
Chris Lattner
2003-09-20
1
-1
/
+1
*
Remove trivially dead nodes was not removing nodes that were dead due to forw...
Chris Lattner
2003-09-20
1
-0
/
+14
*
Add special case handling for calloc and realloc
Chris Lattner
2003-09-20
1
-0
/
+16
*
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
7
-77
/
+83
*
Make this work better for constants that aren't necessarily in ANY graph, suc...
Chris Lattner
2003-09-20
1
-4
/
+15
*
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
Chris Lattner
2003-09-20
1
-7
/
+22
*
Keep track of the number of typed/untyped memory accesses theyre are in the p...
Chris Lattner
2003-09-20
1
-30
/
+62
*
These two conditions are not exclusive!!
Chris Lattner
2003-09-15
1
-3
/
+6
*
Make the print output more useful
Chris Lattner
2003-09-15
1
-3
/
+7
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
12
-17
/
+17
*
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-11
1
-1
/
+1
*
Spell `definitely' correctly.
Misha Brukman
2003-09-11
1
-1
/
+1
*
Rework post dominator information so that we do not have to
Chris Lattner
2003-09-10
1
-88
/
+97
*
Remove using declarations
Chris Lattner
2003-09-10
1
-2
/
+1
*
another trivial cleanup
Chris Lattner
2003-09-10
1
-3
/
+2
*
Simplification of trip counting machinery.
Chris Lattner
2003-09-10
1
-73
/
+68
*
Spelling fixes
Chris Lattner
2003-09-10
1
-5
/
+5
*
clean up file header comment
Chris Lattner
2003-09-10
1
-5
/
+5
*
Simplify some code
Chris Lattner
2003-09-10
1
-8
/
+5
*
Fix bug: RLE-Preserve-Volatile.ll
Chris Lattner
2003-09-08
1
-2
/
+6
*
This file is hopelessly out of date
Chris Lattner
2003-09-01
1
-208
/
+0
*
Final cleanup: remove dead code
Chris Lattner
2003-09-01
1
-39
/
+0
*
Not only is this a lot smaller, it actually works if there is already a
Chris Lattner
2003-09-01
1
-5
/
+1
*
If "These should be used only by the auto-parallelization pass", we might as
Chris Lattner
2003-09-01
1
-1
/
+31
*
Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not
Chris Lattner
2003-09-01
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-09-01
1
-13
/
+8
*
Replace M with F when refering to functions
Chris Lattner
2003-08-31
1
-11
/
+11
*
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
5
-30
/
+30
*
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
2
-4
/
+4
*
Remove dead var
Chris Lattner
2003-08-31
2
-2
/
+0
*
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
4
-16
/
+16
*
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
2
-12
/
+10
*
Move the getAnalysisUsage method from the header file
Chris Lattner
2003-08-31
2
-4
/
+24
*
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
5
-7
/
+7
*
Minor cleanups
Chris Lattner
2003-08-31
2
-28
/
+18
*
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
2
-92
/
+112
*
* Cleanups
Chris Lattner
2003-08-31
2
-76
/
+60
*
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-31
1
-0
/
+30
*
There is no reason for this to be a pass!
Chris Lattner
2003-08-29
1
-5
/
+5
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Fix the bug that broke the nightly tester in McCat/18-imp last night. :(
Chris Lattner
2003-08-17
1
-6
/
+6
*
Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
Chris Lattner
2003-08-16
1
-4
/
+81
*
Improvement to the previous fix: branch following a delay slot of
Vikram S. Adve
2003-08-14
1
-3
/
+5
[next]