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
/
Chapter1
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Update examples to incorporate changes in ce2207abaf9.
Lang Hames
2020-01-29
1
-1
/
+2
*
[ORC] Remove the automagic Main JITDylib fram ExecutionSession.
Lang Hames
2019-12-05
1
-5
/
+7
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-17
/
+17
*
[ORC] Fix BuildingAJIT tutorial code broken by r368707.
Lang Hames
2019-08-13
1
-1
/
+1
*
[JITLink] Update BuildingAJIT tutorials to account for API changes in r358818.
Lang Hames
2019-04-20
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add bracket that was lost in rL346727 and has been causing buildbot failures ...
Simon Pilgrim
2018-11-13
1
-1
/
+1
*
[BuildingAJIT] Clang-format chapters 1 and 2.
Lang Hames
2018-11-13
1
-4
/
+3
*
[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.
Lang Hames
2018-10-18
2
-36
/
+38
*
[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.
Lang Hames
2018-10-17
2
-125
/
+116
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
1
-3
/
+3
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
1
-0
/
+1
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-3
/
+1
*
[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
-5
/
+6
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
2
-23
/
+24
*
[ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORC
Lang Hames
2017-08-15
2
-7
/
+9
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
2
-4
/
+4
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
1
-1
/
+1
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-9
/
+5
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-5
/
+9
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-9
/
+5
*
[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
1
-3
/
+3
*
[Kaleidoscope] toy.cpp use after move fix
Peter Szecsi
2017-05-07
1
-1
/
+1
*
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
-2
/
+4
*
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...
Eugene Zelenko
2016-11-18
2
-6
/
+17
*
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
-5
/
+5
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
1
-1
/
+1
*
[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
Lang Hames
2016-05-25
1
-1
/
+1
*
[Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModule
Lang Hames
2016-05-25
1
-4
/
+15
*
Fix some Include What You Use warnings in examples; other minor fixes.
Eugene Zelenko
2016-05-25
1
-5
/
+13
*
[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.
Lang Hames
2016-05-23
3
-0
/
+1319