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
2002-07-18
* s/method/function
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-10
Print out what the root of the call graph is.
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-03-26
change refs to Method to Function
Chris Lattner
2002-03-07
Initial checkin
Chris Lattner
2002-03-06
Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...
Chris Lattner
2002-03-06
Move call graph printing support out of Writer.h into Callgraph.h
Chris Lattner
2002-03-06
Take CallGraph out of the CFG namespace. It has nothing to do with CFGs
Chris Lattner
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-01-31
Convert analyses to new pass structure
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Implement a new entry node that has edges to all external methods in the module
Chris Lattner
2001-11-09
New pass to find types in use by a program
Chris Lattner
2001-11-08
Print the method that makes an instruction invalid
Chris Lattner
2001-11-07
Initial checkin of pointer safety checker
Chris Lattner
2001-10-22
Added function IsLeafMethod to identify leaf methods.
Vikram S. Adve
2001-10-13
* Add support for Invoke instructions
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-09-28
Initial support for construction of a call graph
Chris Lattner
[prev]