summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths
Commit message (Expand)AuthorAge
* Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner2004-12-08
* Remove dead varsChris Lattner2004-11-05
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Correction to allow compilation with Visual C++.Reid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Add accessor function.Brian Gaeke2004-09-30
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Expand head-of-file comment.Brian Gaeke2004-06-03
* 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