projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make this test a bit more interesting.
2015-07-05
Lang Hames
[RuntimeDyld] Add comment documenting the behavior...
commit
|
commitdiff
|
tree
2015-07-04
Lang Hames
[RuntimeDyld] Skip relocations for external symbols...
commit
|
commitdiff
|
tree
2015-06-27
Lang Hames
[Stackmap] Pre-assemble the stackmap parser test case...
commit
|
commitdiff
|
tree
2015-06-26
Lang Hames
[StackMaps] Add a lightweight parser for stackmap version...
commit
|
commitdiff
|
tree
2015-06-12
Lang Hames
[Orc] Tidy up initialization based on review feedback...
commit
|
commitdiff
|
tree
2015-06-12
Lang Hames
[Orc] Tidy up the CompileOnDemand layer based on commit...
commit
|
commitdiff
|
tree
2015-06-12
Lang Hames
[Orc] Fix a bug in the CompileOnDemand layer where...
commit
|
commitdiff
|
tree
2015-06-11
Lang Hames
[Orc] Attempted fix for GCC ICE on Polly builder.
commit
|
commitdiff
|
tree
2015-06-11
Lang Hames
[Orc] Remove some unnecesary includes and whitespace...
commit
|
commitdiff
|
tree
2015-06-11
Lang Hames
[Orc] Make partition identification in the CompileOnDemand...
commit
|
commitdiff
|
tree
2015-06-09
Lang Hames
[lli] Make the OptLevel (-O=<char>) option accessible...
commit
|
commitdiff
|
tree
2015-05-27
Lang Hames
[RuntimeDyld] Fix MachO i386 SECTDIFF relocation to...
commit
|
commitdiff
|
tree
2015-05-05
Lang Hames
[Orc] Reapply r236465 with fixes for the MSVC bots.
commit
|
commitdiff
|
tree
2015-05-04
Lang Hames
[Orc] Revert r236465 - It broke the Windows bots.
commit
|
commitdiff
|
tree
2015-05-04
Lang Hames
[Orc] Refactor the compile-on-demand layer to make...
commit
|
commitdiff
|
tree
2015-04-29
Lang Hames
[Orc] It's not valid to pass a null resolver to addModuleSet...
commit
|
commitdiff
|
tree
2015-04-24
Lang Hames
[AsmPrinter] Make AsmPrinter's OutStreamer member a...
commit
|
commitdiff
|
tree
2015-04-22
Lang Hames
[RuntimeDyld][COFF] Add external symbol resolution...
commit
|
commitdiff
|
tree
2015-04-22
Lang Hames
[Kaleidoscope] Fix incorrect use of reinterpret_cast.
commit
|
commitdiff
|
tree
2015-04-22
Lang Hames
[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
commit
|
commitdiff
|
tree
2015-04-22
Lang Hames
[patchpoint] Add support for symbolic patchpoint targets...
commit
|
commitdiff
|
tree
2015-04-21
Lang Hames
Update comment. NFC.
commit
|
commitdiff
|
tree
2015-04-20
Lang Hames
[Orc] Make the makeStub function propagate argument...
commit
|
commitdiff
|
tree
2015-04-20
Lang Hames
[Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for...
commit
|
commitdiff
|
tree
2015-04-15
Lang Hames
[RuntimeDyld] Work around a bug in RuntimeDyldELF exposed...
commit
|
commitdiff
|
tree
2015-04-15
Lang Hames
[Orc] Refactor the CompileOnDemandLayer to make its...
commit
|
commitdiff
|
tree
2015-04-15
Lang Hames
[RuntimeDyld] Add casts to make delta computation 64...
commit
|
commitdiff
|
tree
2015-04-15
Lang Hames
[RuntimeDyld] Make sure we emit MachO __eh_frame and...
commit
|
commitdiff
|
tree
2015-04-14
Lang Hames
[RuntimeDyld] Make SectionEntry's Name field a std...
commit
|
commitdiff
|
tree
2015-04-14
Lang Hames
[Orc] Reapply r234815, outputting via stdout instead.
commit
|
commitdiff
|
tree
2015-04-14
Lang Hames
[Orc] Revert 234815. Still haven't quite got this test...
commit
|
commitdiff
|
tree
2015-04-13
Lang Hames
[Orc] Make the OrcLazy hello.ll regression test output...
commit
|
commitdiff
|
tree
2015-04-13
Lang Hames
[Orc] Back out r234805 for hello.ll until I can figure...
commit
|
commitdiff
|
tree
2015-04-13
Lang Hames
[Orc] Disambiguate call to make_unique. This should...
commit
|
commitdiff
|
tree
2015-04-13
Lang Hames
[Orc] Add an Orc layer for applying arbitrary transforms...
commit
|
commitdiff
|
tree
2015-04-12
Lang Hames
[Orc] Remove duplicate "then" in comment.
commit
|
commitdiff
|
tree
2015-04-12
Lang Hames
[Orc] Fix out-of-date comment for the IRCompileLayer.
commit
|
commitdiff
|
tree
2015-04-12
Lang Hames
[Orc] During module partitioning, rename anonymous...
commit
|
commitdiff
|
tree
2015-04-11
Lang Hames
[Orc] Update kaleidoscope tutorial for API change in...
commit
|
commitdiff
|
tree
2015-04-11
Lang Hames
[Orc] Tidy up IndirectionUtils API a little, add some...
commit
|
commitdiff
|
tree
2015-04-09
Lang Hames
[AArch64] Remove redundant -march option. Also fix...
commit
|
commitdiff
|
tree
2015-04-09
Lang Hames
[AArch64] Teach AArch64TargetLowering::getOptimalMemOpType...
commit
|
commitdiff
|
tree
2015-04-07
Lang Hames
[RuntimeDyld] Always allocate at least 1 byte for object...
commit
|
commitdiff
|
tree
2015-04-07
Lang Hames
[Orc] Save all the x86-64 GPRs before re-entering the...
commit
|
commitdiff
|
tree
2015-04-06
Lang Hames
[Orc] Tidy up the assembly for the x86-64 resolver...
commit
|
commitdiff
|
tree
2015-04-02
Lang Hames
[Orc] Fix local-linkage handling in the CompileOnDemand...
commit
|
commitdiff
|
tree
2015-04-02
Lang Hames
[Orc] Add support classes for inspecting and running...
commit
|
commitdiff
|
tree
2015-04-01
Lang Hames
[Orc] Reflect process symbols into the LLI Orc-lazy...
commit
|
commitdiff
|
tree
2015-03-31
Lang Hames
[MCJIT] Enable MCJIT regression tests on Darwin.
commit
|
commitdiff
|
tree
2015-03-31
Lang Hames
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
commit
|
commitdiff
|
tree
2015-03-31
Lang Hames
[Orc][MCJIT] Remove the small code model regression...
commit
|
commitdiff
|
tree
2015-03-30
Lang Hames
[Orc] Separate callback manager selection from callback...
commit
|
commitdiff
|
tree
2015-03-30
Lang Hames
[Orc] Add missing #include. Hopefully this will appease...
commit
|
commitdiff
|
tree
2015-03-30
Lang Hames
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld...
commit
|
commitdiff
|
tree
2015-03-29
Lang Hames
[Orc] Add missing inline keyword to the function introduced...
commit
|
commitdiff
|
tree
2015-03-29
Lang Hames
[Orc] Use raw TargetAddresses for callback trampoline...
commit
|
commitdiff
|
tree
2015-03-25
Lang Hames
[Orc] Remove another unnecessary typedef.
commit
|
commitdiff
|
tree
2015-03-25
Lang Hames
[Orc][lli] Add a very simple Orc-based lazy JIT to...
commit
|
commitdiff
|
tree
2015-03-25
Lang Hames
[Orc] Remove extraneous 'typename'. This should cheer...
commit
|
commitdiff
|
tree
2015-03-25
Lang Hames
[Orc] Refactor JITCompileCallbackManagerBase and CompileOnDe...
commit
|
commitdiff
|
tree
2015-03-24
Lang Hames
[Orc] Move delta-handling for trampoline sizes into...
commit
|
commitdiff
|
tree
2015-03-24
Lang Hames
[Orc] Whitespace fix. NFC.
commit
|
commitdiff
|
tree
2015-03-24
Lang Hames
[Orc] Use std::string to capture name by value.
commit
|
commitdiff
|
tree
2015-03-23
Lang Hames
[Orc] Add missing -use-orcmcjit flag to a number of...
commit
|
commitdiff
|
tree
2015-03-11
Lang Hames
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
commit
|
commitdiff
|
tree
2015-03-09
Lang Hames
[Orc][MCJIT][RuntimeDyld] Add header that was accidentally...
commit
|
commitdiff
|
tree
2015-03-09
Lang Hames
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
commit
|
commitdiff
|
tree
2015-02-26
Lang Hames
[Orc][Kaleidoscope] More tutorial cleanup, a little...
commit
|
commitdiff
|
tree
2015-02-26
Lang Hames
[Orc][Kaleidoscope] Fix a missed symbol mangling operation...
commit
|
commitdiff
|
tree
2015-02-26
Lang Hames
[Orc][Kaleidoscope] More diff-reduction between tutorial...
commit
|
commitdiff
|
tree
2015-02-25
Lang Hames
[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials...
commit
|
commitdiff
|
tree
2015-02-23
Lang Hames
[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial...
commit
|
commitdiff
|
tree
2015-02-23
Lang Hames
[Orc][Kaleidoscope] Remove dead AST map in SessionContext.
commit
|
commitdiff
|
tree
2015-02-22
Lang Hames
[Orc] Remove redundant using directive.
commit
|
commitdiff
|
tree
2015-02-22
Lang Hames
[Orc] Add header comment to IndirectionUtils.cpp.
commit
|
commitdiff
|
tree
2015-02-21
Lang Hames
[Orc] Move Orc code into a namespace (llvm::orc), update...
commit
|
commitdiff
|
tree
2015-02-20
Lang Hames
[Orc] Add a new JITSymbol constructor to build a symbol...
commit
|
commitdiff
|
tree
2015-02-20
Lang Hames
[Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials...
commit
|
commitdiff
|
tree
2015-02-19
Lang Hames
[Orc][Kaleidoscope] Fix typo in tutorial comment.
commit
|
commitdiff
|
tree
2015-02-19
Lang Hames
[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidoscope...
commit
|
commitdiff
|
tree
2015-02-19
Lang Hames
[Orc] Fix a bug in the compile callback manager: trampoline...
commit
|
commitdiff
|
tree
2015-02-18
Lang Hames
[Orc][Kaleidoscope] Fix a fixme - no reason we can...
commit
|
commitdiff
|
tree
2015-02-18
Lang Hames
[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials...
commit
|
commitdiff
|
tree
2015-02-18
Lang Hames
[Orc][Kaleidoscope] Make sure to look for the mangled...
commit
|
commitdiff
|
tree
2015-02-17
Lang Hames
[Orc][Kaleidoscope] Fix misnumbered steps in comments...
commit
|
commitdiff
|
tree
2015-02-17
Lang Hames
[Orc][Kaleidoscope] Add an example of extreme-laziness...
commit
|
commitdiff
|
tree
2015-02-17
Lang Hames
[Orc][Kaleidoscope] Update the MainLoop code of the...
commit
|
commitdiff
|
tree
2015-02-17
Lang Hames
[Orc] Update the Orc indirection utils and refactor...
commit
|
commitdiff
|
tree
2015-02-16
Lang Hames
[Orc] Add an emitAndFinalize method to the ObjectLinkingLaye...
commit
|
commitdiff
|
tree
2015-02-15
Lang Hames
[ExecutionEngine] Fix dependence issue by moving RTDyldMemor...
commit
|
commitdiff
|
tree
2015-02-10
Lang Hames
[Orc] Fix a bug in the LazyEmittingLayer - capture...
commit
|
commitdiff
|
tree
2015-02-10
Lang Hames
[Orc] Add missing casserts header to JITSymbol.h.
commit
|
commitdiff
|
tree
2015-02-10
Lang Hames
[Orc] Back out one of the GCC ICE workarounds from...
commit
|
commitdiff
|
tree
2015-02-09
Lang Hames
[Orc] Revert r228567 (GCC ICE workaround) - it doesn...
commit
|
commitdiff
|
tree
2015-02-09
Lang Hames
[Orc] Try another workaround for the GCC 4.7.2 ICE...
commit
|
commitdiff
|
tree
2015-02-09
Lang Hames
[Orc] Tweak lambda capture lists to try to avoid an...
commit
|
commitdiff
|
tree
2015-02-09
Lang Hames
[Orc] Fix the MSVC bots by using LLVM_EXPLICIT rather...
commit
|
commitdiff
|
tree
2015-02-09
Lang Hames
[Orc] Add a JITSymbol class to the Orc APIs, refactor...
commit
|
commitdiff
|
tree
2015-02-08
Lang Hames
[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials...
commit
|
commitdiff
|
tree
2015-02-08
Lang Hames
[Orc][Kaleidoscope] Remove fixed sized buffers from...
commit
|
commitdiff
|
tree
next