Sign in
llvm
/
llvm
/
2b38b84a12ff96d6862b7927f92cbdae77653deb
/
examples
ede8818
[Kaleidoscope] Fix symbol resolver to search in reverse order.
by Lang Hames
· 6 years ago
ff5877f
Fix compilation of examples after 13680223b9d8 / r352827
by James Y Knight
· 6 years ago
9ec60d7
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
by James Y Knight
· 6 years ago
5be828a
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
by James Y Knight
· 6 years ago
8e4d96d
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
by James Y Knight
· 6 years ago
74d260d
Fix some warnings on MSVC
by Alexandre Ganea
· 6 years ago
6b54768
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
60ccceb
Python compat - print statement
by Serge Guelton
· 6 years ago
44410ed
Fix build break from r347239
by Paul Robinson
· 7 years ago
1ee147e
Add bracket that was lost in rL346727 and has been causing buildbot failures for some time.
by Simon Pilgrim
· 7 years ago
f2e7b94
[BuildingAJIT] Fixing the build by inserting a forgotten paren.
by George Karpenkov
· 7 years ago
30b44ff
[BuildingAJIT] Clang-format chapters 1 and 2.
by Lang Hames
· 7 years ago
94419b4
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
by Lang Hames
· 7 years ago
009a762
[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.
by Lang Hames
· 7 years ago
73405ef
[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.
by Lang Hames
· 7 years ago
582b119
[ORC] Rename ORC layers to make the "new" ORC layers the default.
by Lang Hames
· 7 years ago
cd626d1
[ORC] Fix BuildingAJIT tutorial examples that were broken by r343059.
by Lang Hames
· 7 years ago
543cda4
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
by Lang Hames
· 7 years ago
6b4e03b
Test Commit Access - Removed Whitespace
by Luke Geeson
· 7 years ago
8cc89d0
Unbreak kaleidoscope example.
by Peter Collingbourne
· 7 years ago
bb60b65
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
by Lang Hames
· 7 years ago
63033d3
s/LLVM_ON_WIN32/_WIN32/, llvm
by Nico Weber
· 7 years ago
1f03921
Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.h
by David Blaikie
· 7 years ago
b5b7fce
InstCombine: Fix layering by not including Scalar.h in InstCombine
by David Blaikie
· 7 years ago
73bcd8b
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
by Lang Hames
· 7 years ago
49ca55e
Transforms: Introduce Transforms/Utils.h rather than spreading the declarations amongst Scalar.h and IPO.h
by David Blaikie
· 7 years ago
6531c31
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
by Lang Hames
· 7 years ago
d1e7e3c
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
by Reid Kleckner
· 7 years ago
96ae7f8
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
by Lang Hames
· 7 years ago
8115e01
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
by Lang Hames
· 7 years ago
4fe1287
Update examples for API change. NFC.
by Rafael Espindola
· 7 years ago
8c824db
[ORC] Remove Layer handles from the layer concept.
by Lang Hames
· 7 years ago
9319f6d
Add OrcJIT dependency for Kaleidoscope Chapter 9.
by Lang Hames
· 7 years ago
35ca32d
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
by Lang Hames
· 7 years ago
86e7a05
PR35705: Fix Chapter 9 example code for API changes to DIBuilder
by David Blaikie
· 7 years ago
4a6bb53
[CMake] Use PRIVATE in target_link_libraries for executables
by Shoaib Meenai
· 8 years ago
30b4738
Fix broken links to the Itanium CXX ABI
by Vlad Tsyrklevich
· 8 years ago
30e9aa6
[ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduce
by Lang Hames
· 8 years ago
a794030
[ORC] Add an Error return to the JITCompileCallbackManager::grow method.
by Lang Hames
· 8 years ago
a7007af
[ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORC
by Lang Hames
· 8 years ago
56819a8
Defeat another -Wunused-but-set-variable warning
by Hans Wennborg
· 8 years ago
ff281e5
fix typos in comments and error messges; NFC
by Hiroshi Inoue
· 8 years ago
a817935
[ORC] Errorize the ORC APIs.
by Lang Hames
· 8 years ago
966d9eb
[Orc] Remove the memory manager argument to addModule, and de-templatize the
by Lang Hames
· 8 years ago
72786af
[ORC] Re-apply r306166 and r306168 with fix for regression test.
by Lang Hames
· 8 years ago
51e4b46
This reverts commit r306166 and r306168.
by Rafael Espindola
· 8 years ago
a5b1998
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
by Lang Hames
· 8 years ago
08ef6db
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
by Lang Hames
· 8 years ago
19ca2b0
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
f9ebd61
[Examples] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
2c224bc
[Kaleidoscope] toy.cpp use after move fix
by Peter Szecsi
· 8 years ago
9d54400
Module::getOrInsertFunction is using C-style vararg instead of variadic templates.
by Serge Guelton
· 8 years ago
674da3c
llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.
by NAKAMURA Takumi
· 8 years ago
19dff40
llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to r295636.
by NAKAMURA Takumi
· 8 years ago
f92e231
Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPass() added in r294870.
by NAKAMURA Takumi
· 8 years ago
e0ae1ed
Update Kaleidoscope tutorial and improve Windows support
by Mehdi Amini
· 8 years ago
a61fc42
[CMake] Fix pthread handling for out-of-tree builds
by Eric Fiselier
· 8 years ago
d6da5db
Use print() instead of dump() in code
by Matthias Braun
· 8 years ago
82579da
Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]
by NAKAMURA Takumi
· 8 years ago
d81b538
BrainF example: fixing output buffering issue
by Boris Ulasevich
· 8 years ago
0eeb59d
BrainF example: fixing segfault caused by outdated code with missing MCJIT dependency
by Boris Ulasevich
· 8 years ago
c3e85bf
Prune unused libdeps.
by NAKAMURA Takumi
· 8 years ago
802a1be
ExceptionDemo: remove some undefined behaviour
by Saleem Abdulrasool
· 9 years ago
308b046
ExceptionDemo: prefer headers over redeclarations
by Saleem Abdulrasool
· 9 years ago
38ccacb
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes.
by Eugene Zelenko
· 9 years ago
2322de6
[Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.
by Lang Hames
· 9 years ago
085827f
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
by Lang Hames
· 9 years ago
b35b701
[ORC] Revert r286620 while I investigate a bot failure.
by Lang Hames
· 9 years ago
d8314f0
[ORC] Refactor the ORC RPC utilities to add some new features.
by Lang Hames
· 9 years ago
895b529
Fix examples files to reflect header split in r286566.
by Teresa Johnson
· 9 years ago
4c12732
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
207b6ab
[BuildingAJIT] Use the remote target triple to construct the TargetMachine in
by Lang Hames
· 9 years ago
b5046ba
[BuildingAJIT] Make the chapter 5 server export symbols.
by Lang Hames
· 9 years ago
4cd6605
[Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.
by Lang Hames
· 9 years ago
dd7c4ea
[ORC] Update examples for header changes in r281171.
by Lang Hames
· 9 years ago
7092439
Fix singlton -> singleton typo.
by Eric Christopher
· 9 years ago
7d7a23e
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
975248e
Use the range variant of find instead of unpacking begin/end
by David Majnemer
· 9 years ago
075c1e2
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
by Lang Hames
· 9 years ago
8e1c20f
[Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.
by Lang Hames
· 9 years ago
f9c643b
New Kaleidoscope chapter: Creating object files
by Wilfred Hughes
· 9 years ago
df424f7
[MCJIT] Update MCJIT and get the fibonacci example working again.
by Lang Hames
· 9 years ago
1fa1983
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
by Lang Hames
· 9 years ago
9aaeb83
[Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.
by Lang Hames
· 9 years ago
203f697
[Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.
by Lang Hames
· 9 years ago
fe7405c
[Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed
by Lang Hames
· 9 years ago
7a21775
[Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.
by Lang Hames
· 9 years ago
b0acadc
[Kaleidoscope][BuildingAJIT] Add code for chapter 4.
by Lang Hames
· 9 years ago
dfc9470
[Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.
by Lang Hames
· 9 years ago
ffdfc78
[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Chapter3.
by Lang Hames
· 9 years ago
e0c3007
[Kaleidoscope][BuildingAJIT] Add code for Chapter 3.
by Lang Hames
· 9 years ago
67faeed
[Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver in Chapter2.
by Lang Hames
· 9 years ago
fd4178f
[Kaleidoscope][BuildingAJIT] Make the optimizeModule method for Chapter2
by Lang Hames
· 9 years ago
1ab5787
[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJIT
by Lang Hames
· 9 years ago
f4f40d8
[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
by Lang Hames
· 9 years ago
ba9118a
[Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModule
by Lang Hames
· 9 years ago
578a1d2
Fix some Include What You Use warnings in examples; other minor fixes.
by Eugene Zelenko
· 9 years ago
5d82919
[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.
by Lang Hames
· 9 years ago
60e94e8
[Kaleidoscope] Fix static global ordering to prevent crash on exit.
by Lang Hames
· 9 years ago
efac554
Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in examples; other minor fixes.
by Eugene Zelenko
· 9 years ago
Next »