aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2003-05-22Remove using declarationsChris Lattner
2003-04-23Remove unnecesary &*'sChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-04-13Make help message more clearChris Lattner
2003-02-14Changes to runtime frameworkAnand Shukla
2003-02-10Revert Anand's patch which broke the buildChris Lattner
2003-02-09*** empty log message ***Anand Shukla
2003-01-14Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner
2003-01-14Fix typeoChris Lattner
2003-01-14Remove unused header and functionChris Lattner
2003-01-14Clean up #includesChris Lattner
2003-01-13Make sure to handle %'s in strings correctly so that the names of BB's and fu...Chris Lattner
2002-11-09Fix warningChris Lattner
2002-11-03code to lightly instrument at branchesAnand Shukla
2002-10-21 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner
2002-10-17* Apparently string::find doesn't work right on our sun boxes. Work around t...Chris Lattner
2002-10-13 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner
2002-10-12Changed to external global varAnand Shukla
2002-10-01Changes to work with Statistics reworkChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-10-01Build subdirs in parallelChris Lattner
2002-09-20Added checking thresholdAnand Shukla
2002-09-18split retracing into a separate fileAnand Shukla
2002-09-18Removed unnecessary #includes.Misha Brukman
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