aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths
AgeCommit message (Expand)Author
2005-01-07Add missing createXxxPass functionsJeff Cohen
2005-01-07Add missing includeJeff Cohen
2004-12-13Fix link error in PPC optimized build of 'opt'.Brian Gaeke
2004-12-08Add support for compilers without argument dependent name lookup, contributedChris Lattner
2004-12-08Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner
2004-11-05Remove dead varsChris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-18Correction to allow compilation with Visual C++.Reid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-30Add accessor function.Brian Gaeke
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-03Expand head-of-file comment.Brian Gaeke
2004-06-01Use new form of unconditional branch constructor.Brian Gaeke
2004-05-14Clean up this pass somewhat:Brian Gaeke
2004-03-30Start cleaning up this pass so that I can debug it.Brian Gaeke
2003-11-20Start using the nicer terminator auto-insertion APIChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Be gcc 3.4 cleanChris Lattner
2003-10-21Added LLVM copyright header.John Criswell
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
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-13Regularize header file comment, eliminate using'sChris Lattner
2003-10-10Include <cstdio> instead of <stdio.h>.Brian Gaeke
2003-10-10Don't include Config/stdio.h or <stdio.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-10-10Fixing the spelling of this filename.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-09-10Remove #includeChris Lattner
2003-09-05Correct commentsBrian Gaeke
2003-08-31Use the new interface, simplifies codeChris Lattner
2003-08-31Use the new interface, simplifies codeChris Lattner
2003-08-12Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, becauseBrian Gaeke
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-07-18A pass to combine multiple backedges that go to same targetAnand Shukla
2003-07-10Added functionality to instrmentation passAnand Shukla
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-02-10Revert Anand's patch which broke the buildChris Lattner