index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
IPA
Age
Commit message (
Expand
)
Author
2003-10-22
This is a disgusting hack that improves code substantially, by making
Chris Lattner
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-09-20
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-15
These two conditions are not exclusive!!
Chris Lattner
2003-09-15
Make the print output more useful
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-08-31
Replace M with F when refering to functions
Chris Lattner
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
Remove dead var
Chris Lattner
2003-08-31
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
Move the getAnalysisUsage method from the header file
Chris Lattner
2003-08-31
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
Minor cleanups
Chris Lattner
2003-08-31
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
* Cleanups
Chris Lattner
2003-08-31
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-06
Remove unnecessary use of NonCopyable
Chris Lattner
2003-06-30
Adjust for new DSGraph API
Chris Lattner
2003-05-31
Fix bug: CBackend/2003-05-31-MissingStructName.ll
Chris Lattner
2003-05-29
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-01-23
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2002-12-12
Remove #includes
Chris Lattner
2002-12-08
Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,
Vikram S. Adve
2002-12-08
An explicit representation of dependence graphs, and a pass that
Vikram S. Adve
2002-11-27
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-11
Fix bug
Chris Lattner
2002-11-08
Reduce amount of work needed to compute ip/modref
Chris Lattner
2002-11-08
Fix IPModRef to use new DS interface
Chris Lattner
2002-11-07
Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d...
Chris Lattner
2002-11-07
Fix problem with dangling referrers
Chris Lattner
2002-11-06
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
Chris Lattner
2002-11-06
Add a stub to implement the context sensitive mod/ref info for call sites
Chris Lattner
2002-11-06
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
Chris Lattner
2002-11-06
Remove a couple of #includes, move some code from .h file
Chris Lattner
2002-11-06
An interprocedural analysis pass that computes flow-insensitive
Vikram S. Adve
2002-11-04
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
Vikram S. Adve
2002-11-04
Allow the call graph to be called from analyze naturally with print implemented
Chris Lattner
2002-09-24
Make users of FindUsedTypes not have problems with linkage. This fixes
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
[prev]
[next]