index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
examples
/
Kaleidoscope
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manually specify the folder that Kaleidescope should reside in for CMake-prod...
Aaron Ballman
2015-01-07
1
-0
/
+1
*
Kaleidoscope: Value => Metadata
Duncan P. N. Exon Smith
2015-01-06
1
-1
/
+1
*
cmake: Add Kaleidoscope target
Duncan P. N. Exon Smith
2015-01-06
8
-7
/
+14
*
Add a subdirectory in CMake for Chapter 8.
Eric Christopher
2015-01-06
1
-0
/
+1
*
Once more on the cmake build. nativecodegen->native on the dependencies.
Eric Christopher
2014-12-08
5
-5
/
+5
*
Attempt to fix the cmake build by requiring mcjit on the cmake
Eric Christopher
2014-12-08
5
-0
/
+5
*
Fix KS tutorial build failure.
Eric Christopher
2014-12-08
5
-775
/
+1059
*
Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds
Eric Christopher
2014-12-08
4
-1
/
+1527
*
Fix the JIT code for the Kaleidoscope tutorial.
Eric Christopher
2014-12-08
4
-8
/
+36
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
4
-4
/
+4
*
Fix configure and make build of llvm examples.
Iain Sandoe
2014-09-03
4
-4
/
+4
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
14
-134
/
+8
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
4
-8
/
+16
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
14
-8
/
+134
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
14
-134
/
+8
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
4
-0
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
2
-2
/
+2
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
4
-4
/
+8
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
4
-4
/
+4
*
[cleanup] Re-sort the examples #include lines with my sort_includes
Chandler Carruth
2014-01-13
10
-13
/
+13
*
[cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
2014-01-13
11
-11
/
+11
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
5
-5
/
+46
*
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
2013-11-19
6
-39
/
+18
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
6
-6
/
+32
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
6
-30
/
+6
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
6
-6
/
+30
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
12
-0
/
+12
*
Adding example source to support MCJIT/Kaleidoscope blog posts.
Andrew Kaylor
2013-07-22
20
-0
/
+9374
*
Remove unused fields.
Rafael Espindola
2013-07-21
1
-11
/
+3
*
Update the examples for the new header file locations.
Chandler Carruth
2013-01-02
5
-24
/
+24
*
Sort the #include lines of the examples/... tree.
Chandler Carruth
2012-12-04
6
-23
/
+23
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
4
-8
/
+8
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
5
-5
/
+5
*
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
[next]