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 |
2007-01-07 |
Chris Lattner | add some casts to support a change in the getOrInsertFu... |
tree | commitdiff |
2006-12-31 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-23 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-01 |
Reid Spencer | For PR1019: |
tree | commitdiff |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-10-20 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use llvm-config to determine what to link in |
tree | commitdiff |
2006-07-28 |
Chris Lattner | WriteBytecodeToFile actually can't throw. |
tree | commitdiff |
2006-07-28 |
Chris Lattner | WriteBytecodeToFile throws, so this needs EH info. |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Support correct build: |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Correct some grammar and describe current reality. |
tree | commitdiff |
2006-05-14 |
Chris Lattner | Catch a potentially thrown exception. |
tree | commitdiff |
2006-03-24 |
Jeff Cohen | Minor corrections. |
tree | commitdiff |
2006-03-03 |
Chris Lattner | Upgrade this to use the new intrinsic names |
tree | commitdiff |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
tree | commitdiff |
2005-08-24 |
Reid Spencer | For PR616: |
tree | commitdiff |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
tree | commitdiff |
2005-07-13 |
Reid Spencer | Get rid of warnings on Alpha |
tree | commitdiff |
2005-07-12 |
Reid Spencer | Correct the file title. |
tree | commitdiff |
2005-07-12 |
Reid Spencer | For PR418: |
tree | commitdiff |
2005-05-06 |
Chris Lattner | Don't forget these are calls |
tree | commitdiff |
2005-05-06 |
Chris Lattner | These are legal for tail calls |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
tree | commitdiff |
2005-04-20 |
Misha Brukman | Remove trailing whitespace at the end of lines |
tree | commitdiff |
2005-03-15 |
Chris Lattner | add missing copyright header |
tree | commitdiff |
2005-03-15 |
Alkis Evlogimenos | Stop using abegin and aend. |
tree | commitdiff |
2005-03-15 |
Alkis Evlogimenos | Stop using abegin. |
tree | commitdiff |
2004-11-29 |
Reid Spencer | Use LLVMLIBS=JIT to get JIT libraries |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
tree | commitdiff |
2004-11-18 |
Reid Spencer | Fix PR456:\ |
tree | commitdiff |
2004-11-05 |
Misha Brukman | Clean up code layout, delete extra blank line, say... |
tree | commitdiff |
2004-11-04 |
Chris Lattner | Fix typeo |
tree | commitdiff |
2004-11-03 |
Chris Lattner | Cleanup this example, simplifying it and making it... |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-14 |
Misha Brukman | Use the shared Makefile.JIT for JIT-enablement, which... |
tree | commitdiff |
2004-10-05 |
Brian Gaeke | Build BFtoLLVM example front-end by default |
tree | commitdiff |
2004-10-05 |
Brian Gaeke | Add BFtoLLVM example front end |
tree | commitdiff |
2004-09-11 |
Reid Spencer | Correct the file header to reflect the new "examples... |
tree | commitdiff |
2004-09-11 |
Reid Spencer | Add library LLVMsystem.a because the JIT now needs it. |
tree | commitdiff |
2004-08-23 |
Reid Spencer | Moved small examples from /projects/SmallExamples to... |
tree | commitdiff |
2004-08-23 |
Reid Spencer | Fix Title line |
tree | commitdiff |
2004-08-20 |
Chris Lattner | Make people explicitly add dirs to this. Remove Module... |
tree | commitdiff |
2004-08-19 |
Reid Spencer | Add the fibonacci example provided by Valery Khamenya. |
tree | commitdiff |
2004-08-19 |
Reid Spencer | Make the SmallExamples programs compile in their new... |
tree | commitdiff |
2004-08-15 |
Chris Lattner | Switch to using the JIT now that it can directly call... |
tree | commitdiff |
2004-08-15 |
Chris Lattner | Simplify code, make it print the constructed module... |
tree | commitdiff |
2004-08-10 |
Reid Spencer | Fix a copy & paste error .. correct the description... |
tree | commitdiff |
2004-08-10 |
Reid Spencer | Adding a simple example of how to use the JIT. |
tree | commitdiff |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h doesn't include... |
tree | commitdiff |
2003-11-25 |
John Criswell | Configure script for ModuleMaker. |
tree | commitdiff |
2003-11-25 |
John Criswell | Auto-confed ModuleMaker. |
tree | commitdiff |
2003-11-25 |
John Criswell | Auto-conf'ed the ModuleMaker code. |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyrights to Makefiles. |
tree | commitdiff |
2003-09-06 |
John Criswell | Checkin of autoconf-style object root. |
tree | commitdiff |
2003-08-21 |
Chris Lattner | Initial checkin |
tree | commitdiff |
2003-08-21 |
Chris Lattner | Initial checkin of ModuleMaker project |
tree | commitdiff |
|