Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -2/+2 |
* | unittests: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -9/+9 |
* | IR: Expose the method 'getLocalSlot' in the module slot tracker. | Alex Lorenz | 2015-07-27 | 1 | -0/+60 |
* | IR: Expose ModuleSlotTracker in Value::print() | Duncan P. N. Exon Smith | 2015-06-27 | 1 | -0/+69 |
* | Add unittest for extreme alignments. | Rafael Espindola | 2014-10-23 | 1 | -0/+23 |
* | Modernize the .ll parsing interface. | Rafael Espindola | 2014-08-19 | 1 | -1/+1 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -3/+3 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
* | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Fix getOrInsertGlobal dropping the address space. | Matt Arsenault | 2013-09-30 | 1 | -0/+40 |
* | Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer... | Benjamin Kramer | 2013-04-12 | 1 | -0/+46 |