Age | Commit message (Expand) | Author |
2011-08-09 | There is only one instance of this placeholder being created. Just use that | Bill Wendling |
2011-08-09 | Remove an instance where the 'unwind' instruction was created. | Bill Wendling |
2011-08-05 | Temporarily revert r135528 which distinguishes between two copies of one | Chandler Carruth |
2011-08-04 | We need to map DebugLoc. It leads to Fuction * (through subprogram entry node... | Devang Patel |
2011-08-03 | SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget | Andrew Trick |
2011-08-03 | whitespace | Andrew Trick |
2011-08-02 | Lifetime intrinsics on undef are dead. | Nick Lewycky |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth |
2011-07-28 | Some minor cleanups. No functionalitical change. | Bill Wendling |
2011-07-28 | Leverage some of the code that John wrote to manage the landing pads. | Bill Wendling |
2011-07-28 | Automatically merge the landingpad clauses when we come across a callee's | Bill Wendling |
2011-07-28 | Initial stab at getting inlining working with the EH rewrite. | Bill Wendling |
2011-07-27 | Refuse to inline two functions which use different personality functions. | Bill Wendling |
2011-07-25 | Add clarifying comments for the new arguments to UnrollLoop. | Andrew Trick |
2011-07-25 | Convert GetElementPtrInst to use ArrayRef. | Jay Foad |
2011-07-23 | Move trip count discovery outside of the generic LoopUnroll helper. This | Andrew Trick |
2011-07-23 | whitespace | Andrew Trick |
2011-07-20 | Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i... | Eli Friedman |
2011-07-19 | PR10386: Don't try to split an edge from an indirectbr. | Eli Friedman |
2011-07-19 | Distinguish between two copies of one inlined variable. | Devang Patel |
2011-07-19 | Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-18 | fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some | Chris Lattner |
2011-07-15 | fix rdar://9776316 - type remapping needed for inline asm blobs, | Chris Lattner |
2011-07-15 | No need to explicitly invoke the ArrayRef constructor here. | Frits van Bommel |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-14 | Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,... | Devang Patel |
2011-07-14 | revert r135172 until Devang and I figure out the right answer. | Chris Lattner |
2011-07-14 | Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into | Chris Lattner |
2011-07-14 | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-07-08 | Remove unused copy of UpdateInlinedAtInfo. | Benjamin Kramer |
2011-07-08 | Refactor. It is inliner's responsibility to update line number information. | Devang Patel |
2011-07-06 | Fix a bug in the "expect" intrinsic lowering. | Jakub Staszak |
2011-07-06 | Simplify. Consolidate dbg.declare handling in AllocaPromoter. | Devang Patel |
2011-07-06 | Introduce "expect" intrinsic instructions. | Jakub Staszak |
2011-06-30 | Add r134057 back, but splice the predecessor after the successors phi | Rafael Espindola |
2011-06-29 | Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and | Chad Rosier |
2011-06-29 | Let simplify cfg simplify bb with only debug and lifetime intrinsics. | Rafael Espindola |
2011-06-28 | Fix typo in comment. | Nick Lewycky |
2011-06-27 | Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other | Nick Lewycky |
2011-06-23 | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad |
2011-06-23 | Revert r133513: | Eric Christopher |
2011-06-21 | Remove unused variables. | Benjamin Kramer |
2011-06-21 | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad |