2014-04-26 |
Gerolf Hoflehner | Revert commit r207302 since build failures |
blob | commitdiff | raw |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Transforms edition. |
blob | commitdiff | raw | diff to current |
2014-03-26 |
Reid Kleckner | CloneFunction: Clone all attributes, including the CC |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Alon Mishne | [C++11] Change DebugInfoFinder to use range-based loops |
blob | commitdiff | raw | diff to current |
2014-03-12 |
Alon Mishne | Cloning a function now also clones its debug metadata... |
blob | commitdiff | raw | diff to current |
2014-03-06 |
Chandler Carruth | [Layering] Move DebugInfo.h into the IR library where... |
blob | commitdiff | raw | diff to current |
2014-03-04 |
Chandler Carruth | [Modules] Move CFG.h to the IR library as it defines... |
blob | commitdiff | raw | diff to current |
2014-02-21 |
Rafael Espindola | Rename many DataLayout variables from TD to DL. |
blob | commitdiff | raw | diff to current |
2013-05-28 |
James Molloy | Extend RemapInstruction and friends to take an optional... |
blob | commitdiff | raw | diff to current |
2013-04-10 |
Joey Gouly | Change CloneFunctionInto to always clone Argument attri... |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Pekka Jaaskelainen | Fixed a crash when cloning a function into a function... |
blob | commitdiff | raw | diff to current |
2013-01-30 |
Bill Wendling | Remove addRetAttributes and addFnAttributes, which... |
blob | commitdiff | raw | diff to current |
2013-01-23 |
Bill Wendling | Remove the last of uses that use the Attribute object... |
blob | commitdiff | raw | diff to current |
2013-01-18 |
Bill Wendling | Use AttributeSet accessor methods instead of Attribute... |
blob | commitdiff | raw | diff to current |
2013-01-18 |
Bill Wendling | Push some more methods down to hide the use of the... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Bill Wendling | s/AttrListPtr/AttributeSet/g to better label what this... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-10-15 |
Bill Wendling | Add an enum for the return and function indexes into... |
blob | commitdiff | raw | diff to current |
2012-10-14 |
Bill Wendling | Remove the bitwise assignment OR operator from the... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Bill Wendling | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo... |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Chandler Carruth | Sink the collection of return instructions until after... |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Chandler Carruth | Sink the return instruction collection until after... |
blob | commitdiff | raw | diff to current |
2012-03-28 |
Chandler Carruth | Switch to WeakVHs in the value mapper, and aggressively... |
blob | commitdiff | raw | diff to current |
2012-03-25 |
Chandler Carruth | Teach the function cloner (and thus the inliner) to... |
blob | commitdiff | raw | diff to current |
2012-03-25 |
Chandler Carruth | Move the instruction simplification of callsite argumen... |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Eric Christopher | Zap some dead code pointed out by Chandler. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
Stepan Dyatkovskiy | Taken into account Duncan's comments for r149481 dated... |
blob | commitdiff | raw | diff to current |
2012-02-06 |
Bill Wendling | [unwind removal] Remove all of the code for the dead... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Stepan Dyatkovskiy | SwitchInst refactoring. |
blob | commitdiff | raw | diff to current |
2011-12-23 |
Mon P Wang | When not destroying the source, the linker is not remap... |
blob | commitdiff | raw | diff to current |
2011-10-21 |
Eli Friedman | Remap blockaddress correctly when inlining a function... |
blob | commitdiff | raw | diff to current |
2011-10-02 |
Nick Lewycky | Enhance a couple places where we were doing constant... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Jay Foad | Use ArrayRef in ConstantFoldInstOperands and ConstantFo... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Benjamin Kramer | Remove unused copy of UpdateInlinedAtInfo. |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Devang Patel | Refactor. It is inliner's responsibility to update... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Jay Foad | Reinstate r133513 (reverted in r133700) with an additio... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Eric Christopher | Revert r133513: |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Jay Foad | Reinstate r133435 and r133449 (reverted in r133499... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Chad Rosier | Revert r133435 and r133449 to appease buildbots. |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Jay Foad | Change how PHINodes store their operands. |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Chris Lattner | Revamp the ValueMapper interfaces in a couple ways: |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Rafael Espindola | Fix PR8313 by changing ValueToValueMap use a TrackingVH. |
blob | commitdiff | raw | diff to current |
2010-08-26 |
Dan Gohman | Reapply r112091 and r111922, support for metadata linki... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Dan Gohman | Use MapValue in the Linker instead of having a private... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Dan Gohman | Use DebugLocs instead of MDNodes. |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Dan Gohman | Don't look up the "dbg" metadata kind by name. |
blob | commitdiff | raw | diff to current |
2010-06-24 |
Devang Patel | Use available typedef for " DenseMap<const Value*,... |
blob | commitdiff | raw | diff to current |
2010-06-23 |
Devang Patel | Cosmetic change. |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Devang Patel | Use overloaded operators instead of DIDescriptor::getNode() |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Devang Patel | There is no need to install ValueMapper.h header. |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Devang Patel | Revert r97947. |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Benjamin Kramer | Don't bother with sprintf, just pass the Twine through. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Devang Patel | Remove dead debug info intrinsics. |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Chris Lattner | fix Analysis/DebugInfo.h to not include Metadata.h... |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Chris Lattner | rename "elements" of metadata to "operands". "Elements... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Benjamin Kramer | Use an array instead of a SmallVector. |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | Final step in the metadata API restructuring: move the |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | remove useless argument. |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Chris Lattner | This is a major cleanup of the instruction metadata... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Chris Lattner | rename getMDKind -> getMDKindID, make it autoinsert... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Daniel Dunbar | Add the braces gcc suggested. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Devang Patel | Implement support to debug inlined functions. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Chris Lattner | fix ConstantFoldCompareInstOperands to take the LHS... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Chris Lattner | remove a bunch of extraneous LLVMContext arguments |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Dan Gohman | MapValue doesn't needs its LLVMContext argument. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Dan Gohman | Remove an unnnecessary LLVMContext argument in |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Nick Lewycky | Instruction::clone does not need to take an LLVMContext... |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Devang Patel | Reapply 79977. |
blob | commitdiff | raw | diff to current |
2009-08-27 |
Chris Lattner | smallvectorize the list of returns built by CloneAndPru... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Devang Patel | Revert 79977. It causes llvm-gcc bootstrap failures... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Devang Patel | Update DebugInfo interface to use metadata, instead... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Owen Anderson | Move more code back to 2.5 APIs. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Owen Anderson | "LLVMContext* " --> "LLVMContext *" |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Owen Anderson | Thread LLVMContext through the constant folding APIs... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Owen Anderson | More LLVMContext-ification. |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Devang Patel | While inlining, clone llvm.dbg.func.start intrinsic... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Duncan Sands | Factorize out a concept - no functionality change. |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Duncan Sands | Don't load values out of global constants with weak |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Dale Johannesen | Don't consider debug intrinsics when checking |
blob | commitdiff | raw | diff to current |
2009-02-10 |
Devang Patel | Do not clone llvm.dbg.func.start and corresponding... |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Andrew Lenharth | Correctly set attributes when removing args during... |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Duncan Sands | Factor code to copy global value attributes like |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Nate Begeman | Feedback from chris |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Nate Begeman | Teach the PruningFunctionCloner how to look through... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2008-03-23 |
Anton Korobeynikov | Preserve calling convention during function cloning |
blob | commitdiff | raw | diff to current |
next |