index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
lli
/
lli.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-2
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-1
/
+2
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-2
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-1
/
+2
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-2
/
+1
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[lli] Prefer `exit(1)` to `return 1` for consistency.
Davide Italiano
2016-11-17
1
-1
/
+1
*
[lli] Factor out error handling. NFCI.
Davide Italiano
2016-11-17
1
-18
/
+15
*
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
Lang Hames
2016-11-11
1
-9
/
+9
*
[ORC] Revert r286620 while I investigate a bot failure.
Lang Hames
2016-11-11
1
-9
/
+9
*
[ORC] Refactor the ORC RPC utilities to add some new features.
Lang Hames
2016-11-11
1
-9
/
+9
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
[tools] Unbreak the GCC build (workaround a GCC bug).
Davide Italiano
2016-11-09
1
-1
/
+2
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-5
/
+3
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
[lli] Pass command line arguments in to the orc-lazy JIT.
Lang Hames
2016-10-28
1
-1
/
+5
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-8
/
+4
*
[ORC] Rename RPCChannel to RPCByteChannel. NFC.
Lang Hames
2016-09-11
1
-1
/
+2
*
[lli] Add the ability for OrcLazyJIT to accept multiple input modules.
Lang Hames
2016-08-02
1
-2
/
+12
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-3
/
+3
*
Change Archive::create() from ErrorOr<...> to Expected<...> and update
Kevin Enderby
2016-06-29
1
-3
/
+7
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when
Lang Hames
2016-05-25
1
-2
/
+2
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-15
/
+11
*
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
2016-04-25
1
-21
/
+12
*
[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.
Lang Hames
2016-04-18
1
-9
/
+12
*
lli: avoid global variables, use a local unique_ptr instead
Mehdi Amini
2016-04-18
1
-24
/
+11
*
Revert 266581 (and follow-up 266588), it doesn't build on Windows.
Nico Weber
2016-04-18
1
-12
/
+9
*
[ORC] Generalize the ORC RPC utils to support RPC function return values and
Lang Hames
2016-04-18
1
-9
/
+12
*
lli.cpp: Appease some builders. There might be ownership issues between LLVMC...
NAKAMURA Takumi
2016-04-15
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+1
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+3
*
Remove some stale comments and fix a typo as suggested by David Blaikie in his
Lang Hames
2016-01-17
1
-1
/
+1
*
lli: use llvm::utostr() instead of std::to_string().
NAKAMURA Takumi
2016-01-15
1
-2
/
+3
*
XFAIL the LLI remote JIT tests on Win32.
Lang Hames
2016-01-11
1
-3
/
+1
*
[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.
Lang Hames
2016-01-11
1
-52
/
+129
*
Drop materializeAllPermanently.
Rafael Espindola
2015-12-18
1
-1
/
+1
*
Simplify a few uses of remove_filename by using parent_path instead.
Rafael Espindola
2015-07-15
1
-2
/
+1
*
[lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.
Lang Hames
2015-06-09
1
-12
/
+14
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-3
/
+0
*
Remove the JITEmitDebugInfo TargetOptions as they're only set and
Eric Christopher
2015-04-19
1
-23
/
+0
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[Orc][lli] Add a very simple Orc-based lazy JIT to lli.
Lang Hames
2015-03-25
1
-7
/
+21
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Replace a few instances of NULL with nullptr.
David Majnemer
2015-02-26
1
-1
/
+1
*
[Orc] New JIT APIs.
Lang Hames
2015-01-23
1
-0
/
+9
*
Assigning and copying command line option objects shouldn't be allowed.
Chris Bieneman
2015-01-22
1
-1
/
+1
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
1
-1
/
+5
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
1
-9
/
+0
[next]