Age | Commit message (Expand) | Author |
2010-11-17 | Have InlineFunction use SimplifyInstruction rather than | Duncan Sands |
2010-11-17 | Have RemovePredecessorAndSimplify you SimplifyInstruction | Duncan Sands |
2010-11-16 | Have a few places that want to simplify phi nodes use SimplifyInstruction | Duncan Sands |
2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
2010-10-24 | Fix PR8445: a block with no predecessors may be the entry block, in which case | Duncan Sands |
2010-10-23 | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth |
2010-10-19 | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-18 | Transfer debug loc to lowered call. | Devang Patel |
2010-10-13 | Fix PR8313 by changing ValueToValueMap use a TrackingVH. | Rafael Espindola |
2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-07 | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson |
2010-10-07 | Move the pass initialization helper functions into the llvm namespace, and add | Owen Anderson |
2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
2010-09-24 | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
2010-09-13 | Added skeleton for inline asm multiple alternative constraint support. | John Thompson |
2010-09-10 | typoes | Gabor Greif |
2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
2010-09-04 | Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedge | Dan Gohman |
2010-09-02 | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands |
2010-09-01 | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher |
2010-09-01 | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands |
2010-08-29 | implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse. | Chris Lattner |
2010-08-28 | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner |
2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
2010-08-26 | Revert r111922, "MapValue support for MDNodes. This is similar to r109117, | Daniel Dunbar |
2010-08-26 | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar |
2010-08-25 | Remap metadata attached to instructions when remapping individual | Dan Gohman |
2010-08-24 | Use MapValue in the Linker instead of having a private function | Dan Gohman |
2010-08-24 | MapValue support for MDNodes. This is similar to r109117, except | Dan Gohman |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
2010-08-18 | fit in 80 cols | Chris Lattner |
2010-08-18 | remove some dead code. | Chris Lattner |
2010-08-17 | Use the getUniquePredecessor() utility function, instead of doing | Dan Gohman |
2010-08-16 | Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn't | Dan Gohman |
2010-08-16 | Instead, teach SimplifyCFG to trim non-address-taken blocks from | Dan Gohman |
2010-08-14 | LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867. | Dan Gohman |
2010-08-14 | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman |
2010-08-06 | Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-28 | simplify | Gabor Greif |
2010-07-27 | simplify: CallSite::get --> CallSite constructor | Gabor Greif |
2010-07-26 | Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus | Dan Gohman |
2010-07-26 | Preserve ScalarEvolution in the loop unroller. | Dan Gohman |
2010-07-24 | Revert this because we can't clone cyclic MDNodes which are creating during a | Nick Lewycky |