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
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter5
Commit message (
Expand
)
Author
Age
Files
Lines
*
[examples] Add missing dependency in llvm examples
Hiroshi Inoue
2020-01-11
2
-0
/
+2
*
Break out OrcError and RPC
Chris Bieneman
2019-10-29
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-20
/
+20
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
1
-3
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
1
-4
/
+4
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
2
-39
/
+41
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
1
-0
/
+1
*
Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.h
David Blaikie
2018-04-24
1
-0
/
+1
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-3
/
+1
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-3
/
+3
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
1
-3
/
+3
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
1
-3
/
+3
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
1
-5
/
+5
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
1
-6
/
+6
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
1
-34
/
+30
*
[ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduce
Lang Hames
2017-09-04
2
-16
/
+4
*
[ORC] Add an Error return to the JITCompileCallbackManager::grow method.
Lang Hames
2017-09-03
1
-1
/
+1
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
2
-5
/
+5
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
1
-8
/
+9
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-12
/
+8
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-8
/
+12
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-12
/
+8
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-2
/
+2
*
[Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-05-26
2
-20
/
+20
*
llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.
NAKAMURA Takumi
2017-02-20
1
-2
/
+2
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-1
/
+2
*
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...
Eugene Zelenko
2016-11-18
3
-15
/
+34
*
[Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.
Lang Hames
2016-11-11
1
-13
/
+3
*
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
Lang Hames
2016-11-11
2
-5
/
+5
*
[ORC] Revert r286620 while I investigate a bot failure.
Lang Hames
2016-11-11
2
-5
/
+5
*
[ORC] Refactor the ORC RPC utilities to add some new features.
Lang Hames
2016-11-11
2
-5
/
+5
*
[BuildingAJIT] Use the remote target triple to construct the TargetMachine in
Lang Hames
2016-10-19
1
-1
/
+2
*
[BuildingAJIT] Make the chapter 5 server export symbols.
Lang Hames
2016-10-19
1
-0
/
+2
*
[ORC] Update examples for header changes in r281171.
Lang Hames
2016-09-11
1
-2
/
+2
*
Fix singlton -> singleton typo.
Eric Christopher
2016-08-26
1
-1
/
+1
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-9
/
+8
*
[Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.
Lang Hames
2016-07-15
1
-6
/
+7
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
1
-2
/
+2
*
[Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.
Lang Hames
2016-05-30
6
-0
/
+1788