index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
Age
Commit message (
Expand
)
Author
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-14
* s/Method/Function
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-03-29
Simplify code a bit by using Module::getOrInsertFunction
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-18
Just a comment.
Vikram S. Adve
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
Pass stuff by reference instead of by copy. Copying entire graphs seems like
Chris Lattner
2002-02-26
Move processGraph down lower in the file so all of the forward declarations
Chris Lattner
2002-02-26
* Changes to compile successfully with GCC 3.0
Chris Lattner
2002-02-26
Makefile for profile-paths
Anand Shukla
2002-02-26
Initial checkin: functions on Graph used for path profile pass
Anand Shukla
2002-02-26
Initial checkin: instrument code to get path execution frequency
Anand Shukla
2002-02-26
Initial checkin: helper file to insert instrumentation code along edges
Anand Shukla
2002-02-26
Initial check in of graph.cpp: implements graph interface used in path profiles
Anand Shukla
2002-02-26
New makefile to include ProfilePaths dir
Anand Shukla
2002-01-31
MethodPass's are now guaranteed to not be run on external methods!
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-14
* Refactor trace values to work as a proper pass. Before it used to add
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Make strings be internal
Chris Lattner
2001-11-26
Support array indexing
Chris Lattner
2001-11-15
Print incoming arguments and return values.
Vikram S. Adve
2001-11-14
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-04
Minor method rename
Chris Lattner
2001-10-29
Fix broken assertion. Didn't allow for pointer case
Chris Lattner
2001-10-28
Make newlines be newlines! This should now work in both lli and native code.
Vikram S. Adve
2001-10-28
Use separate functions for printing values of each type.
Vikram S. Adve
2001-10-18
Refix bugs, stop using deprecated strstream header
Chris Lattner
2001-10-18
Only print values live at BB or method exit, and insert loads at each
Vikram S. Adve
2001-10-18
Handle multiple exit blocks correctly.
Vikram S. Adve
2001-10-18
Convert to be compatible with lli.
Chris Lattner
2001-10-18
Massive hacks to try to fix subtle logic bugs. I think it's all working now,
Chris Lattner
2001-10-15
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
* getExitNode() doesn't exist in method anymore
Chris Lattner
2001-10-14
Insert code to trace values at basic block and method exits.
Vikram S. Adve