index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
Kaleidoscope
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
4
-4
/
+4
*
Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.
Francois Pichet
2011-07-15
5
-7
/
+7
*
fix some examples
John Wiegley
2011-07-11
5
-10
/
+10
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
3
-10
/
+5
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
3
-0
/
+5
*
Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks
Dan Gohman
2010-11-16
4
-0
/
+4
*
Update examples and documentation to explicitly add basicaa, now that it's
Dan Gohman
2010-11-15
4
-0
/
+8
*
Build with RTTI and exceptions disabled. Only in GCC for now.
Oscar Fuentes
2010-10-17
1
-0
/
+1
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
5
-14
/
+10
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
5
-10
/
+14
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
4
-4
/
+4
*
fix several bugs in the tutorial, patch by Kevin Kelley!
Chris Lattner
2010-06-21
4
-6
/
+6
*
Make kaleidoscope use fp add/sub/mul.
Eric Christopher
2010-06-14
4
-12
/
+12
*
Make Kaleidoscope not link against the interpreter, since that didn't
Jeffrey Yasskin
2010-02-11
8
-12
/
+28
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
4
-28
/
+12
*
This example requires RTTI.
Daniel Dunbar
2010-01-25
1
-0
/
+1
*
Add examples for Kaleidoscope chapters 2 through 6.
Erick Tryzelaar
2009-09-22
18
-3
/
+3503
*
Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
Erick Tryzelaar
2009-09-22
5
-9
/
+25
*
Sync c++ kaleidoscope tutorial with test.
Erick Tryzelaar
2009-09-22
1
-16
/
+8
*
Allocate the module provider in the Kaleidoscope code on the heap, not the st...
Reid Kleckner
2009-08-26
1
-35
/
+33
*
Fixed double free in Kaleidoscope. Fixes PR4762.
Reid Kleckner
2009-08-24
1
-3
/
+4
*
CMake: LLVMConfig assigns LLVMX86 to the `native' component
Oscar Fuentes
2009-08-17
1
-1
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-12
/
+17
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-1
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+1
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
1
-5
/
+5
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+1
*
PR4591: Make sure to initialize the pass manager before using it.
Eli Friedman
2009-07-20
1
-0
/
+2
*
Fix build
Daniel Dunbar
2009-07-19
1
-1
/
+1
*
Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...
Xerxes Ranby
2009-07-19
1
-0
/
+2
*
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-18
1
-2
/
+1
*
Privatize the ConstantFP table. I'm on a roll!
Owen Anderson
2009-07-16
1
-7
/
+8
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-1
/
+1
*
Push LLVMContext _back_ through IRBuilder.
Owen Anderson
2009-07-08
1
-1
/
+1
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-1
/
+1
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-1
/
+3
*
make sure that JIT examples link in their appropriate target.
Chris Lattner
2009-06-17
1
-0
/
+3
*
silence a warning.
Chris Lattner
2009-04-15
1
-1
/
+1
*
Get rid of some compile warnings.
Bill Wendling
2009-04-13
1
-3
/
+1
*
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
Nick Lewycky
2009-04-12
3
-0
/
+1157