Sign in
ara-mdk
/
platform
/
external
/
llvm
/
3755615411713b2b27b1b2ffd3886584295843d1
/
examples
/
Kaleidoscope
3e74d6f
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 13 years ago
0bd9d3a
Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.
by Francois Pichet
· 14 years ago
d1c2bd8
fix some examples
by John Wiegley
· 14 years ago
3ecfc86
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
by Jay Foad
· 14 years ago
d8b4fb4
(Almost) always call reserveOperandSpace() on newly created PHINodes.
by Jay Foad
· 14 years ago
ab7fa08
Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks
by Dan Gohman
· 14 years ago
dfa1a79
Update examples and documentation to explicitly add basicaa, now that it's
by Dan Gohman
· 14 years ago
f0c55a9
Build with RTTI and exceptions disabled. Only in GCC for now.
by Oscar Fuentes
· 14 years ago
3a210e2
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
by Michael J. Spencer
· 14 years ago
4e9c939
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
by Michael J. Spencer
· 14 years ago
3472766
Convert some tab stops into spaces.
by Duncan Sands
· 15 years ago
b0e9ead
fix several bugs in the tutorial, patch by Kevin Kelley!
by Chris Lattner
· 15 years ago
2632bbf
Make kaleidoscope use fp add/sub/mul.
by Eric Christopher
· 15 years ago
42fc558
Make Kaleidoscope not link against the interpreter, since that didn't
by Jeffrey Yasskin
· 15 years ago
f0356fe
Kill ModuleProvider and ghost linkage by inverting the relationship between
by Jeffrey Yasskin
· 15 years ago
bdf49fc
This example requires RTTI.
by Daniel Dunbar
· 15 years ago
31c6c5d
Add examples for Kaleidoscope chapters 2 through 6.
by Erick Tryzelaar
· 15 years ago
a4eb1a5
Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
by Erick Tryzelaar
· 15 years ago
fd1ec5e
Sync c++ kaleidoscope tutorial with test.
by Erick Tryzelaar
· 15 years ago
60130f0
Allocate the module provider in the Kaleidoscope code on the heap, not the stack, so that it can be properly deleted. Also update the tutorial with the new code. This fixes PR4762, hopefully better than the last time.
by Reid Kleckner
· 15 years ago
9e6f3f2
Fixed double free in Kaleidoscope. Fixes PR4762.
by Reid Kleckner
· 15 years ago
22624b1
CMake: LLVMConfig assigns LLVMX86 to the `native' component
by Oscar Fuentes
· 15 years ago
1d0be15
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 15 years ago
a7235ea
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
by Owen Anderson
· 15 years ago
debcb01
Move types back to the 2.5 API.
by Owen Anderson
· 15 years ago
6f83c9c
Move ConstantFP construction back to the 2.5-ish API.
by Owen Anderson
· 15 years ago
e922c02
Get rid of the Pass+Context magic.
by Owen Anderson
· 15 years ago
8e9b171
PR4591: Make sure to initialize the pass manager before using it.
by Eli Friedman
· 15 years ago
e687151
Fix build
by Daniel Dunbar
· 15 years ago
6ce6daa
Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h
by Xerxes Ranby
· 15 years ago
4b1511b
Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
by Reid Kleckner
· 16 years ago
914e50c
Privatize the ConstantFP table. I'm on a roll!
by Owen Anderson
· 16 years ago
0a5372e
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
by Owen Anderson
· 16 years ago
d1fbd14
Push LLVMContext _back_ through IRBuilder.
by Owen Anderson
· 16 years ago
31895e7
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
8b477ed
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
da06288
make sure that JIT examples link in their appropriate target.
by Chris Lattner
· 16 years ago
d25bff6
silence a warning.
by Chris Lattner
· 16 years ago
7126702
Get rid of some compile warnings.
by Bill Wendling
· 16 years ago
9f85634
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
by Nick Lewycky
· 16 years ago