summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/UserTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [IR] Adding const_value_op_iterator for IR/User.hMohammed Agabaria2017-01-091-0/+25
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-3/+3
* [Function] Properly remove use when clearing personalityKeno Fischer2015-12-231-0/+24
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth2014-04-171-0/+96
OpenPOWER on IntegriCloud