| Commit message (Expand) | Author | Age | Files | Lines |
* | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper | 2012-09-15 | 1 | -9/+9 |
* | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier | 2012-09-05 | 1 | -2/+2 |
* | [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm | Chad Rosier | 2012-09-04 | 1 | -5/+12 |
* | Switch this code to use hash_combine_range rather than incremental calls | Chandler Carruth | 2012-03-07 | 1 | -8/+6 |
* | Change ConstantAggrUniqueMap to use Chandler's new hashing | Jay Foad | 2012-03-06 | 1 | -36/+9 |
* | Efficient Constant Uniquing. | Talin | 2012-02-05 | 1 | -38/+161 |
* | smallvectorize and ArrayRef'ize some stuff. | Chris Lattner | 2012-01-26 | 1 | -2/+2 |
* | convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without | Chris Lattner | 2012-01-23 | 1 | -46/+0 |
* | revert r148691 and 148693 | Chris Lattner | 2012-01-23 | 1 | -0/+46 |
* | switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing. | Chris Lattner | 2012-01-23 | 1 | -31/+0 |
* | Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap. | Chris Lattner | 2012-01-23 | 1 | -15/+0 |
* | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie | 2012-01-17 | 1 | -1/+0 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -1/+12 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -16/+16 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -138/+4 |
* | Extend ConstantUniqueMap with a new template parameter ValRefType, | Jay Foad | 2011-06-22 | 1 | -3/+3 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 1 | -7/+5 |
* | FixedNumOperandTraits and VariadicOperandTraits assumed that, given a | Jay Foad | 2011-01-11 | 1 | -10/+20 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -8/+0 |
* | Fix PR7658, a problem where type refinement can trigger | Chris Lattner | 2010-07-17 | 1 | -2/+6 |
* | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin | 2010-03-22 | 1 | -2/+2 |
* | Memoize InlineAsms into the LLVMContext and delete them on shutdown. | Jeffrey Yasskin | 2010-03-21 | 1 | -0/+51 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+15 |
* | Fix a build error and change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+0 |
* | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner | 2009-11-01 | 1 | -14/+0 |
* | Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoid | Jeffrey Yasskin | 2009-10-27 | 1 | -8/+8 |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 1 | -165/+152 |
* | Preserve the inbounds flag, so that the constant folder doesn't | Dan Gohman | 2009-09-12 | 1 | -2/+5 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -18/+31 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -10/+10 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -31/+18 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -18/+31 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 1 | -19/+12 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 1 | -12/+19 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 1 | -19/+12 |
* | Free the constants that have no uses in ~LLVMContext. | Torok Edwin | 2009-08-31 | 1 | -0/+8 |
* | remove some DOUTs | Chris Lattner | 2009-08-23 | 1 | -1/+2 |
* | Use standard LLVM-style headers. | Owen Anderson | 2009-08-23 | 1 | -1/+1 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
* | Remove dead metadata. | Devang Patel | 2009-08-11 | 1 | -0/+1 |
* | Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. | Daniel Dunbar | 2009-08-10 | 1 | -9/+9 |
* | g++ 4.0 doesn't have std::vector::data. | Benjamin Kramer | 2009-08-10 | 1 | -1/+1 |
* | Change the MDNode uniquing to a ValueMap, at Devang's request. | Owen Anderson | 2009-08-10 | 1 | -12/+19 |
* | It helps if I remember to actually add the file... | Owen Anderson | 2009-08-04 | 1 | -0/+774 |