summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-16/+16
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
* Fix spelling.Misha Brukman2003-10-101-5/+5
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-241-2/+1
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
* Update for new UnifyFunction... APIChris Lattner2003-09-101-7/+7
* Use the new interface, simplifies codeChris Lattner2003-08-311-9/+7
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Fixed a bug so initialization code is always inserted in mainAnand Shukla2003-06-051-17/+42
* Remove unnecesary &*'sChris Lattner2003-04-231-1/+1
* Add new linkage types to support a real frontendChris Lattner2003-04-161-4/+9
* Changes to runtime frameworkAnand Shukla2003-02-141-5/+14
* Clean up #includesChris Lattner2003-01-141-11/+1
* Fix warningChris Lattner2002-11-091-1/+1
* Changed to external global varAnand Shukla2002-10-121-1/+1
* Added checking thresholdAnand Shukla2002-09-201-3/+19
* Incorporated changes in alloca instructionAnand Shukla2002-09-161-32/+28
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-231-2/+2
* minor correctionsAnand Shukla2002-07-181-36/+20
* changed function numberingAnand Shukla2002-07-081-102/+95
* additions and bug fixesAnand Shukla2002-06-251-33/+97
* MEGAPATCH checkin.Chris Lattner2002-06-251-12/+12
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-221-6/+3
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-071-1/+1
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-3/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-2/+3
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* s/Method/FunctionChris Lattner2002-04-271-37/+36
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-7/+5
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-11/+11
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-261-15/+22
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-261-5/+5
* Initial checkin: instrument code to get path execution frequencyAnand Shukla2002-02-261-0/+162
OpenPOWER on IntegriCloud