| Commit message (Expand) | Author | Age | Files | Lines |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -2/+2 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -3/+2 |
* | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 2011-03-30 | 1 | -3/+4 |
* | typoes | Gabor Greif | 2010-09-10 | 1 | -2/+2 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Fix nondeterministic behavior. | Julien Lerouge | 2010-01-10 | 1 | -9/+3 |
* | Fix nondeterministic behavior. | Julien Lerouge | 2010-01-09 | 1 | -6/+7 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -7/+7 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Comment-ify. | Owen Anderson | 2009-08-25 | 1 | -0/+3 |
* | Switch to SmallVector. | Owen Anderson | 2009-08-25 | 1 | -2/+2 |
* | Pull out this predicate loop into a helper function. | Owen Anderson | 2009-08-25 | 1 | -11/+15 |
* | Handle a corner case when extracing code regions where one of the immediate s... | Owen Anderson | 2009-08-25 | 1 | -2/+20 |
* | When extracting SEME regions of code, the extractor needs to update the domin... | Owen Anderson | 2009-08-24 | 1 | -2/+18 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -7/+8 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -23/+31 |
* | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -2/+2 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -10/+6 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -5/+4 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -7/+7 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -4/+4 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -19/+19 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -3/+2 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -2/+3 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -1/+3 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -2/+2 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -17/+25 |
* | Fix PR2929 by making bugpoint/code extract propagate the nothrow | Chris Lattner | 2008-12-18 | 1 | -0/+4 |
* | Fix spelling. | Misha Brukman | 2008-12-13 | 1 | -1/+1 |
* | Use Instruction::eraseFromParent(). | Dan Gohman | 2008-06-21 | 1 | -3/+3 |
* | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman | 2008-05-23 | 1 | -2/+1 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -1/+2 |
* | Revert r49614. As Dan pointed out, some of these aren't correct. | Owen Anderson | 2008-04-14 | 1 | -1/+1 |
* | Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), | Owen Anderson | 2008-04-13 | 1 | -1/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -31/+31 |
* | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -2/+2 |
* | Move Split<...>() into DomTreeBase. This should make the #include's of Domin... | Owen Anderson | 2007-10-18 | 1 | -1/+0 |
* | Fixed linker errors (unresolved externals: split<>(...)) when compiling with ... | Hartmut Kaiser | 2007-10-17 | 1 | -0/+1 |
* | Update GEP constructors to use an iterator interface to fix | David Greene | 2007-09-04 | 1 | -12/+16 |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -1/+1 |
* | Move code to update dominator information after basic block is split | Devang Patel | 2007-06-21 | 1 | -13/+2 |
* | Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient. | Devang Patel | 2007-06-07 | 1 | -16/+15 |
* | s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g | Devang Patel | 2007-06-04 | 1 | -1/+1 |
* | Add basic block level interface to change immediate dominator | Devang Patel | 2007-06-04 | 1 | -2/+2 |