aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CodeExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Fix nondeterministic behavior.Julien Lerouge2010-01-101-9/+3
* Fix nondeterministic behavior.Julien Lerouge2010-01-091-6/+7
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* Change errs() to dbgs().David Greene2010-01-051-7/+7
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Comment-ify.Owen Anderson2009-08-251-0/+3
* Switch to SmallVector.Owen Anderson2009-08-251-2/+2
* Pull out this predicate loop into a helper function.Owen Anderson2009-08-251-11/+15
* Handle a corner case when extracing code regions where one of the immediate s...Owen Anderson2009-08-251-2/+20
* When extracting SEME regions of code, the extractor needs to update the domin...Owen Anderson2009-08-241-2/+18
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-7/+8
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-23/+31
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-2/+2
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-10/+6
* Move types back to the 2.5 API.Owen Anderson2009-07-291-5/+4
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-7/+7
* Switch to getNameStr().Daniel Dunbar2009-07-241-4/+4
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-19/+19
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-3/+2
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-2/+3
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Edwin Török2009-07-111-1/+3
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-2/+2
* More LLVMContext-ification.Owen Anderson2009-07-051-17/+25
* Fix PR2929 by making bugpoint/code extract propagate the nothrowChris Lattner2008-12-181-0/+4
* Fix spelling.Misha Brukman2008-12-131-1/+1
* Use Instruction::eraseFromParent().Dan Gohman2008-06-211-3/+3
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-2/+1
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-1/+2
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-141-1/+1
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-131-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-31/+31
* Make Transforms to be 4.3 warnings-cleanAnton Korobeynikov2008-02-201-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-2/+2
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-181-1/+0
* Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...Hartmut Kaiser2007-10-171-0/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-12/+16
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+737