| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 6 | -12/+12 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 2 | -5/+5 |
* | add a new BF->LLVM translator, contributed by Sterling Stein. | Chris Lattner | 2007-09-12 | 5 | -1/+721 |
* | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner | 2007-08-23 | 2 | -2/+2 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
* | Remove BFtoLLVM. It was old, and a poor example because it didn't use best p... | Owen Anderson | 2007-07-03 | 6 | -274/+1 |
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 2 | -4/+4 |
* | Revert last patch. The examples build now. | Reid Spencer | 2007-03-06 | 1 | -2/+2 |
* | Adjust for changes in GenericValue type. | Reid Spencer | 2007-03-06 | 3 | -5/+5 |
* | temporarily disable this until Reid has a chance to fix it. | Chris Lattner | 2007-03-06 | 1 | -2/+2 |
* | eliminate vector-related ctors | Chris Lattner | 2007-02-13 | 1 | -3/+1 |
* | Fix a #include to resolve IntegerType class. | Reid Spencer | 2007-01-19 | 1 | -1/+1 |
* | Add a #include to resolve IntegerType class. | Reid Spencer | 2007-01-19 | 1 | -1/+1 |
* | add some casts to support a change in the getOrInsertFunction interface | Chris Lattner | 2007-01-07 | 3 | -13/+16 |
* | For PR950: | Reid Spencer | 2006-12-31 | 4 | -20/+20 |
* | For PR950: | Reid Spencer | 2006-12-23 | 2 | -2/+2 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | For PR1019: | Reid Spencer | 2006-12-01 | 1 | -1/+1 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -3/+2 |
* | For PR950: | Reid Spencer | 2006-10-20 | 4 | -9/+9 |
* | Use llvm-config to determine what to link in | Chris Lattner | 2006-09-04 | 4 | -7/+5 |
* | WriteBytecodeToFile actually can't throw. | Chris Lattner | 2006-07-28 | 2 | -7/+1 |
* | WriteBytecodeToFile throws, so this needs EH info. | Chris Lattner | 2006-07-28 | 1 | -0/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Support correct build: | Reid Spencer | 2006-06-01 | 1 | -2/+5 |
* | Correct some grammar and describe current reality. | Reid Spencer | 2006-05-29 | 1 | -5/+4 |
* | Catch a potentially thrown exception. | Chris Lattner | 2006-05-14 | 1 | -1/+6 |
* | Minor corrections. | Jeff Cohen | 2006-03-24 | 3 | -3/+6 |
* | Upgrade this to use the new intrinsic names | Chris Lattner | 2006-03-03 | 1 | -2/+3 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 3 | -5/+9 |
* | For PR616: | Reid Spencer | 2005-08-24 | 1 | -0/+2 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -55/+55 |
* | Get rid of warnings on Alpha | Reid Spencer | 2005-07-13 | 1 | -4/+4 |
* | Correct the file title. | Reid Spencer | 2005-07-12 | 1 | -2/+2 |
* | For PR418: | Reid Spencer | 2005-07-12 | 3 | -1/+312 |
* | Don't forget these are calls | Chris Lattner | 2005-05-06 | 1 | -4/+4 |
* | These are legal for tail calls | Chris Lattner | 2005-05-06 | 2 | -1/+5 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -2/+2 |
* | Remove trailing whitespace at the end of lines | Misha Brukman | 2005-04-20 | 4 | -41/+41 |
* | add missing copyright header | Chris Lattner | 2005-03-15 | 1 | -0/+7 |
* | Stop using abegin and aend. | Alkis Evlogimenos | 2005-03-15 | 1 | -2/+2 |
* | Stop using abegin. | Alkis Evlogimenos | 2005-03-15 | 1 | -1/+1 |
* | Use LLVMLIBS=JIT to get JIT libraries | Reid Spencer | 2004-11-29 | 2 | -2/+2 |
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
* | Fix PR456:\ | Reid Spencer | 2004-11-18 | 4 | -0/+4 |
* | Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' | Misha Brukman | 2004-11-05 | 1 | -4/+2 |
* | Fix typeo | Chris Lattner | 2004-11-04 | 1 | -1/+1 |
* | Cleanup this example, simplifying it and making it conform to LLVM coding | Chris Lattner | 2004-11-03 | 1 | -147/+76 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
* | Use the shared Makefile.JIT for JIT-enablement, which also enables the examples | Misha Brukman | 2004-10-14 | 2 | -6/+7 |