- 808ce5f Remove the 'simple jit' tutorial as it wasn't really being maintained and its by Nick Lewycky · 15 years ago
- dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 15 years ago
- 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
- fd1ec5e Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 15 years ago
- 4626268 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 15 years ago
- 126d86b Make sure to initialize the fpm in the ocaml tutorial. by Erick Tryzelaar · 15 years ago
- 422094c Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 15 years ago
- 60130f0 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 · 15 years ago
- 1f3d276 Update the ocaml docs to work with LLVMContext. by Erick Tryzelaar · 15 years ago
- 46c8181 #include <cstdlib> in the code listing for strtod. by John McCall · 15 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
- e15192b Documentation: fix HTML validation errors. by Benjamin Kramer · 15 years ago
- a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
- debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
- 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
- e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
- 3e7b5ca Various doc updates from Edward O'Callaghan! by Chris Lattner · 15 years ago
- 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
- 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
- 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
- d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
- 588764e Use llvm::raw_stream instead of llvm::Streams. by Bill Wendling · 15 years ago
- de9b4c4 Fix compile error. Pointed out by mait on #llvm IRC! by Nick Lewycky · 16 years ago
- c540b1f do not pretend llvm/.../*.h being system headers by Gabor Greif · 16 years ago
- 94244f3 fix validator errors by Gabor Greif · 16 years ago
- d6c1ed0 Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 16 years ago
- 7c77089 mention rdynamic, PR3431, patch by Stein Roger Skafløtten! by Chris Lattner · 16 years ago
- ff17b03 fix some incorrect links. by Chris Lattner · 16 years ago
- 90e619a fix typo by Torok Edwin · 16 years ago
- 5934adf adjust calls to ConstantFP::get to new API by Gabor Greif · 16 years ago
- d4c2491 Update text to point people at the right version of the tutorial for by Chris Lattner · 16 years ago
- 97e378e adapt to new API by Gabor Greif · 16 years ago
- 40da626 Grammar fix. by Bill Wendling · 16 years ago
- 6acc859 Delete module. by Bill Wendling · 16 years ago
- 176e829 Convert non-ASCII apostrophes into ASCII apostrophes. by Bill Wendling · 16 years ago
- d63729f Delete the Module object. by Bill Wendling · 16 years ago
- c8968d9 s/insure/ensure/ by Bill Wendling · 16 years ago
- df7d2b4 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 17 years ago
- 1ace67c A couple minor fixes suggested by Matthijs Kooijman by Chris Lattner · 17 years ago
- 6c4be9c improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 17 years ago
- 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
- 86550b0 There isn't any c++ code in LangImpl8.html, so use that by Erick Tryzelaar · 17 years ago
- 35295ff Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial by Erick Tryzelaar · 17 years ago
- 4f678c3 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 17 years ago
- d564686 Fix some documentation for the tutorial. by Erick Tryzelaar · 17 years ago
- 37c076b Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 17 years ago
- 9ba8a57 Adding the first two chapters of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 17 years ago
- 8a64d5e Test commit (removed trailing whitespace) by Erick Tryzelaar · 17 years ago
- aec9600 Oops. I wanted the compile flags for C++, not the C preprocessor flags. by Owen Anderson · 17 years ago
- 5ea8ef8 fix some bugs in tutorial, patch by Erick Tryzelaar by Chris Lattner · 17 years ago
- 729eb14 Various updates from Sam Bishop: by Chris Lattner · 17 years ago
- 515686b dump the module *before* we delete it, not after. by Chris Lattner · 17 years ago
- c80c23f fix typo noticed by Joshua Pennington by Chris Lattner · 17 years ago
- 51c9717 Add a note by Chris Lattner · 17 years ago
- 61ad449 !< is >=, not >. Thanks to Max Hailperin for pointing this out! by Chris Lattner · 17 years ago
- f4bc9b1 Teach me to do stuff late at night. by Owen Anderson · 17 years ago
- f1c9221 Fix a factually incorrect statement pointed out by Max Hailperin. by Owen Anderson · 17 years ago
- b7e6b1a many edits, patch by Kelly Wilson! by Chris Lattner · 17 years ago
- 41fcea3 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 17 years ago
- bb310f1 Typo fix in the tutorial. by Gordon Henriksen · 17 years ago
- 8816498 minor edit by Chris Lattner · 17 years ago
- 8bbe014 final edits. by Chris Lattner · 17 years ago
- 1e46a6c chapter 7 edits by Chris Lattner · 17 years ago
- 3616a8a edits for chapter 7 by Chris Lattner · 17 years ago
- 1092a96 edits for chapter 5 by Chris Lattner · 17 years ago
- a54c201 minor edits by Chris Lattner · 17 years ago
- d96b159 edits. by Chris Lattner · 17 years ago
- bd779a3 fixes from Kelly Wilson. by Chris Lattner · 17 years ago
- 7badb2d edits for chapter 3 by Chris Lattner · 17 years ago
- cde1d9d chapter 2 edits by Chris Lattner · 17 years ago
- 4134c28 edits by Chris Lattner · 17 years ago
- a1cd224 clarify what proto is. by Chris Lattner · 17 years ago
- 95ce0d6 Add a real intro to the series. by Chris Lattner · 17 years ago
- efcc3f5 typo from Ryan Brown. by Chris Lattner · 17 years ago
- 7115521 fixes from Ryan Brown. by Chris Lattner · 17 years ago
- 89c94f5 Add a missing #include. by Owen Anderson · 17 years ago
- 619bc0a merge in various fixes from Kelly Wilson. by Chris Lattner · 17 years ago
- 0e555b1 add some links to the tutorial index and between chapters. by Chris Lattner · 17 years ago
- bb80f93 grammaro by Chris Lattner · 17 years ago
- 9ca08f3 recursive types are our friend. by Chris Lattner · 17 years ago
- cac2135 mention possibility of using a visitor by Chris Lattner · 17 years ago
- cf9893d clarify why prototype::codegen returns a function. by Chris Lattner · 17 years ago
- 99005a4 TOC for chapter 8 by Chris Lattner · 17 years ago
- 128eb86 add table of contents to each chapter. by Chris Lattner · 17 years ago
- f6e53df add link to llvmbuilder doxygen docs by Chris Lattner · 17 years ago
- 20a0c80 spell identifier correctly. by Chris Lattner · 17 years ago
- b501964 fix typo by Chris Lattner · 17 years ago
- a56b22d Dan points out that mem2reg also promotes vectors: be more precise. by Chris Lattner · 17 years ago
- fc60ab0 clarify by Chris Lattner · 17 years ago
- 01fcc04 fix typo by Chris Lattner · 17 years ago
- 72261ff Fix some typos. by Duncan Sands · 17 years ago
- e0a3435 Trivial fixes. by Duncan Sands · 17 years ago
- b0f0deb add a link. by Chris Lattner · 17 years ago
- a3f07ef finish the tutorial, yaay. by Chris Lattner · 17 years ago
- b8fc650 Add the first section of chapter 8. by Chris Lattner · 17 years ago
- 62a709d finish the chapter. by Chris Lattner · 17 years ago
- 2e5d07e fix typos by Chris Lattner · 17 years ago
- e719831 finish the 'Memory in LLVM' section by Chris Lattner · 17 years ago
- 00c992d hack and slash the first 20% of chapter seven. by Chris Lattner · 17 years ago
- b5d81b3 fix typos by Chris Lattner · 17 years ago