- 44ab470 update the tutorial to use CreateFAdd to create fp operations. by Chris Lattner · 15 years ago
- 4561021 fix typos reported by Adam Warner! by Chris Lattner · 15 years ago
- 4f475d0 Update html tutorial docs to match api changes. by Eric Christopher · 15 years ago
- d6a6f61 Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 16 years ago
- f375e9a Revert r103213. It broke several sections of live website. by mike-m · 16 years ago
- e08af30 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 16 years ago
- 77eede5 Fix the ocaml kaleidoscope tutorial to fix linking external libraries. by Erick Tryzelaar · 16 years ago
- b8c11eb Update the OCaml Kaleidoscope tutorial. by Erick Tryzelaar · 16 years ago
- 444c095 Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 16 years ago
- 6f34abd Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 16 years ago
- aed2479 irbuilder is doing constant folding now by default, PR6092 by Chris Lattner · 16 years ago
- e0d0948 fix some out of date prose dating from the LLVMContext changes. by Chris Lattner · 16 years ago
- 8a30324 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 16 years ago
- b44d2ab Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 16 years ago
- 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
- 1c27203 Remove the 'simple jit' tutorial as it wasn't really being maintained and its by Nick Lewycky · 16 years ago
- 4567db4 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 16 years ago
- 0f42038 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
- 6e2b34bc Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 16 years ago
- b4e1917 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 16 years ago
- c8a18f9 Make sure to initialize the fpm in the ocaml tutorial. by Erick Tryzelaar · 16 years ago
- 14b1aac Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 16 years ago
- ab77004 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 · 16 years ago
- be86e9f Update the ocaml docs to work with LLVMContext. by Erick Tryzelaar · 16 years ago
- c568062 #include <cstdlib> in the code listing for strtod. by John McCall · 16 years ago
- 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- eaccdd3 Documentation: fix HTML validation errors. by Benjamin Kramer · 16 years ago
- 5a1acd9 Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
- 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- 69c464d Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
- 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- 3a56ae8 Various doc updates from Edward O'Callaghan! by Chris Lattner · 16 years ago
- fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
- c277dc4 Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 16 years ago
- 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
- a771459 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
- cb368e2 Use llvm::raw_stream instead of llvm::Streams. by Bill Wendling · 17 years ago
- 4ac15ce Fix compile error. Pointed out by mait on #llvm IRC! by Nick Lewycky · 17 years ago
- 42225e5 do not pretend llvm/.../*.h being system headers by Gabor Greif · 17 years ago
- 605c7ca fix validator errors by Gabor Greif · 17 years ago
- bfdf23f Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 17 years ago
- da0921f mention rdynamic, PR3431, patch by Stein Roger Skafløtten! by Chris Lattner · 17 years ago
- e5a6d7d fix some incorrect links. by Chris Lattner · 17 years ago
- 49c28e4 fix typo by Torok Edwin · 17 years ago
- 8030749 adjust calls to ConstantFP::get to new API by Gabor Greif · 17 years ago
- e438c56 Update text to point people at the right version of the tutorial for by Chris Lattner · 18 years ago
- e48de9c adapt to new API by Gabor Greif · 18 years ago
- d01e263 Grammar fix. by Bill Wendling · 18 years ago
- acbcce4 Delete module. by Bill Wendling · 18 years ago
- 8912f21 Convert non-ASCII apostrophes into ASCII apostrophes. by Bill Wendling · 18 years ago
- 08226ea Delete the Module object. by Bill Wendling · 18 years ago
- dc73a70 s/insure/ensure/ by Bill Wendling · 18 years ago
- 5b66549 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 18 years ago
- a5eb45b A couple minor fixes suggested by Matthijs Kooijman by Chris Lattner · 18 years ago
- f87e052 improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 18 years ago
- a07136e Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 18 years ago
- eb1242a There isn't any c++ code in LangImpl8.html, so use that by Erick Tryzelaar · 18 years ago
- 0039235 Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial by Erick Tryzelaar · 18 years ago
- dd0ace5 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 18 years ago
- a2eba03 Fix some documentation for the tutorial. by Erick Tryzelaar · 18 years ago
- ca3c28b Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 18 years ago
- a5e13fa Adding the first two chapters of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 18 years ago
- 05acd73 Test commit (removed trailing whitespace) by Erick Tryzelaar · 18 years ago
- ce26821 Oops. I wanted the compile flags for C++, not the C preprocessor flags. by Owen Anderson · 18 years ago
- c8576ee fix some bugs in tutorial, patch by Erick Tryzelaar by Chris Lattner · 18 years ago
- a1ad2bf Various updates from Sam Bishop: by Chris Lattner · 18 years ago
- f4ed277 dump the module *before* we delete it, not after. by Chris Lattner · 18 years ago
- b4ef023 fix typo noticed by Joshua Pennington by Chris Lattner · 18 years ago
- 3fbb6a8 Add a note by Chris Lattner · 18 years ago
- 752b05f !< is >=, not >. Thanks to Max Hailperin for pointing this out! by Chris Lattner · 18 years ago
- c280216 Teach me to do stuff late at night. by Owen Anderson · 18 years ago
- 9905711 Fix a factually incorrect statement pointed out by Max Hailperin. by Owen Anderson · 18 years ago
- add10ee many edits, patch by Kelly Wilson! by Chris Lattner · 18 years ago
- 36d5575 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 18 years ago
- 1ced282 Typo fix in the tutorial. by Gordon Henriksen · 18 years ago
- 4df68cf minor edit by Chris Lattner · 18 years ago
- 23dea1e final edits. by Chris Lattner · 18 years ago
- 0903ac4 chapter 7 edits by Chris Lattner · 18 years ago
- d80488f edits for chapter 7 by Chris Lattner · 18 years ago
- 60ba5ef edits for chapter 5 by Chris Lattner · 18 years ago
- b2145a8 minor edits by Chris Lattner · 18 years ago
- 30f1db1 edits. by Chris Lattner · 18 years ago
- 26f288b fixes from Kelly Wilson. by Chris Lattner · 18 years ago
- ff25240 edits for chapter 3 by Chris Lattner · 18 years ago
- 401bf39 chapter 2 edits by Chris Lattner · 18 years ago
- f0d84f1 edits by Chris Lattner · 18 years ago
- 978ec3c clarify what proto is. by Chris Lattner · 18 years ago
- 0bf330a Add a real intro to the series. by Chris Lattner · 18 years ago
- 4f4048a typo from Ryan Brown. by Chris Lattner · 18 years ago
- e6819ae fixes from Ryan Brown. by Chris Lattner · 18 years ago
- 0d28238 Add a missing #include. by Owen Anderson · 18 years ago
- 2f86ed7 merge in various fixes from Kelly Wilson. by Chris Lattner · 18 years ago
- fbfae1b add some links to the tutorial index and between chapters. by Chris Lattner · 18 years ago
- a25729e grammaro by Chris Lattner · 18 years ago
- 4484d8d recursive types are our friend. by Chris Lattner · 18 years ago
- 2a8fd13 mention possibility of using a visitor by Chris Lattner · 18 years ago
- a94cfa1 clarify why prototype::codegen returns a function. by Chris Lattner · 18 years ago
- fd3cb08 TOC for chapter 8 by Chris Lattner · 18 years ago
- 639a18d add table of contents to each chapter. by Chris Lattner · 18 years ago
- 38eec30 add link to llvmbuilder doxygen docs by Chris Lattner · 18 years ago