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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lli] Fix syntax error: missing ';'
Jonas Devlieghere
2018-04-22
1
-2
/
+2
*
[lli] Make error handling more consistent.
Jonas Devlieghere
2018-04-22
1
-15
/
+23
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-6
/
+2
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-1
/
+2
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
2
-22
/
+21
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
2
-7
/
+7
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
2
-7
/
+7
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
1
-5
/
+4
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
1
-2
/
+2
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
1
-17
/
+12
*
[ORC] Remove some unused lambda captures.
Lang Hames
2018-02-06
1
-3
/
+3
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
1
-18
/
+74
*
[ORC] Re-apply r322913 with a fix for a read-after-free error.
Lang Hames
2018-01-19
1
-2
/
+2
*
[ORC] Revert r322913 while I investigate an ASan failure.
Lang Hames
2018-01-19
1
-2
/
+2
*
[ORC] Redesign the JITSymbolResolver interface to support bulk queries.
Lang Hames
2018-01-19
1
-2
/
+2
*
[lli] Make lli support -mcpu=native for CPU autodetection
Craig Topper
2018-01-09
1
-2
/
+2
*
Rename CommandFlags.h -> CommandFlags.def
David Blaikie
2017-11-27
1
-2
/
+2
*
[ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduce
Lang Hames
2017-09-04
1
-5
/
+3
*
Untabify.
NAKAMURA Takumi
2017-08-28
2
-11
/
+10
*
Orc: PR33769: Don't rely on comparisons with default constructed iterators
David Blaikie
2017-08-11
1
-8
/
+8
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-55
/
+5
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-11
1
-1
/
+1
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
2
-18
/
+31
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
2
-6
/
+5
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
2
-51
/
+53
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
2
-53
/
+51
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
2
-51
/
+53
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-3
/
+4
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
2
-50
/
+66
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-3
/
+2
*
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
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
1
-2
/
+2
*
Prune unused libdeps.
NAKAMURA Takumi
2016-12-08
1
-1
/
+0
*
Fix spelling mistakes in Tools/Tests comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[CMake] lli-child-target depends on intrinsics gen
Chris Bieneman
2016-11-19
1
-0
/
+3
*
[CMake] lli depends on intrinsics_gen
Chris Bieneman
2016-11-19
1
-0
/
+3
*
[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
3
-29
/
+19
*
[ORC] Revert r286620 while I investigate a bot failure.
Lang Hames
2016-11-11
3
-19
/
+29
*
[ORC] Refactor the ORC RPC utilities to add some new features.
Lang Hames
2016-11-11
3
-29
/
+19
*
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
[prev]
[next]