summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expand head-of-file comment.Brian Gaeke2004-06-031-1/+3
| | | | llvm-svn: 13982
* Use new form of unconditional branch constructor.Brian Gaeke2004-06-011-1/+1
| | | | llvm-svn: 13930
* Start cleaning up this pass so that I can debug it.Brian Gaeke2004-03-301-80/+34
| | | | llvm-svn: 12548
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-3/+1
| | | | llvm-svn: 10111
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Regularize header file commentsChris Lattner2003-10-131-1/+3
| | | | llvm-svn: 9071
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-241-2/+1
| | | | | | Isn't updating copy and pasted code a joy llvm-svn: 8702
* Correct commentsBrian Gaeke2003-09-051-9/+1
| | | | | | | Don't include InstLoops.h Don't export factory functions for these passes llvm-svn: 8373
* A pass to combine multiple backedges that go to same targetAnand Shukla2003-07-181-0/+227
llvm-svn: 7201
OpenPOWER on IntegriCloud