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
/
IPA
Commit message (
Expand
)
Author
Age
Files
Lines
*
getNodes() is gone
Chris Lattner
2004-02-07
1
-21
/
+21
*
Cleanups
Chris Lattner
2003-11-12
1
-4
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
9
-1
/
+34
*
More additions
Chris Lattner
2003-11-09
1
-3
/
+4
*
Add more functions
Chris Lattner
2003-11-09
1
-0
/
+8
*
None of the __llvm_* functions call into the program. This makes the
Chris Lattner
2003-11-09
1
-0
/
+3
*
Fix name collision
Chris Lattner
2003-11-05
1
-2
/
+2
*
Including the symbol table in the FindUsedTypes analysis was the WRONG way
Chris Lattner
2003-11-02
1
-13
/
+3
*
Make the call graph more precise despite the hated constantpointerrefs.
Chris Lattner
2003-10-31
1
-16
/
+36
*
When someone includes CallGraph.h, make sure that they link in CallGraph.cpp
Chris Lattner
2003-10-30
1
-0
/
+1
*
Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll
Chris Lattner
2003-10-28
1
-5
/
+20
*
Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon
Chris Lattner
2003-10-23
1
-0
/
+11
*
This is a disgusting hack that improves code substantially, by making
Chris Lattner
2003-10-22
1
-2
/
+122
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
9
-0
/
+63
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
1
-1
/
+1
*
Regularize header file comments
Chris Lattner
2003-10-13
2
-2
/
+2
*
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
1
-27
/
+24
*
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
2
-2
/
+2
*
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
3
-16
/
+16
*
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
1
-2
/
+2
*
Remove dead var
Chris Lattner
2003-08-31
1
-1
/
+0
*
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
2
-8
/
+8
*
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
1
-6
/
+5
*
Move the getAnalysisUsage method from the header file
Chris Lattner
2003-08-31
1
-2
/
+12
*
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
3
-4
/
+4
*
Minor cleanups
Chris Lattner
2003-08-31
1
-14
/
+9
*
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
1
-46
/
+56
*
* Cleanups
Chris Lattner
2003-08-31
1
-38
/
+30
*
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-31
1
-0
/
+30
*
Remove unnecessary use of NonCopyable
Chris Lattner
2003-08-06
1
-5
/
+4
*
Adjust for new DSGraph API
Chris Lattner
2003-06-30
1
-1
/
+1
*
Fix bug: CBackend/2003-05-31-MissingStructName.ll
Chris Lattner
2003-05-31
1
-0
/
+1
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
1
-4
/
+2
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-2
/
+2
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-3
/
+3
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-2
/
+2
*
Remove #includes
Chris Lattner
2002-12-12
1
-2
/
+0
*
Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,
Vikram S. Adve
2002-12-08
1
-0
/
+250
*
An explicit representation of dependence graphs, and a pass that
Vikram S. Adve
2002-12-08
2
-0
/
+571
*
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-27
1
-77
/
+201
*
Fix bug
Chris Lattner
2002-11-11
1
-3
/
+2
*
Reduce amount of work needed to compute ip/modref
Chris Lattner
2002-11-08
1
-1
/
+2
*
Fix IPModRef to use new DS interface
Chris Lattner
2002-11-08
1
-8
/
+1
*
Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d...
Chris Lattner
2002-11-07
1
-4
/
+56
*
Fix problem with dangling referrers
Chris Lattner
2002-11-07
1
-1
/
+4
*
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
Chris Lattner
2002-11-06
1
-6
/
+18
[next]