aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris 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-23*** empty log message ***Chris Lattner
2002-07-23* Cleanup the pass a bit more, making it more object oriented.Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22Hide extra argumentChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-21comeented out debug printingAnand Shukla
2002-07-18minor correctionsAnand Shukla
2002-07-17Anand forgot to check in the makefile corresponding to his previous changeChris Lattner
2002-07-16Moved over EmitFunctions to this libraryAnand Shukla
2002-07-16removed this directoryAnand Shukla
2002-07-16Moved EmitFunctions.cpp up to instrumentation directoryAnand Shukla
2002-07-16* Cleanup passChris Lattner
2002-07-12Added EmitFunctions directoryAnand Shukla
2002-07-12Initial makefileAnand Shukla
2002-07-12Initial version: adds a function table to output codeAnand Shukla
2002-07-08Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.Vikram S. Adve
2002-07-08changes BBsorting and orederingAnand Shukla
2002-07-08small correctionsAnand Shukla
2002-07-08changed function numberingAnand Shukla
2002-06-25additions and bug fixesAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-25Relocating Graph.hAnand Shukla
2002-05-22Convert code to use the DEBUG macro so that debug code can simply beChris Lattner
2002-05-20* Change commandline options a bit to be nicerChris Lattner
2002-05-19Hash pointer values to a sequence number to get identical results fromVikram S. Adve
2002-05-07Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-14* s/Method/FunctionChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-03-29Simplify code a bit by using Module::getOrInsertFunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Just a comment.Vikram S. Adve
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-26Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner
2002-02-26Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner