aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2002-09-17There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner
2002-09-16Incorporated changes in alloca and getElementPointer instructionAnand Shukla
2002-09-16Incorporated changes in alloca instructionAnand Shukla
2002-09-14Fix bug I introducedChris Lattner
2002-09-11 - Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-09-03- Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-22*** empty log message ***Chris Lattner
2002-08-21Do not generate loads/stores with indexingChris Lattner
2002-08-21Remove extraneous #includesChris Lattner
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