Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
examples
/
Kaleidoscope
/
Chapter6
/
toy.cpp
712e8d2
s/LLVM_ON_WIN32/_WIN32/, llvm
by Nico Weber
· 7 years ago
a27771b
InstCombine: Fix layering by not including Scalar.h in InstCombine
by David Blaikie
· 7 years ago
4ce9866
[ORC] Errorize the ORC APIs.
by Lang Hames
· 8 years ago
5305d39
[Kaleidoscope] toy.cpp use after move fix
by Peter Szecsi
· 8 years ago
bb6805d
Update Kaleidoscope tutorial and improve Windows support
by Mehdi Amini
· 9 years ago
25bcaba
Use print() instead of dump() in code
by Matthias Braun
· 9 years ago
ae7ac95
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes.
by Eugene Zelenko
· 9 years ago
2479680
[Kaleidoscope] Fix static global ordering to prevent crash on exit.
by Lang Hames
· 9 years ago
f981ec4
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
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
f9878c5
[Kaleidoscope] Fix 'Error' name clashes.
by Lang Hames
· 10 years ago
ec5872b
[PM] Update Kaleidoscope with the new header file.
by Chandler Carruth
· 10 years ago
cc9deb4
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.
by Hans Wennborg
· 10 years ago
7b560d4
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
by Chandler Carruth
· 10 years ago
ac9d373
Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.
by NAKAMURA Takumi
· 10 years ago
d76e067
Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure
by Lang Hames
· 10 years ago
a9248a2
Revert r246175 to get builder green again.
by Lang Hames
· 10 years ago
f624d1a
Add Kaleidoscope regression tests.
by Lang Hames
· 10 years ago
2d789c3
Big Kaleidoscope tutorial update.
by Lang Hames
· 10 years ago
596aec9
[Kaleidoscope] More inter-chapter diff reduction.
by Lang Hames
· 10 years ago
59b0da8
[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
by Lang Hames
· 10 years ago
09bf4c1
[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.
by Lang Hames
· 10 years ago
17e0bc3
[PM/AA] Hoist the interface for BasicAA into a header file.
by Chandler Carruth
· 10 years ago
cd253da
Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a ref
by Mehdi Amini
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
265ffbe
Fix the build of the gold-plugin and examples.
by Rafael Espindola
· 11 years ago
46a4355
Make DataLayout Non-Optional in the Module
by Mehdi Amini
· 11 years ago
85c9bac
llvm/examples: Add missing include according to r230907.
by NAKAMURA Takumi
· 11 years ago
7ecd991
[PM] Update the examples to reflect the removal of the
by Chandler Carruth
· 11 years ago
30d69c2
[PM] Remove the old 'PassManager.h' header file at the top level of
by Chandler Carruth
· 11 years ago
c023936
Fix KS tutorial build failure.
by Eric Christopher
· 11 years ago
1b74b65
Fix the JIT code for the Kaleidoscope tutorial.
by Eric Christopher
· 11 years ago
c435adc
Add doInitialization/doFinalization to DataLayoutPass.
by Rafael Espindola
· 11 years ago
79cc1e3
Reinstate "Nuke the old JIT."
by Eric Christopher
· 11 years ago
2a8a279
Make it explicit that ExecutionEngine takes ownership of the modules.
by Rafael Espindola
· 11 years ago
b9fd9ed
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
by Eric Christopher
· 11 years ago
f8b27c4
Nuke the old JIT.
by Rafael Espindola
· 11 years ago
339430f
Use DataLayout from the module when easily available.
by Rafael Espindola
· 12 years ago
9351251
Make DataLayout a plain object, not a pass.
by Rafael Espindola
· 12 years ago
20d4e6b
[cleanup] Re-sort the examples #include lines with my sort_includes script.
by Chandler Carruth
· 12 years ago
d7cd9ac9
[cleanup] Fix the includes in the examples for r199082.
by Chandler Carruth
· 12 years ago
05c5a93
[weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables.
by Juergen Ributzka
· 12 years ago
d12ccbd
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
49109a2
Revert r194865 and r194874.
by Alexey Samsonov
· 12 years ago
dbedae8
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
981af00
Add missing #include's to cctype when using isdigit/alpha/etc.
by Will Dietz
· 12 years ago
005f27a
Update the examples for the new header file locations.
by Chandler Carruth
· 13 years ago
605e30e
Sort the #include lines of the examples/... tree.
by Chandler Carruth
· 13 years ago
6bf5825
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
aafe091
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
by Chandler Carruth
· 13 years ago
2bb4035
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 14 years ago
c5d1050
Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.
by Francois Pichet
· 14 years ago
2a0177b
fix some examples
by John Wiegley
· 14 years ago
5213134
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
by Jay Foad
· 15 years ago
e0938d8
(Almost) always call reserveOperandSpace() on newly created PHINodes.
by Jay Foad
· 15 years ago
a230754
Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks
by Dan Gohman
· 15 years ago
56f3a4c
Update examples and documentation to explicitly add basicaa, now that it's
by Dan Gohman
· 15 years ago
41b4a6b
Convert some tab stops into spaces.
by Duncan Sands
· 15 years ago
26d7950
fix several bugs in the tutorial, patch by Kevin Kelley!
by Chris Lattner
· 15 years ago
95f5652
Make kaleidoscope use fp add/sub/mul.
by Eric Christopher
· 15 years ago
8a30324
Make Kaleidoscope not link against the interpreter, since that didn't
by Jeffrey Yasskin
· 16 years ago
091217b
Kill ModuleProvider and ghost linkage by inverting the relationship between
by Jeffrey Yasskin
· 16 years ago
21e83ea
Add examples for Kaleidoscope chapters 2 through 6.
by Erick Tryzelaar
· 16 years ago