Age | Commit message (Expand) | Author |
2009-09-18 | Enhance transform passes so that they apply the same tranforms to malloc call... | Victor Hernandez |
2009-09-18 | Update malloc call creation code (AllocType is now the element type of the ma... | Victor Hernandez |
2009-09-16 | Preserve ProfileInfo during CodeGenPrepare. | Andreas Neustifter |
2009-09-10 | Correctly handle the case where a comparison is created in one BasicBlock and | Nick Lewycky |
2009-09-10 | Add malloc call utility functions. Patch by Victor Hernandez. | Evan Cheng |
2009-09-09 | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman |
2009-09-09 | Preserve ProfileInfo. | Andreas Neustifter |
2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
2009-09-06 | Fix comment. | Eric Christopher |
2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman |
2009-09-03 | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman |
2009-09-03 | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif |
2009-09-03 | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif |
2009-09-01 | remove a bunch of explicit code previously needed to update the | Chris Lattner |
2009-09-01 | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-27 | unbreak the build, yay for symlinks + makefiles. :( | Chris Lattner |
2009-08-27 | enhance InlineFunction to be able to optionally return | Chris Lattner |
2009-08-27 | smallvectorize the list of returns built by CloneAndPruneFunctionInto. | Chris Lattner |
2009-08-27 | remove CloneTrace, which appears to be dead since 2004. | Chris Lattner |
2009-08-27 | reduce inlining factor some stuff out to a static helper function, | Chris Lattner |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman |
2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
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 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
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 | Fix -Asserts warnings. | Daniel Dunbar |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-08-19 | Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also | Nick Lewycky |
2009-08-19 | Be more careful when modifying PHI nodes. Patch by Andre Tavares. | Nick Lewycky |
2009-08-17 | Update comments to new-style syntax. | Dan Gohman |
2009-08-17 | Don't crash on critical edge. Patch by Andre Tavares. | Nick Lewycky |
2009-08-16 | Fix for PR3016: detect the tricky case, where there are | Eli Friedman |
2009-08-15 | SSI construction should just go ahead and ignore instructions in unreachable | Nick Lewycky |
2009-08-13 | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman |
2009-08-11 | Remove unnecessary casts. | Dan Gohman |
2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
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-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-30 | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar |
2009-07-30 | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar |