[Orc] Revert r236465 - It broke the Windows bots.
[oota-llvm.git] / lib / ExecutionEngine / Orc / IndirectionUtils.cpp
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-20 Lang Hames[Orc] Make the makeStub function propagate argument...
2015-04-12 Lang Hames[Orc] During module partitioning, rename anonymous...
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-22 Lang Hames[Orc] Remove redundant using directive.
2015-02-22 Lang Hames[Orc] Add header comment to IndirectionUtils.cpp.
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-23 Lang Hames[Orc] New JIT APIs.