summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAge
* Revert last patch. The examples build now.Reid Spencer2007-03-06
* Adjust for changes in GenericValue type.Reid Spencer2007-03-06
* temporarily disable this until Reid has a chance to fix it.Chris Lattner2007-03-06
* eliminate vector-related ctorsChris Lattner2007-02-13
* Fix a #include to resolve IntegerType class.Reid Spencer2007-01-19
* Add a #include to resolve IntegerType class.Reid Spencer2007-01-19
* add some casts to support a change in the getOrInsertFunction interfaceChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* For PR1019:Reid Spencer2006-12-01
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* For PR950:Reid Spencer2006-10-20
* Use llvm-config to determine what to link inChris Lattner2006-09-04
* WriteBytecodeToFile actually can't throw.Chris Lattner2006-07-28
* WriteBytecodeToFile throws, so this needs EH info.Chris Lattner2006-07-28
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Support correct build:Reid Spencer2006-06-01
* Correct some grammar and describe current reality.Reid Spencer2006-05-29
* Catch a potentially thrown exception.Chris Lattner2006-05-14
* Minor corrections.Jeff Cohen2006-03-24
* Upgrade this to use the new intrinsic namesChris Lattner2006-03-03
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* For PR616:Reid Spencer2005-08-24
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Get rid of warnings on AlphaReid Spencer2005-07-13
* Correct the file title.Reid Spencer2005-07-12
* For PR418:Reid Spencer2005-07-12
* Don't forget these are callsChris Lattner2005-05-06
* These are legal for tail callsChris Lattner2005-05-06
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-20
* add missing copyright headerChris Lattner2005-03-15
* Stop using abegin and aend.Alkis Evlogimenos2005-03-15
* Stop using abegin.Alkis Evlogimenos2005-03-15
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-29
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Fix PR456:\Reid Spencer2004-11-18
* Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo'Misha Brukman2004-11-05
* Fix typeoChris Lattner2004-11-04
* Cleanup this example, simplifying it and making it conform to LLVM codingChris Lattner2004-11-03
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2004-10-14
* Build BFtoLLVM example front-end by defaultBrian Gaeke2004-10-05
* Add BFtoLLVM example front endBrian Gaeke2004-10-05
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-11
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-11
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-23
* Fix Title lineReid Spencer2004-08-23
* Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner2004-08-20