aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth1-1/+1
2017-05-03[IR] Abstract away ArgNo+1 attribute indexing as much as possibleReid Kleckner1-11/+9
2017-04-14[IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner1-1/+1
2017-03-21Rename AttributeSet to AttributeListReid Kleckner1-8/+8
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+2
2015-10-28[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames1-1/+1
2015-10-28[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames1-1/+1
2015-10-28[Orc] Add experimental C bindings for Orc.Lang Hames1-1/+1
2015-04-20[Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames1-0/+48