Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Internalize llvm::AssemblyWriter. It's not used outside of AsmWriter.cpp. | Benjamin Kramer | 2015-03-17 | 1 | -129/+0 |
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
* | IR: Implement uselistorder assembly directives | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+5 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -3/+3 |
* | IR: Add COMDATs to the IR | David Majnemer | 2014-06-27 | 1 | -0/+4 |
* | IR: add a second ordering operand to cmpxhg for failure | Tim Northover | 2014-03-11 | 1 | -0/+3 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -2/+1 |
* | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -2/+2 |
* | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -2/+2 |
* | Re-implement DebugIR in a way that does not subclass AssemblyWriter: | Daniel Malea | 2013-05-23 | 1 | -0/+118 |