index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lli
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-18
Drop materializeAllPermanently.
Rafael Espindola
1
-1
/
+1
2015-12-06
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
1
-1
/
+2
2015-12-04
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2
-2
/
+2
2015-11-04
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
1
-2
/
+2
2015-11-03
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2
-29
/
+16
2015-11-03
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2
-16
/
+29
2015-11-03
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2
-29
/
+16
2015-10-19
[Orc] Add support for emitting indirect stubs directly into the JIT target's
Lang Hames
2
-18
/
+53
2015-10-07
[Orc] Enable user supplied partitioning functors in the CompileOnDemand layer.
Lang Hames
1
-1
/
+8
2015-07-30
Fix lli with OrcLazyJIT: the default DataLayout was used.
Mehdi Amini
1
-0
/
+1
2015-07-24
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2
-14
/
+15
2015-07-24
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2
-15
/
+14
2015-07-24
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2
-14
/
+15
2015-07-15
Simplify a few uses of remove_filename by using parent_path instead.
Rafael Espindola
1
-2
/
+1
2015-06-23
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
1
-3
/
+1
2015-06-16
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
1
-1
/
+1
2015-06-12
[Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.
Lang Hames
1
-20
/
+19
2015-06-12
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
Lang Hames
1
-1
/
+1
2015-06-12
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
1
-1
/
+11
2015-06-11
[Orc] Remove some unnecesary includes and whitespace that slipped in to r239561.
Lang Hames
1
-2
/
+1
2015-06-11
[Orc] Make partition identification in the CompileOnDemand layer lazy.
Lang Hames
1
-16
/
+20
2015-06-09
[lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.
Lang Hames
2
-13
/
+20
2015-06-03
add missing dependency on Target lib for tools
Sanjay Patel
1
-0
/
+1
2015-05-29
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
1
-2
/
+1
2015-05-12
Migrate existing backends that care about software floating point
Eric Christopher
1
-3
/
+0
2015-05-05
[Orc] Reapply r236465 with fixes for the MSVC bots.
Lang Hames
1
-7
/
+2
2015-05-04
[Orc] Revert r236465 - It broke the Windows bots.
Lang Hames
1
-2
/
+7
2015-05-04
Add TransformUtils dependency to lli.
Pete Cooper
2
-1
/
+2
2015-05-04
[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,
Lang Hames
1
-7
/
+2
2015-04-30
Fix -Wpessimizing-move warnings by removing std::move calls.
Richard Trieu
1
-4
/
+4
2015-04-19
Remove the JITEmitDebugInfo TargetOptions as they're only set and
Eric Christopher
1
-23
/
+0
2015-04-17
lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.
NAKAMURA Takumi
1
-0
/
+1
2015-04-15
[Orc] Refactor the CompileOnDemandLayer to make its addModuleSet method
Lang Hames
1
-11
/
+14
2015-04-14
[Orc] Reapply r234815, outputting via stdout instead.
Lang Hames
1
-11
/
+12
2015-04-14
Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.
Aaron Ballman
1
-0
/
+1
2015-04-13
[Orc] Disambiguate call to make_unique. This should fix the builders broken by
Lang Hames
1
-1
/
+2
2015-04-13
[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add
Lang Hames
2
-7
/
+90
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
3
-3
/
+3
2015-04-02
[Orc] Add support classes for inspecting and running C++ static ctor/dtors, and
Lang Hames
2
-8
/
+56
2015-04-01
[Orc] Reflect process symbols into the LLI Orc-lazy JIT.
Lang Hames
2
-1
/
+21
2015-03-30
[Orc] Separate callback manager selection from callback manager construction for
Lang Hames
2
-21
/
+29
2015-03-30
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2
-2
/
+3
2015-03-25
[Orc] Remove another unnecessary typedef.
Lang Hames
1
-1
/
+1
2015-03-25
[Orc][lli] Add a very simple Orc-based lazy JIT to lli.
Lang Hames
4
-7
/
+172
2015-03-23
Purge unused includes throughout libSupport.
Benjamin Kramer
2
-0
/
+2
2015-03-18
Fix cmake build.
Rafael Espindola
1
-1
/
+1
2015-03-18
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
1
-1
/
+1
2015-02-26
Replace a few instances of NULL with nullptr.
David Majnemer
1
-1
/
+1
2015-02-16
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
NAKAMURA Takumi
1
-0
/
+1
2015-01-30
Fix lli after the DebugInfo move.
Zachary Turner
1
-1
/
+1
[next]