aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from examples.Chris Lattner2007-12-297-14/+14
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-296-12/+12
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-172-5/+5
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-125-1/+721
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-232-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* Remove BFtoLLVM. It was old, and a poor example because it didn't use best p...Owen Anderson2007-07-036-274/+1
* switch this to bitcode instead of bytecodeChris Lattner2007-05-062-4/+4
* Revert last patch. The examples build now.Reid Spencer2007-03-061-2/+2
* Adjust for changes in GenericValue type.Reid Spencer2007-03-063-5/+5
* temporarily disable this until Reid has a chance to fix it.Chris Lattner2007-03-061-2/+2
* eliminate vector-related ctorsChris Lattner2007-02-131-3/+1
* Fix a #include to resolve IntegerType class.Reid Spencer2007-01-191-1/+1
* Add a #include to resolve IntegerType class.Reid Spencer2007-01-191-1/+1
* add some casts to support a change in the getOrInsertFunction interfaceChris Lattner2007-01-073-13/+16
* For PR950:Reid Spencer2006-12-314-20/+20
* For PR950:Reid Spencer2006-12-232-2/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
* For PR1019:Reid Spencer2006-12-011-1/+1
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-3/+2
* For PR950:Reid Spencer2006-10-204-9/+9
* Use llvm-config to determine what to link inChris Lattner2006-09-044-7/+5
* WriteBytecodeToFile actually can't throw.Chris Lattner2006-07-282-7/+1
* WriteBytecodeToFile throws, so this needs EH info.Chris Lattner2006-07-281-0/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-1/+1
* Support correct build:Reid Spencer2006-06-011-2/+5
* Correct some grammar and describe current reality.Reid Spencer2006-05-291-5/+4
* Catch a potentially thrown exception.Chris Lattner2006-05-141-1/+6
* Minor corrections.Jeff Cohen2006-03-243-3/+6
* Upgrade this to use the new intrinsic namesChris Lattner2006-03-031-2/+3
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-233-5/+9
* For PR616:Reid Spencer2005-08-241-0/+2
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-55/+55
* Get rid of warnings on AlphaReid Spencer2005-07-131-4/+4
* Correct the file title.Reid Spencer2005-07-121-2/+2
* For PR418:Reid Spencer2005-07-123-1/+312
* Don't forget these are callsChris Lattner2005-05-061-4/+4
* These are legal for tail callsChris Lattner2005-05-062-1/+5
* Convert tabs to spacesMisha Brukman2005-04-221-2/+2
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-204-41/+41
* add missing copyright headerChris Lattner2005-03-151-0/+7
* Stop using abegin and aend.Alkis Evlogimenos2005-03-151-2/+2
* Stop using abegin.Alkis Evlogimenos2005-03-151-1/+1
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-292-2/+2
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Fix PR456:\Reid Spencer2004-11-184-0/+4
* Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo'Misha Brukman2004-11-051-4/+2
* Fix typeoChris Lattner2004-11-041-1/+1
* Cleanup this example, simplifying it and making it conform to LLVM codingChris Lattner2004-11-031-147/+76
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1