aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
AgeCommit message (Expand)Author
2005-10-24Remove some beta code that no longer has an owner.Chris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-07Add missing createXxxPass functionsJeff Cohen
2004-12-08Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner
2004-11-05Remove dead varsChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
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-10Include <cstdio> instead of <stdio.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-09-24Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-09-10Update for new UnifyFunction... APIChris Lattner
2003-08-31Use the new interface, simplifies codeChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-05Fixed a bug so initialization code is always inserted in mainAnand Shukla
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-01-14Clean up #includesChris Lattner
2002-11-09Fix warningChris Lattner
2002-10-12Changed to external global varAnand Shukla
2002-09-20Added checking thresholdAnand Shukla
2002-09-16Incorporated changes in alloca instructionAnand Shukla
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-18minor correctionsAnand Shukla
2002-07-08changed function numberingAnand Shukla
2002-06-25additions and bug fixesAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
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-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-26Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner
2002-02-26* Changes to compile successfully with GCC 3.0Chris Lattner
2002-02-26Initial checkin: instrument code to get path execution frequencyAnand Shukla