summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* use proper namespace qualificationsChris Lattner2008-08-23
* Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov2008-08-17
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-17
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-08
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13
* silence warning when assertions are disabled.Chris Lattner2008-04-08
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-07
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Fix an incorrect comment, PR2147.Chris Lattner2008-03-13
* remove attributions from examples.Chris Lattner2007-12-29
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-12
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-23
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Remove BFtoLLVM. It was old, and a poor example because it didn't use best p...Owen Anderson2007-07-03
* switch this to bitcode instead of bytecodeChris Lattner2007-05-06
* 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