index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
4
-23
/
+26
*
[ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.
Lang Hames
2019-07-10
6
-0
/
+170
*
Add a HowToUseLLJIT example project.
Lang Hames
2019-05-22
3
-0
/
+85
*
[JITLink] Update BuildingAJIT tutorials to account for API changes in r358818.
Lang Hames
2019-04-20
2
-2
/
+4
*
[Kaleidoscope] Fix symbol resolver to search in reverse order.
Lang Hames
2019-02-21
1
-1
/
+1
*
Fix compilation of examples after 13680223b9d8 / r352827
James Y Knight
2019-02-01
4
-14
/
+18
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
6
-31
/
+33
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
6
-33
/
+31
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
6
-31
/
+33
*
Fix some warnings on MSVC
Alexandre Ganea
2019-01-27
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
16
-64
/
+48
*
Python compat - print statement
Serge Guelton
2019-01-03
5
-13
/
+23
*
Fix build break from r347239
Paul Robinson
2018-11-19
1
-3
/
+2
*
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
6
-22
/
+22
*
[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
*
Test Commit Access - Removed Whitespace
Luke Geeson
2018-05-29
1
-3
/
+3
*
Unbreak kaleidoscope example.
Peter Collingbourne
2018-05-21
1
-1
/
+1
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
6
-0
/
+6
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
7
-8
/
+8
*
Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.h
David Blaikie
2018-04-24
4
-3
/
+7
*
InstCombine: Fix layering by not including Scalar.h in InstCombine
David Blaikie
2018-04-24
4
-5
/
+9
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
6
-17
/
+6
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-2
/
+3
*
[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
6
-29
/
+31
*
Update examples for API change. NFC.
Rafael Espindola
2018-02-14
2
-2
/
+2
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
6
-39
/
+39
*
Add OrcJIT dependency for Kaleidoscope Chapter 9.
Lang Hames
2018-02-06
1
-0
/
+1
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
12
-155
/
+170
*
PR35705: Fix Chapter 9 example code for API changes to DIBuilder
David Blaikie
2017-12-20
2
-2
/
+4
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-1
/
+1
*
Fix broken links to the Itanium CXX ABI
Vlad Tsyrklevich
2017-09-12
1
-8
/
+8
*
[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
*
Defeat another -Wunused-but-set-variable warning
Hans Wennborg
2017-07-19
1
-0
/
+1
*
fix typos in comments and error messges; NFC
Hiroshi Inoue
2017-07-13
1
-1
/
+1
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
15
-29
/
+28
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
6
-13
/
+14
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
6
-68
/
+42
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
6
-42
/
+68
[next]