Age | Commit message (Expand) | Author | Files | Lines |
2015-02-13 | Re-sort #include lines using my handy dandy ./utils/sort_includes.py | Chandler Carruth | 1 | -1/+1 |
2015-01-28 | Remove gc.root's performCustomLowering | Philip Reames | 1 | -395/+1 |
2015-01-26 | Revert GCStrategy ownership changes | Philip Reames | 1 | -1/+1 |
2015-01-16 | clang-format all the GC related files (NFC) | Philip Reames | 1 | -194/+190 |
2015-01-16 | Move ownership of GCStrategy objects to LLVMContext | Philip Reames | 1 | -1/+1 |
2014-11-13 | Use nullptr instead of NULL for variadic sentinels | Reid Kleckner | 1 | -1/+1 |
2014-04-22 | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-04-14 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -5/+5 |
2014-03-07 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -2/+2 |
2014-03-04 | [Modules] Move CallSite into the IR library where it belogs. It is | Chandler Carruth | 1 | -1/+1 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -3/+3 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -3/+3 |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 1 | -4/+4 |
2012-02-06 | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling | 1 | -2/+1 |
2011-09-22 | Use the C personality function instead of the C++ personality function. | Bill Wendling | 1 | -3/+1 |
2011-09-21 | Attempt to update the shadow stack GC pass to the new EH model. | Bill Wendling | 1 | -5/+17 |
2011-08-12 | switch to use the new api for structtypes. | Chris Lattner | 1 | -4/+4 |
2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 1 | -2/+4 |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 1 | -4/+2 |
2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 1 | -2/+4 |
2011-07-22 | Fix more MSVC warnings caused by a cases I missed when converting | Jay Foad | 1 | -1/+1 |
2011-07-22 | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad | 1 | -2/+2 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -6/+6 |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 1 | -2/+1 |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 1 | -31/+18 |
2011-06-22 | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad | 1 | -2/+2 |
2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 1 | -6/+10 |
2010-06-25 | use ArgOperand API and CallSite to access arguments of CallInst | Gabor Greif | 1 | -6/+8 |
2010-04-20 | use abstract accessors to CallInst | Gabor Greif | 1 | -1/+1 |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 1 | -7/+7 |
2010-04-16 | reapply r101434 | Gabor Greif | 1 | -7/+7 |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 1 | -7/+7 |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif | 1 | -7/+7 |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 1 | -7/+7 |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 1 | -7/+7 |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 1 | -1/+0 |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 1 | -2/+2 |
2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands | 1 | -1/+1 |
2009-09-19 | Remove the default value for ConstantStruct::get's isPacked parameter and | Nick Lewycky | 1 | -2/+3 |
2009-08-13 | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson | 1 | -1/+1 |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 1 | -14/+19 |
2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 1 | -5/+5 |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 1 | -2/+2 |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson | 1 | -3/+1 |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson | 1 | -1/+1 |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson | 1 | -1/+1 |
2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson | 1 | -2/+2 |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 1 | -9/+9 |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson | 1 | -20/+20 |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 1 | -24/+32 |