summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
Commit message (Expand)AuthorAge
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-24
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add missing createXxxPass functionsJeff Cohen2005-01-07
* Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner2004-12-08
* Remove dead varsChris Lattner2004-11-05
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-24
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Update for new UnifyFunction... APIChris Lattner2003-09-10
* Use the new interface, simplifies codeChris Lattner2003-08-31
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Fixed a bug so initialization code is always inserted in mainAnand Shukla2003-06-05
* Remove unnecesary &*'sChris Lattner2003-04-23
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Changes to runtime frameworkAnand Shukla2003-02-14
* Clean up #includesChris Lattner2003-01-14
* Fix warningChris Lattner2002-11-09
* Changed to external global varAnand Shukla2002-10-12
* Added checking thresholdAnand Shukla2002-09-20
* Incorporated changes in alloca instructionAnand Shukla2002-09-16
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-23
* minor correctionsAnand Shukla2002-07-18
* changed function numberingAnand Shukla2002-07-08
* additions and bug fixesAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-22
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-26
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-26
* Initial checkin: instrument code to get path execution frequencyAnand Shukla2002-02-26