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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Update examples to incorporate changes in ce2207abaf9.
Lang Hames
2020-01-29
2
-2
/
+4
*
[examples] Add missing dependency in llvm examples
Hiroshi Inoue
2020-01-11
2
-0
/
+2
*
[Kaleidoscope][BuildingAJIT] Add a missing std::move.
Lang Hames
2019-12-15
1
-1
/
+1
*
[ORC] Remove the automagic Main JITDylib fram ExecutionSession.
Lang Hames
2019-12-05
2
-12
/
+15
*
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
10
-87
/
+87
*
[ORC] Fix BuildingAJIT tutorial code broken by r368707.
Lang Hames
2019-08-13
2
-2
/
+2
*
[ORC] Change the locking scheme for ThreadSafeModule.
Lang Hames
2019-08-02
1
-14
/
+16
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
3
-18
/
+22
*
[JITLink] Update BuildingAJIT tutorials to account for API changes in r358818.
Lang Hames
2019-04-20
2
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6
-24
/
+18
*
Add bracket that was lost in rL346727 and has been causing buildbot failures ...
Simon Pilgrim
2018-11-13
1
-1
/
+1
*
[BuildingAJIT] Fixing the build by inserting a forgotten paren.
George Karpenkov
2018-11-13
1
-1
/
+1
*
[BuildingAJIT] Clang-format chapters 1 and 2.
Lang Hames
2018-11-13
3
-12
/
+7
*
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
Lang Hames
2018-11-13
2
-133
/
+126
*
[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
5
-20
/
+20
*
[ORC] Fix BuildingAJIT tutorial examples that were broken by r343059.
Lang Hames
2018-09-26
2
-4
/
+4
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
4
-76
/
+76
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
5
-0
/
+5
*
Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.h
David Blaikie
2018-04-24
4
-3
/
+7
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
5
-14
/
+5
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
4
-12
/
+12
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
4
-12
/
+12
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
4
-12
/
+12
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
5
-25
/
+26
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
5
-28
/
+29
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
7
-137
/
+146
*
[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
2
-2
/
+2
*
[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
10
-22
/
+21
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
5
-12
/
+13
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
5
-57
/
+37
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
5
-37
/
+57
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
5
-57
/
+37
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
5
-10
/
+10
*
[Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-05-26
6
-39
/
+39
*
[Kaleidoscope] toy.cpp use after move fix
Peter Szecsi
2017-05-07
3
-3
/
+3
*
llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.
NAKAMURA Takumi
2017-02-20
5
-10
/
+10
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
5
-8
/
+16
*
Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]
NAKAMURA Takumi
2017-01-26
1
-1
/
+1
*
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...
Eugene Zelenko
2016-11-18
11
-43
/
+114
*
[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
[next]