| Commit message (Expand) | Author | Age | Files | Lines |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 8 | -20/+20 |
* | fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
* | fix rdar://9776316 - type remapping needed for inline asm blobs, | Chris Lattner | 2011-07-15 | 1 | -1/+17 |
* | No need to explicitly invoke the ArrayRef constructor here. | Frits van Bommel | 2011-07-15 | 1 | -1/+1 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 4 | -16/+9 |
* | Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,... | Devang Patel | 2011-07-14 | 1 | -2/+3 |
* | revert r135172 until Devang and I figure out the right answer. | Chris Lattner | 2011-07-14 | 1 | -3/+2 |
* | Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into | Chris Lattner | 2011-07-14 | 1 | -2/+3 |
* | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -1/+1 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 3 | -6/+6 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 3 | -6/+6 |
* | 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 | 3 | -5/+5 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 3 | -71/+82 |
* | Remove unused copy of UpdateInlinedAtInfo. | Benjamin Kramer | 2011-07-08 | 1 | -12/+0 |
* | Refactor. It is inliner's responsibility to update line number information. | Devang Patel | 2011-07-08 | 2 | -38/+40 |
* | Fix a bug in the "expect" intrinsic lowering. | Jakub Staszak | 2011-07-06 | 1 | -1/+4 |
* | Simplify. Consolidate dbg.declare handling in AllocaPromoter. | Devang Patel | 2011-07-06 | 1 | -11/+3 |
* | Introduce "expect" intrinsic instructions. | Jakub Staszak | 2011-07-06 | 2 | -0/+164 |
* | Add r134057 back, but splice the predecessor after the successors phi | Rafael Espindola | 2011-06-30 | 2 | -11/+13 |
* | Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and | Chad Rosier | 2011-06-29 | 2 | -13/+11 |
* | Let simplify cfg simplify bb with only debug and lifetime intrinsics. | Rafael Espindola | 2011-06-29 | 2 | -11/+13 |
* | Fix typo in comment. | Nick Lewycky | 2011-06-28 | 1 | -1/+1 |
* | Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other | Nick Lewycky | 2011-06-27 | 1 | -16/+1 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 7 | -94/+98 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 7 | -98/+94 |
* | Remove unused variables. | Benjamin Kramer | 2011-06-21 | 1 | -2/+2 |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 7 | -87/+91 |
* | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 7 | -91/+87 |
* | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 7 | -87/+91 |
* | Fix PR10103: Less code for enum type translation. | Hans Wennborg | 2011-06-18 | 1 | -0/+74 |
* | Set debug loc for new preheader's terminator. | Devang Patel | 2011-06-17 | 1 | -0/+1 |
* | When promoting an alloca to registers discard any lifetime intrinsics. | Nick Lewycky | 2011-06-17 | 1 | -0/+59 |
* | Simplify; no significant functionality change. | Eli Friedman | 2011-06-15 | 1 | -26/+2 |
* | Fix cmake build. | Rafael Espindola | 2011-06-15 | 1 | -1/+0 |
* | Remove unused code. | Eli Friedman | 2011-06-15 | 1 | -128/+0 |
* | Use IRBuilder to make our intrinsic calls in the inliner so that we pick up | John McCall | 2011-06-14 | 1 | -10/+9 |
* | Use Value::stripPointerCasts instead of reinventing part of the wheel. | Nick Lewycky | 2011-06-14 | 1 | -6/+2 |
* | It's possible that an all-zero GEP may be used as the argument to lifetime | Nick Lewycky | 2011-06-13 | 1 | -2/+6 |
* | SplitCriticalEdge can sometimes split the edge from an invoke to a landing | John McCall | 2011-06-09 | 1 | -28/+184 |
* | Teach the CallGraph to ignore calls to intrinsics. | John McCall | 2011-06-09 | 1 | -41/+7 |
* | If the block that we're threading through is jumped to by an indirect branch, | Bill Wendling | 2011-06-04 | 1 | -1/+3 |
* | First, do no harm -- even if we can't find a selector for an enclosing | John McCall | 2011-06-01 | 1 | -4/+18 |
* | Fix this to work correctly with phis; test case to follow if this successfully | John McCall | 2011-05-29 | 1 | -0/+1 |
* | Implement and document the llvm.eh.resume intrinsic, which is | John McCall | 2011-05-28 | 1 | -62/+181 |
* | Fix the inliner to maintain the current de facto invoke semantics: | John McCall | 2011-05-27 | 1 | -42/+155 |
* | One more debug line number miss in instcombine (although the code in question... | Eli Friedman | 2011-05-27 | 1 | -5/+1 |
* | Clean up the lazy initialization of DIBuilder a bit. | Cameron Zwarich | 2011-05-24 | 1 | -9/+3 |
* | Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when | Cameron Zwarich | 2011-05-24 | 3 | -19/+38 |
* | Add a parameter to ConstantFoldTerminator() that callers can use to ask it to... | Frits van Bommel | 2011-05-22 | 2 | -7/+19 |