aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths
AgeCommit message (Expand)Author
2003-04-23Remove unnecesary &*'sChris Lattner
2003-04-16Add new linkage types to support a real frontendChris 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-14Fix typeoChris Lattner
2003-01-14Clean up #includesChris Lattner
2002-11-09Fix warningChris Lattner
2002-11-03code to lightly instrument at branchesAnand Shukla
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-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-08-21Do not generate loads/stores with indexingChris 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-23*** empty log message ***Chris Lattner
2002-07-23*** 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-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-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-25Relocating Graph.hAnand Shukla
2002-05-22Convert code to use the DEBUG macro so that debug code can simply beChris Lattner
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-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-09Add #includes to make up for #includes pruned out of header files.Chris Lattner