| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This new chapter describes compiling LLVM IR to object files.
The new chaper is chapter 8, so later chapters have been renumbered.
Since this brings us to 10 chapters total, I've also needed to rename
the other chapters to use two digit numbering.
Differential Revision: http://reviews.llvm.org/D18070
llvm-svn: 274441
|
|
|
|
|
|
| |
TypeResolve went away in r134829 in 2011.
llvm-svn: 263702
|
|
|
|
| |
llvm-svn: 263700
|
|
|
|
| |
llvm-svn: 255671
|
|
|
|
| |
llvm-svn: 243999
|
|
|
|
| |
llvm-svn: 227020
|
|
|
|
|
|
|
|
| |
The number of lines of code in Kaleidoscope has risen from the
previously reported 700 to 986 according to the cloc tool. This tools
was run on the toy.cpp file from Chapter 8.
llvm-svn: 227019
|
|
a description of how to add debug information using DWARF and
DIBuilder to the language.
Thanks to David Blaikie for his assistance with this tutorial.
llvm-svn: 223671
|