index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
Kaleidoscope
/
Chapter4
Age
Commit message (
Expand
)
Author
2013-01-02
Update the examples for the new header file locations.
Chandler Carruth
2012-12-04
Sort the #include lines of the examples/... tree.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.
Francois Pichet
2011-07-11
fix some examples
John Wiegley
2010-11-16
Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks
Dan Gohman
2010-11-15
Update examples and documentation to explicitly add basicaa, now that it's
Dan Gohman
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-06-14
Make kaleidoscope use fp add/sub/mul.
Eric Christopher
2010-02-11
Make Kaleidoscope not link against the interpreter, since that didn't
Jeffrey Yasskin
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2009-09-22
Add examples for Kaleidoscope chapters 2 through 6.
Erick Tryzelaar