[Orc] Add support for emitting indirect stubs directly into the JIT target's
[oota-llvm.git] / tools / lli / OrcLazyJIT.cpp
2015-10-19 Lang Hames[Orc] Add support for emitting indirect stubs directly...
2015-07-30 Mehdi AminiFix lli with OrcLazyJIT: the default DataLayout was...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-09 Lang Hames[lli] Make the OptLevel (-O=<char>) option accessible...
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-17 NAKAMURA Takumilli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduc...
2015-04-14 Lang Hames[Orc] Reapply r234815, outputting via stdout instead.
2015-04-14 Aaron BallmanSilencing a -Wreturn-type warning, as the switch is...
2015-04-13 Lang Hames[Orc] Disambiguate call to make_unique. This should...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-04-01 Lang Hames[Orc] Reflect process symbols into the LLI Orc-lazy...
2015-03-30 Lang Hames[Orc] Separate callback manager selection from callback...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...