summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-1/+4
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [IR] Abstract away ArgNo+1 attribute indexing as much as possibleReid Kleckner2017-05-031-11/+9
* [IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner2017-04-141-1/+1
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-8/+8
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+2
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-1/+1
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-1/+1
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-1/+1
* [Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames2015-04-201-0/+48
OpenPOWER on IntegriCloud