| Commit message (Expand) | Author | Age | Files | Lines |
* | Use unique_ptr in LLVMContextImpl's constant maps. | Justin Lebar | 2016-10-10 | 1 | -5/+6 |
* | [OptRemark,LDist] RFC: Add hotness attribute | Adam Nemet | 2016-07-15 | 1 | -0/+1 |
* | Apply clang-tidy's modernize-loop-convert to most of lib/IR. | Benjamin Kramer | 2016-06-26 | 1 | -4/+3 |
* | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -0/+18 |
* | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -18/+0 |
* | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -0/+18 |
* | IR: Use DenseSet instead of DenseMap for ConstantUniqueMap; NFC | Duncan P. N. Exon Smith | 2016-04-06 | 1 | -32/+10 |
* | IR: Stop explicitly clearing the MDStringCache | Duncan P. N. Exon Smith | 2016-04-06 | 1 | -3/+0 |
* | [IR] Manage TheNoneToken with a std::unique_ptr | David Majnemer | 2015-11-16 | 1 | -1/+0 |
* | [IR] Add support for empty tokens | David Majnemer | 2015-11-11 | 1 | -0/+1 |
* | [IR] Add operand bundles to CallInst and InvokeInst. | Sanjoy Das | 2015-09-24 | 1 | -0/+17 |
* | [IR] Add token types | David Majnemer | 2015-08-14 | 1 | -0/+1 |
* | DI: Disallow uniquable DICompileUnits | Duncan P. N. Exon Smith | 2015-08-03 | 1 | -3/+3 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
* | Add the i128 builtin type to LLVM. | Kit Barton | 2015-04-17 | 1 | -1/+2 |
* | Revert GCStrategy ownership changes | Philip Reames | 2015-01-26 | 1 | -23/+0 |
* | Remove dead leak detector parts that fell out of use in r224703. | Benjamin Kramer | 2015-01-22 | 1 | -2/+1 |
* | [llvm link] Destroy ConstantArrays in LLVMContext if they are not used. | Manman Ren | 2015-01-20 | 1 | -0/+22 |
* | IR: Delete GenericDwarfNode during teardown | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -6/+6 |
* | IR: Introduce GenericDwarfNode | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -3/+3 |
* | 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 | -0/+34 |
* | Move ownership of GCStrategy objects to LLVMContext | Philip Reames | 2015-01-16 | 1 | -0/+24 |
* | IR: Drop metadata references more aggressively during teardown | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -16/+24 |
* | IR: Add MDLocation class | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -0/+4 |
* | IR: Prepare for a new UniquableMDNode subclass, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+1 |
* | IR: Stop erasing MDNodes from uniquing sets during teardown | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -10/+8 |
* | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -10/+10 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -0/+15 |
* | Revert "unique_ptrify LLVMContextImpl::CAZConstants" | David Blaikie | 2014-11-25 | 1 | -1/+1 |
* | unique_ptrify LLVMContextImpl::CAZConstants | David Blaikie | 2014-11-25 | 1 | -1/+1 |
* | IR: Move MDNode operands from the back to the front | Duncan P. N. Exon Smith | 2014-11-18 | 1 | -2/+4 |
* | IR: Split MDNode into GenericMDNode and MDNodeFwdDecl | Duncan P. N. Exon Smith | 2014-11-18 | 1 | -4/+3 |
* | IR: Simplify uniquing for MDNode | Duncan P. N. Exon Smith | 2014-11-17 | 1 | -3/+1 |
* | 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 |
* | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -1/+1 |
* | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 2014-08-19 | 1 | -1/+1 |
* | IR: Rewrite ConstantUniqueMap | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -1/+1 |
* | Remove LLVMContextImpl::optimizationRemarkEnabledFor. | Diego Novillo | 2014-05-22 | 1 | -77/+0 |
* | Add support for missed and analysis optimization remarks. | Diego Novillo | 2014-05-22 | 1 | -18/+50 |
* | Add C API for thread yielding callback. | Juergen Ributzka | 2014-05-16 | 1 | -0/+2 |
* | Revert "[PM] Add pass run listeners to the pass manager." | Juergen Ributzka | 2014-05-15 | 1 | -26/+0 |
* | Do not make -pass-remarks additive. | Diego Novillo | 2014-05-06 | 1 | -11/+1 |
* | [PM] Add pass run listeners to the pass manager. | Juergen Ributzka | 2014-04-28 | 1 | -0/+26 |
* | Simplify destruction of Modules in LLVContextImpl. | David Blaikie | 2014-04-21 | 1 | -6/+5 |
* | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-09 | 1 | -6/+6 |
* | Add -pass-remarks flag to 'opt'. | Diego Novillo | 2014-04-08 | 1 | -0/+55 |
* | Add warning capabilities in LLVM. | Quentin Colombet | 2013-12-17 | 1 | -0/+2 |