aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
AgeCommit message (Expand)Author
2005-10-24Remove some beta code that no longer has an owner.Chris Lattner
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-18Correction to allow compilation with Visual C++.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-10-10Fix spelling.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