| Commit message (Expand) | Author | Age | Files | Lines |
| * | IR: Fix MDType fields from unsigned to uint64_t | Duncan P. N. Exon Smith | 2015-02-19 | 1 | -14/+14 |
| * | IR: Drop scope from MDTemplateParameter | Duncan P. N. Exon Smith | 2015-02-19 | 1 | -19/+11 |
| * | IR: Remove unnecessary fields from MDTemplateParameter | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -25/+10 |
| * | IR: Add specialized debug info metadata nodes | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -0/+575 |
| * | IR: Rename 'operator ==()' to 'isKeyOf()', NFC | Duncan P. N. Exon Smith | 2015-02-05 | 1 | -4/+4 |
| * | IR: Reduce boilerplate in DenseMapInfo overrides, NFC | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -91/+63 |
| * | IR: Define MDNode uniquing sets automatically, NFC | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -3/+2 |
| * | IR: Split out DebugInfoMetadata.h, NFC | Duncan P. N. Exon Smith | 2015-02-02 | 1 | -0/+1 |
| * | Revert GCStrategy ownership changes | Philip Reames | 2015-01-26 | 1 | -11/+0 |
| * | IR: Change GenericDwarfNode::getHeader() to StringRef | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -2/+2 |
| * | IR: DwarfNode => DebugNode, NFC | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -14/+14 |
| * | Remove dead leak detector parts that fell out of use in r224703. | Benjamin Kramer | 2015-01-22 | 1 | -4/+0 |
| * | [llvm link] Destroy ConstantArrays in LLVMContext if they are not used. | Manman Ren | 2015-01-20 | 1 | -0/+3 |
| * | IR: Introduce GenericDwarfNode | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -8/+53 |
| * | IR: Merge UniquableMDNode back into MDNode, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+1 |
| * | IR: Extract MDNodeOpsKey, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -23/+48 |
| * | Move ownership of GCStrategy objects to LLVMContext | Philip Reames | 2015-01-16 | 1 | -0/+12 |
| * | IR: Add MDLocation class | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -0/+43 |
| * | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -14/+14 |
| * | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -59/+21 |
| * | Turn some DenseMaps that are only used for set operations into DenseSets. | Benjamin Kramer | 2014-12-06 | 1 | -5/+5 |
| * | Reapply "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP De... | Benjamin Kramer | 2014-12-06 | 1 | -39/+22 |
| * | Reformat. | NAKAMURA Takumi | 2014-12-06 | 1 | -26/+18 |
| * | Revert "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP Den... | Benjamin Kramer | 2014-12-06 | 1 | -15/+46 |
| * | LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP DenseMaps. | Benjamin Kramer | 2014-12-05 | 1 | -46/+15 |
| * | Prologue support | Peter Collingbourne | 2014-12-03 | 1 | -0/+6 |
| * | Revert "unique_ptrify LLVMContextImpl::CAZConstants" | David Blaikie | 2014-11-25 | 1 | -4/+1 |
| * | unique_ptrify LLVMContextImpl::CAZConstants | David Blaikie | 2014-11-25 | 1 | -1/+4 |
| * | Add params() to FunctionType. NFC. | Rafael Espindola | 2014-11-21 | 1 | -4/+3 |
| * | Add and use a helper elements() to StructType. NFC. | Rafael Espindola | 2014-11-21 | 1 | -3/+2 |
| * | IR: Split MDNode into GenericMDNode and MDNodeFwdDecl | Duncan P. N. Exon Smith | 2014-11-18 | 1 | -13/+13 |
| * | IR: Simplify uniquing for MDNode | Duncan P. N. Exon Smith | 2014-11-17 | 1 | -16/+46 |
| * | IR: Rewrite uniquing and creation of MDString | Duncan P. N. Exon Smith | 2014-11-14 | 1 | -1/+1 |
| * | LTO: Ignore disabled diagnostic remarks | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -0/+1 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -1/+1 |
| * | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -8/+6 |
| * | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 2014-08-19 | 1 | -6/+8 |
| * | IR: Replace uses of ConstantAggrUniqueMap with ConstantUniqueMap | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -4/+4 |
| * | IR: Rewrite ConstantUniqueMap | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -4/+2 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | Remove LLVMContextImpl::optimizationRemarkEnabledFor. | Diego Novillo | 2014-05-22 | 1 | -9/+0 |
| * | Add support for missed and analysis optimization remarks. | Diego Novillo | 2014-05-22 | 1 | -1/+9 |
| * | Add C API for thread yielding callback. | Juergen Ributzka | 2014-05-16 | 1 | -0/+3 |
| * | Revert "[PM] Add pass run listeners to the pass manager." | Juergen Ributzka | 2014-05-15 | 1 | -15/+1 |
| * | [PM] Add pass run listeners to the pass manager. | Juergen Ributzka | 2014-04-28 | 1 | -1/+15 |
| * | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -2/+2 |
| * | Add -pass-remarks flag to 'opt'. | Diego Novillo | 2014-04-08 | 1 | -0/+4 |
| * | [C++11] Add 'override' keyword to IR library. | Craig Topper | 2014-03-05 | 1 | -3/+3 |
| * | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Pass to emit DWARF path discriminators. | Diego Novillo | 2014-03-03 | 1 | -1/+6 |