summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-241-189/+0
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-50/+50
* Remove trailing whitespaceMisha Brukman2005-04-211-20/+20
* Fix link error in PPC optimized build of 'opt'.Brian Gaeke2004-12-131-0/+1
* Add accessor function.Brian Gaeke2004-09-301-0/+4
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-2/+1
* Expand head-of-file comment.Brian Gaeke2004-06-031-1/+3
* Use new form of unconditional branch constructor.Brian Gaeke2004-06-011-1/+1
* 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-201-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+3
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-241-2/+1
* Correct commentsBrian Gaeke2003-09-051-9/+1
* A pass to combine multiple backedges that go to same targetAnand Shukla2003-07-181-0/+227
OpenPOWER on IntegriCloud