[Orc] Take another shot at working around the GCC 4.7 ICE in
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IndirectionUtils.h
2016-01-11 Lang HamesOrc] Drop PageSize member from Orc architecture support...
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2015-12-14 NAKAMURA TakumiReformat to untabify.
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-05 Lang HamesWhitespace.
2015-12-04 Lang Hames[Orc] Move some code up into the JITCompileCallbackMana...
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Rename IndirectStubsManagerBase method 'init...
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
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-29 Lang Hames[Orc] It's not valid to pass a null resolver to addModu...
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-29 Lang Hames[Orc] Add missing inline keyword to the function introd...
2015-03-29 Lang Hames[Orc] Use raw TargetAddresses for callback trampoline...
2015-03-25 Lang Hames[Orc] Remove extraneous 'typename'. This should cheer...
2015-03-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-24 Lang Hames[Orc] Move delta-handling for trampoline sizes into...
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-19 Lang Hames[Orc] Fix a bug in the compile callback manager: trampo...
2015-02-17 NAKAMURA TakumiOrcJIT: Try to appease msc18 to add move constructor...
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-01-23 Lang Hames[Orc] New JIT APIs.