2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
tree | commitdiff |
2010-07-12 |
Eric Christopher | Fix up the ocaml kaleidoscope example as well. |
tree | commitdiff |
2010-06-21 |
Chris Lattner | fix several bugs in the tutorial, patch by Kevin Kelley! |
tree | commitdiff |
2010-06-15 |
Daniel Dunbar | Remove stray semi-colon. |
tree | commitdiff |
2010-06-14 |
Eric Christopher | Make kaleidoscope use fp add/sub/mul. |
tree | commitdiff |
2010-05-02 |
Duncan Sands | Remove the -enable-sjlj-eh option, which doesn't do... |
tree | commitdiff |
2010-04-24 |
Nick Lewycky | Use provided llvm-defined variables instead of twisting... |
tree | commitdiff |
2010-04-20 |
Benjamin Kramer | Fix -Wcast-qual warning. |
tree | commitdiff |
2010-03-21 |
Erick Tryzelaar | Fix the ocaml kaleidoscope tutorial to fix linking... |
tree | commitdiff |
2010-03-08 |
Erick Tryzelaar | Don't always run the ocaml kaleidoscope tutorials. |
tree | commitdiff |
2010-03-08 |
Erick Tryzelaar | Add OCaml tutorial to the examples. |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll back r96959 again. |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll r96559 forward again, adding libLLVM-2.7svn.so... |
tree | commitdiff |
2010-02-23 |
Garrison Venn | Modified examples Makefile to only build the ExceptionD... |
tree | commitdiff |
2010-02-11 |
Jeffrey Yasskin | Make Kaleidoscope not link against the interpreter... |
tree | commitdiff |
2010-02-10 |
Garrison Venn | Prevented build on WINDOWS using default make system... |
tree | commitdiff |
2010-02-10 |
Garrison Venn | Prevented ExceptionDemo example being built on WINDOWS... |
tree | commitdiff |
2010-02-09 |
Garrison Venn | Adds a JIT based exception handling example to the... |
tree | commitdiff |
2010-02-03 |
Garrison Venn | Repository access test commit |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-25 |
Daniel Dunbar | This example requires RTTI. |
tree | commitdiff |
2009-12-01 |
Chris Lattner | fix PR5649 by making fib use the JIT instead of the... |
tree | commitdiff |
2009-11-07 |
Victor Hernandez | Re-commit r86077 now that r86290 fixes the 179.art... |
tree | commitdiff |
2009-11-06 |
Victor Hernandez | Revert r86077 because it caused crashes in 179.art... |
tree | commitdiff |
2009-11-05 |
Victor Hernandez | Update CreateMalloc so that its callers specify the... |
tree | commitdiff |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
tree | commitdiff |
2009-10-17 |
Victor Hernandez | Autoupgrade malloc insts to malloc calls. |
tree | commitdiff |
2009-10-12 |
Douglas Gregor | Make ParallelJIT pthreads linking with CMake slightly... |
tree | commitdiff |
2009-09-25 |
Victor Hernandez | Revert 82694 "Auto-upgrade malloc instructions to mallo... |
tree | commitdiff |
2009-09-24 |
Victor Hernandez | Auto-upgrade malloc instructions to malloc calls. |
tree | commitdiff |
2009-09-22 |
Erick Tryzelaar | Add examples for Kaleidoscope chapters 2 through 6. |
tree | commitdiff |
2009-09-22 |
Erick Tryzelaar | Rename Kaleidoscope to show that it's for Chapter 7... |
tree | commitdiff |
2009-09-22 |
Erick Tryzelaar | Sync c++ kaleidoscope tutorial with test. |
tree | commitdiff |
2009-08-26 |
Reid Kleckner | Allocate the module provider in the Kaleidoscope code... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-24 |
Reid Kleckner | Fixed double free in Kaleidoscope. Fixes PR4762. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
tree | commitdiff |
2009-08-17 |
Oscar Fuentes | CMake: LLVMConfig assigns LLVMX86 to the `native' component |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
tree | commitdiff |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
tree | commitdiff |
2009-07-28 |
Owen Anderson | Change ConstantArray to 2.5 API. |
tree | commitdiff |
2009-07-27 |
Owen Anderson | Move ConstantFP construction back to the 2.5-ish API. |
tree | commitdiff |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
tree | commitdiff |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
tree | commitdiff |
2009-07-20 |
Eli Friedman | PR4591: Make sure to initialize the pass manager before... |
tree | commitdiff |
2009-07-19 |
Daniel Dunbar | Fix build |
tree | commitdiff |
2009-07-19 |
Xerxes Ranby | Fix: Kaleidoscope link in JIT and Interpreter by includ... |
tree | commitdiff |
2009-07-18 |
Reid Kleckner | Add EngineBuilder to ExecutionEngine in favor of the... |
tree | commitdiff |
2009-07-16 |
Owen Anderson | Privatize the ConstantFP table. I'm on a roll! |
tree | commitdiff |
2009-07-16 |
Owen Anderson | Move the ConstantInt uniquing table into LLVMContextImp... |
tree | commitdiff |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
tree | commitdiff |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
tree | commitdiff |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Push LLVMContext _back_ through IRBuilder. |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Switch GlobalVariable ctors to a sane API, where *eithe... |
tree | commitdiff |
2009-07-08 |
Owen Anderson | Push LLVMContext through GlobalVariables and IRBuilder. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Make the use of const with respect to LLVMContext sane... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-07-01 |
Chris Lattner | improve the APIs for creating struct and function types... |
tree | commitdiff |
2009-06-17 |
Chris Lattner | make sure that JIT examples link in their appropriate... |
tree | commitdiff |
2009-04-15 |
Chris Lattner | silence a warning. |
tree | commitdiff |
2009-04-13 |
Bill Wendling | Get rid of some compile warnings. |
tree | commitdiff |
2009-04-12 |
Nick Lewycky | Add Kaleidoscope to examples/ so that it gets built... |
tree | commitdiff |
2009-04-07 |
Torok Edwin | Another attempt at fixing PR2975. |
tree | commitdiff |
2009-04-06 |
Torok Edwin | revert r68457, its crashing in make check. |
tree | commitdiff |
2009-04-06 |
Torok Edwin | fix (part of) memory leak on shutdown. See PR2975. |
tree | commitdiff |
2008-11-21 |
Chris Lattner | reapply Sanjiv's patch to genericize memcpy/memset... |
tree | commitdiff |
2008-11-21 |
Bill Wendling | Revert r59802. It was breaking the build of llvm-gcc: |
tree | commitdiff |
2008-11-21 |
Sanjiv Gupta | Make mem[cpy,move,set] intrinsics overloaded. |
tree | commitdiff |
2008-10-22 |
Oscar Fuentes | CMake: use add_llvm_example for HowToUseJIT. |
tree | commitdiff |
2008-09-26 |
Oscar Fuentes | CMake: Builds all examples. Corrected name of CBackend... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
tree | commitdiff |
2008-08-23 |
Chris Lattner | use proper namespace qualifications |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Remove asmprinters from examples by default. This reduc... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | Rework the routines that convert AP[S]Int into a string... |
tree | commitdiff |
2008-08-08 |
Eric Christopher | Have IRBuilder take a template argument on whether... |
tree | commitdiff |
2008-05-16 |
Gabor Greif | API change for {BinaryOperator|CmpInst|CastInst}::creat... |
tree | commitdiff |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
tree | commitdiff |
2008-04-13 |
Duncan Sands | Merge LLVMBuilder and FoldingBuilder, calling |
tree | commitdiff |
2008-04-08 |
Chris Lattner | silence warning when assertions are disabled. |
tree | commitdiff |
2008-04-07 |
Duncan Sands | Use Intrinsic::getDeclaration in more places. |
tree | commitdiff |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
tree | commitdiff |
2008-03-13 |
Chris Lattner | Fix an incorrect comment, PR2147. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from examples. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from the rest of the llvm makefiles. |
tree | commitdiff |
2007-12-17 |
Christopher Lamb | Change the PointerType api for creating pointer types... |
tree | commitdiff |
2007-09-12 |
Chris Lattner | add a new BF->LLVM translator, contributed by Sterling... |
tree | commitdiff |
2007-08-23 |
Chris Lattner | rename APInt::toString -> toStringUnsigned for symmetry... |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-07-03 |
Owen Anderson | Remove BFtoLLVM. It was old, and a poor example becaus... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch this to bitcode instead of bytecode |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Revert last patch. The examples build now. |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Adjust for changes in GenericValue type. |
tree | commitdiff |
2007-03-06 |
Chris Lattner | temporarily disable this until Reid has a chance to... |
tree | commitdiff |
2007-02-13 |
Chris Lattner | eliminate vector-related ctors |
tree | commitdiff |
2007-01-19 |
Reid Spencer | Fix a #include to resolve IntegerType class. |
tree | commitdiff |
2007-01-19 |
Reid Spencer | Add a #include to resolve IntegerType class. |
tree | commitdiff |
next |