Age | Commit message (Expand) | Author |
2009-08-25 | Comment-ify. | Owen Anderson |
2009-08-25 | Switch to SmallVector. | Owen Anderson |
2009-08-25 | Pull out this predicate loop into a helper function. | Owen Anderson |
2009-08-25 | Handle a corner case when extracing code regions where one of the immediate s... | Owen Anderson |
2009-08-24 | When extracting SEME regions of code, the extractor needs to update the domin... | Owen Anderson |
2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-05 | More LLVMContext-ification. | Owen Anderson |
2008-12-18 | Fix PR2929 by making bugpoint/code extract propagate the nothrow | Chris Lattner |
2008-12-13 | Fix spelling. | Misha Brukman |
2008-06-21 | Use Instruction::eraseFromParent(). | Dan Gohman |
2008-05-23 | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
2008-04-14 | Revert r49614. As Dan pointed out, some of these aren't correct. | Owen Anderson |
2008-04-13 | Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), | Owen Anderson |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-02-20 | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
2007-10-18 | Move Split<...>() into DomTreeBase. This should make the #include's of Domin... | Owen Anderson |
2007-10-17 | Fixed linker errors (unresolved externals: split<>(...)) when compiling with ... | Hartmut Kaiser |
2007-09-04 | Update GEP constructors to use an iterator interface to fix | David Greene |
2007-08-01 | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene |
2007-06-21 | Move code to update dominator information after basic block is split | Devang Patel |
2007-06-07 | Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient. | Devang Patel |
2007-06-04 | s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g | Devang Patel |
2007-06-04 | Add basic block level interface to change immediate dominator | Devang Patel |
2007-04-18 | Use new ETForest accessor. | Owen Anderson |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
2007-04-07 | Expunge DomSet from CodeExtractor. This is part of the continuing work | Owen Anderson |
2007-03-22 | Change uses of Function::front to Function::getEntryBlock for readability. | Dan Gohman |
2007-02-13 | Eliminate use of ctors that take vectors. | Chris Lattner |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
2007-01-31 | eliminate temporary vectors | Chris Lattner |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-26 | Remove #include <iostream> and use llvm_* streams instead. | Bill Wendling |