Age | Commit message (Expand) | Author | Files | Lines |
2014-12-09 | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 1 | -59/+21 |
2014-12-06 | Turn some DenseMaps that are only used for set operations into DenseSets. | Benjamin Kramer | 1 | -5/+5 |
2014-12-06 | Reapply "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP De... | Benjamin Kramer | 1 | -39/+22 |
2014-12-06 | Reformat. | NAKAMURA Takumi | 1 | -26/+18 |
2014-12-06 | Revert "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP Den... | Benjamin Kramer | 1 | -15/+46 |
2014-12-05 | LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP DenseMaps. | Benjamin Kramer | 1 | -46/+15 |
2014-12-03 | Prologue support | Peter Collingbourne | 1 | -0/+6 |
2014-11-25 | Revert "unique_ptrify LLVMContextImpl::CAZConstants" | David Blaikie | 1 | -4/+1 |
2014-11-25 | unique_ptrify LLVMContextImpl::CAZConstants | David Blaikie | 1 | -1/+4 |
2014-11-21 | Add params() to FunctionType. NFC. | Rafael Espindola | 1 | -4/+3 |
2014-11-21 | Add and use a helper elements() to StructType. NFC. | Rafael Espindola | 1 | -3/+2 |
2014-11-18 | IR: Split MDNode into GenericMDNode and MDNodeFwdDecl | Duncan P. N. Exon Smith | 1 | -13/+13 |
2014-11-17 | IR: Simplify uniquing for MDNode | Duncan P. N. Exon Smith | 1 | -16/+46 |
2014-11-14 | IR: Rewrite uniquing and creation of MDString | Duncan P. N. Exon Smith | 1 | -1/+1 |
2014-10-01 | LTO: Ignore disabled diagnostic remarks | Duncan P. N. Exon Smith | 1 | -0/+1 |
2014-08-27 | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 1 | -1/+1 |
2014-08-19 | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 1 | -8/+6 |
2014-08-19 | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 1 | -6/+8 |
2014-08-19 | IR: Replace uses of ConstantAggrUniqueMap with ConstantUniqueMap | Duncan P. N. Exon Smith | 1 | -4/+4 |
2014-08-19 | IR: Rewrite ConstantUniqueMap | Duncan P. N. Exon Smith | 1 | -4/+2 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-05-22 | Remove LLVMContextImpl::optimizationRemarkEnabledFor. | Diego Novillo | 1 | -9/+0 |
2014-05-22 | Add support for missed and analysis optimization remarks. | Diego Novillo | 1 | -1/+9 |
2014-05-16 | Add C API for thread yielding callback. | Juergen Ributzka | 1 | -0/+3 |
2014-05-15 | Revert "[PM] Add pass run listeners to the pass manager." | Juergen Ributzka | 1 | -15/+1 |
2014-04-28 | [PM] Add pass run listeners to the pass manager. | Juergen Ributzka | 1 | -1/+15 |
2014-04-28 | [C++] Use 'nullptr'. | Craig Topper | 1 | -2/+2 |
2014-04-08 | Add -pass-remarks flag to 'opt'. | Diego Novillo | 1 | -0/+4 |
2014-03-05 | [C++11] Add 'override' keyword to IR library. | Craig Topper | 1 | -3/+3 |
2014-03-04 | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 1 | -1/+1 |
2014-03-03 | Pass to emit DWARF path discriminators. | Diego Novillo | 1 | -1/+6 |
2014-01-19 | Add a const lookup routine to get a BlockAddress constant if there is | Chandler Carruth | 1 | -2/+2 |
2013-12-17 | Add warning capabilities in LLVM. | Quentin Colombet | 1 | -3/+6 |
2013-12-17 | Revert r197438 and r197447 until we figure out how to avoid circular dependen... | Quentin Colombet | 1 | -6/+3 |
2013-12-16 | Add warning capabilities in LLVM. | Quentin Colombet | 1 | -3/+6 |
2013-09-16 | Implement function prefix data as an IR feature. | Peter Collingbourne | 1 | -0/+5 |
2013-09-11 | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 1 | -6/+6 |
2013-09-11 | Give internal classes hidden visibility. | Benjamin Kramer | 1 | -6/+6 |
2013-03-01 | Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ... | Michael Ilseman | 1 | -1/+6 |
2013-02-11 | Revert "Rename LLVMContext diagnostic handler types and functions." | Bob Wilson | 1 | -2/+2 |
2013-01-24 | Create a new class: AttributeSetNode. | Bill Wendling | 1 | -0/+1 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -4/+4 |
2013-01-02 | Rename VMCore directory to IR. | Chandler Carruth | 1 | -0/+361 |