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
*
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
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
6
-68
/
+42
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
6
-12
/
+12
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
[Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-05-26
7
-44
/
+43
*
[Kaleidoscope] toy.cpp use after move fix
Peter Szecsi
2017-05-07
6
-6
/
+6
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
5
-16
/
+10
*
llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.
NAKAMURA Takumi
2017-02-20
5
-10
/
+10
*
llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to ...
NAKAMURA Takumi
2017-02-20
1
-2
/
+2
*
Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPa...
NAKAMURA Takumi
2017-02-12
1
-0
/
+1
*
Update Kaleidoscope tutorial and improve Windows support
Mehdi Amini
2017-02-11
8
-27
/
+90
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-1
/
+1
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
17
-36
/
+67
*
Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]
NAKAMURA Takumi
2017-01-26
1
-1
/
+1
*
BrainF example: fixing output buffering issue
Boris Ulasevich
2017-01-17
1
-0
/
+4
*
BrainF example: fixing segfault caused by outdated code with missing MCJIT de...
Boris Ulasevich
2016-12-15
2
-0
/
+7
*
Prune unused libdeps.
NAKAMURA Takumi
2016-12-08
1
-1
/
+0
*
ExceptionDemo: remove some undefined behaviour
Saleem Abdulrasool
2016-11-20
1
-14
/
+17
*
ExceptionDemo: prefer headers over redeclarations
Saleem Abdulrasool
2016-11-20
1
-63
/
+9
*
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...
Eugene Zelenko
2016-11-18
18
-56
/
+216
*
[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
*
Fix examples files to reflect header split in r286566.
Teresa Johnson
2016-11-11
2
-2
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
[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
*
[Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.
Lang Hames
2016-09-19
2
-22
/
+15
*
[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
5
-5
/
+5
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
6
-35
/
+33
*
[Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.
Lang Hames
2016-07-15
3
-14
/
+17
*
New Kaleidoscope chapter: Creating object files
Wilfred Hughes
2016-07-02
4
-328
/
+1552
*
[MCJIT] Update MCJIT and get the fibonacci example working again.
Lang Hames
2016-06-11
2
-0
/
+3
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
6
-8
/
+8
*
[Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.
Lang Hames
2016-05-30
1
-1
/
+3
*
[Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.
Lang Hames
2016-05-30
7
-0
/
+1789
*
[Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed
Lang Hames
2016-05-27
1
-1
/
+0
[next]