Age | Commit message (Expand) | Author |
2008-10-22 | CMake: use add_llvm_example for HowToUseJIT. | Oscar Fuentes |
2008-09-26 | CMake: Builds all examples. Corrected name of CBackend target. | Oscar Fuentes |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-08-23 | use proper namespace qualifications | Chris Lattner |
2008-08-17 | Remove asmprinters from examples by default. This reduces their size by ~5% | Anton Korobeynikov |
2008-08-17 | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner |
2008-08-08 | Have IRBuilder take a template argument on whether or not to preserve | Eric Christopher |
2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
2008-04-13 | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands |
2008-04-08 | silence warning when assertions are disabled. | Chris Lattner |
2008-04-07 | Use Intrinsic::getDeclaration in more places. | Duncan Sands |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-03-13 | Fix an incorrect comment, PR2147. | Chris Lattner |
2007-12-29 | remove attributions from examples. | Chris Lattner |
2007-12-29 | remove attributions from the rest of the llvm makefiles. | Chris Lattner |
2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
2007-09-12 | add a new BF->LLVM translator, contributed by Sterling Stein. | Chris Lattner |
2007-08-23 | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner |
2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
2007-07-03 | Remove BFtoLLVM. It was old, and a poor example because it didn't use best p... | Owen Anderson |
2007-05-06 | switch this to bitcode instead of bytecode | Chris Lattner |
2007-03-06 | Revert last patch. The examples build now. | Reid Spencer |
2007-03-06 | Adjust for changes in GenericValue type. | Reid Spencer |
2007-03-06 | temporarily disable this until Reid has a chance to fix it. | Chris Lattner |
2007-02-13 | eliminate vector-related ctors | Chris Lattner |
2007-01-19 | Fix a #include to resolve IntegerType class. | Reid Spencer |
2007-01-19 | Add a #include to resolve IntegerType class. | Reid Spencer |
2007-01-07 | add some casts to support a change in the getOrInsertFunction interface | Chris Lattner |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-01 | For PR1019: | Reid Spencer |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
2006-10-20 | For PR950: | Reid Spencer |
2006-09-04 | Use llvm-config to determine what to link in | Chris Lattner |
2006-07-28 | WriteBytecodeToFile actually can't throw. | Chris Lattner |
2006-07-28 | WriteBytecodeToFile throws, so this needs EH info. | Chris Lattner |
2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer |
2006-06-01 | Support correct build: | Reid Spencer |
2006-05-29 | Correct some grammar and describe current reality. | Reid Spencer |
2006-05-14 | Catch a potentially thrown exception. | Chris Lattner |
2006-03-24 | Minor corrections. | Jeff Cohen |
2006-03-03 | Upgrade this to use the new intrinsic names | Chris Lattner |
2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
2005-08-24 | For PR616: | Reid Spencer |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-13 | Get rid of warnings on Alpha | Reid Spencer |
2005-07-12 | Correct the file title. | Reid Spencer |