aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Mikhail Glushenkov2010-08-191-3/+3
* upgrade to use new intrinsics, patch by Dan Hipschman!Chris Lattner2010-08-101-5/+6
* Convert some tab stops into spaces.Duncan Sands2010-07-124-4/+4
* Fix up the ocaml kaleidoscope example as well.Eric Christopher2010-07-124-12/+12
* fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner2010-06-214-6/+6
* Remove stray semi-colon.Daniel Dunbar2010-06-151-1/+1
* Make kaleidoscope use fp add/sub/mul.Eric Christopher2010-06-144-12/+12
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-1/+1
* Use provided llvm-defined variables instead of twisting user-controlled knobs.Nick Lewycky2010-04-241-2/+1
* Fix -Wcast-qual warning.Benjamin Kramer2010-04-201-2/+1
* Fix the ocaml kaleidoscope tutorial to fix linking external libraries.Erick Tryzelaar2010-03-212-2/+2
* Don't always run the ocaml kaleidoscope tutorials.Erick Tryzelaar2010-03-081-2/+5
* Add OCaml tutorial to the examples.Erick Tryzelaar2010-03-0864-1/+3413
* Roll back r96959 again.Jeffrey Yasskin2010-02-233-9/+0
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-233-0/+9
* Modified examples Makefile to only build the ExceptionDemo example for Garrison Venn2010-02-231-1/+6
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-118-12/+28
* Prevented build on WINDOWS using default make system. Stopped WINDOWS buildGarrison Venn2010-02-101-2/+5
* Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 )Garrison Venn2010-02-101-1/+4
* Adds a JIT based exception handling example to the examples directory. Garrison Venn2010-02-095-1/+2053
* Repository access test commitGarrison Venn2010-02-031-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-278-32/+12
* This example requires RTTI.Daniel Dunbar2010-01-251-0/+1
* fix PR5649 by making fib use the JIT instead of the interpreter, patch by Per...Chris Lattner2009-12-011-1/+9
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-2/+5
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-5/+2
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-2/+5
* Remove FreeInst.Victor Hernandez2009-10-261-2/+2
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-1/+6
* Make ParallelJIT pthreads linking with CMake slightly less brokenDouglas Gregor2009-10-121-1/+3
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-6/+1
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+6
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-2218-3/+3503
* Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar2009-09-225-9/+25
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-221-16/+8
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-261-35/+33
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+0
* Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner2009-08-241-3/+4
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-232-21/+22
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-171-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-137-71/+85
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-312-2/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-293-6/+5
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-5/+5
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-246-18/+18
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* PR4591: Make sure to initialize the pass manager before using it.Eli Friedman2009-07-201-0/+2
* Fix buildDaniel Dunbar2009-07-191-1/+1
* Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby2009-07-191-0/+2