summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up this pass so that I can debug it.Brian Gaeke2004-03-301-80/+34
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-203-11/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-118-3/+38
* Be gcc 3.4 cleanChris Lattner2003-11-051-1/+3
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-207-0/+49
* Regularize header file commentsChris Lattner2003-10-136-28/+30
* Regularize header file comment, eliminate using'sChris Lattner2003-10-131-22/+20
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-101-1/+0
* Fix spelling.Misha Brukman2003-10-103-11/+11
* Fixing the spelling of this filename.Misha Brukman2003-10-101-669/+0
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-244-8/+4
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
* Update for new UnifyFunction... APIChris Lattner2003-09-101-7/+7
* Remove #includeChris Lattner2003-09-102-2/+0
* Correct commentsBrian Gaeke2003-09-052-17/+1
* Use the new interface, simplifies codeChris Lattner2003-08-312-18/+13
* Use the new interface, simplifies codeChris Lattner2003-08-311-43/+4
* Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, becauseBrian Gaeke2003-08-121-63/+27
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-013-3/+3
* A pass to combine multiple backedges that go to same targetAnand Shukla2003-07-181-0/+227
* Added functionality to instrmentation passAnand Shukla2003-07-101-99/+111
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-302-2/+2
* Fixed a bug so initialization code is always inserted in mainAnand Shukla2003-06-052-18/+44
* Remove unnecesary &*'sChris Lattner2003-04-234-11/+11
* Add new linkage types to support a real frontendChris Lattner2003-04-161-4/+9
* Changes to runtime frameworkAnand Shukla2003-02-147-85/+190
* Revert Anand's patch which broke the buildChris Lattner2003-02-101-4/+4
* *** empty log message ***Anand Shukla2003-02-091-4/+4
* Fix typeoChris Lattner2003-01-141-1/+1
* Clean up #includesChris Lattner2003-01-146-27/+7
* Fix warningChris Lattner2002-11-091-1/+1
* code to lightly instrument at branchesAnand Shukla2002-11-031-0/+210
* Changed to external global varAnand Shukla2002-10-121-1/+1
* Changes to work with Statistics reworkChris Lattner2002-10-011-7/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-013-9/+3
* Added checking thresholdAnand Shukla2002-09-205-90/+185
* split retracing into a separate fileAnand Shukla2002-09-181-0/+229
* Removed unnecessary #includes.Misha Brukman2002-09-182-8/+0
* There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner2002-09-172-8/+8
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-165-233/+255
* Incorporated changes in alloca instructionAnand Shukla2002-09-161-32/+28
* Fix bug I introducedChris Lattner2002-09-141-3/+4
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-13/+9
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-113/+59
* Do not generate loads/stores with indexingChris Lattner2002-08-211-28/+37
* - 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
OpenPOWER on IntegriCloud