Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove redundant includes from unittests. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
* | Format: Modernize using variadic templates. | Benjamin Kramer | 2015-02-15 | 1 | -4/+4 |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | Modernize the .ll parsing interface. | Rafael Espindola | 2014-08-19 | 1 | -2/+2 |
* | IR: Add Value::reverseUseList() | Duncan P. N. Exon Smith | 2014-08-01 | 1 | -0/+43 |
* | IR/UseTest.cpp: Avoid std::to_string() to appease mingw32 bot. | NAKAMURA Takumi | 2014-07-26 | 1 | -5/+10 |
* | Fix r213824 on windows | Duncan P. N. Exon Smith | 2014-07-24 | 1 | -0/+2 |
* | IR: Add Value::sortUseList() | Duncan P. N. Exon Smith | 2014-07-24 | 1 | -0/+62 |