summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths
Commit message (Expand)AuthorAge
* Use new form of unconditional branch constructor.Brian Gaeke2004-06-01
* Clean up this pass somewhat:Brian Gaeke2004-05-14
* Start cleaning up this pass so that I can debug it.Brian Gaeke2004-03-30
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Be gcc 3.4 cleanChris Lattner2003-11-05
* Added LLVM copyright header.John Criswell2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Regularize header file comment, eliminate using'sChris Lattner2003-10-13
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-10
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Fixing the spelling of this filename.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
* Remove #includeChris Lattner2003-09-10
* Correct commentsBrian Gaeke2003-09-05
* Use the new interface, simplifies codeChris Lattner2003-08-31
* Use the new interface, simplifies codeChris Lattner2003-08-31
* Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, becauseBrian Gaeke2003-08-12
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* A pass to combine multiple backedges that go to same targetAnand Shukla2003-07-18
* Added functionality to instrmentation passAnand Shukla2003-07-10
* 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
* Revert Anand's patch which broke the buildChris Lattner2003-02-10
* *** empty log message ***Anand Shukla2003-02-09
* Fix typeoChris Lattner2003-01-14
* Clean up #includesChris Lattner2003-01-14
* Fix warningChris Lattner2002-11-09
* code to lightly instrument at branchesAnand Shukla2002-11-03
* Changed to external global varAnand Shukla2002-10-12
* Changes to work with Statistics reworkChris Lattner2002-10-01
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Added checking thresholdAnand Shukla2002-09-20
* split retracing into a separate fileAnand Shukla2002-09-18
* Removed unnecessary #includes.Misha Brukman2002-09-18
* There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner2002-09-17
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-16
* Incorporated changes in alloca instructionAnand Shukla2002-09-16
* Fix bug I introducedChris Lattner2002-09-14
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-10
* Do not generate loads/stores with indexingChris Lattner2002-08-21