aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
AgeCommit message (Expand)Author
2003-10-10Fixing the spelling of this filename.Misha Brukman
2003-09-10Remove #includeChris Lattner
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-02-14Changes to runtime frameworkAnand Shukla
2003-01-14Clean up #includesChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-20Added checking thresholdAnand 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-07-18minor correctionsAnand Shukla
2002-07-08changes BBsorting and orederingAnand Shukla
2002-06-25additions and bug fixesAnand Shukla
2002-05-22Convert code to use the DEBUG macro so that debug code can simply beChris Lattner
2002-02-26Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner
2002-02-26Move processGraph down lower in the file so all of the forward declarationsChris Lattner
2002-02-26* Changes to compile successfully with GCC 3.0Chris Lattner
2002-02-26Initial checkin: functions on Graph used for path profile passAnand Shukla