Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. ↵ | Gabor Greif | 2008-05-16 | 1 | -1/+1 |
| | | | | | | Legacy interfaces will be in place for some time. (Merge from use-diet branch.) llvm-svn: 51200 | ||||
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -3/+3 |
| | | | | | | | | Specifically, introduction of XXX::Create methods for Users that have a potentially variable number of Uses. llvm-svn: 49277 | ||||
* | remove attributions from examples. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45420 | ||||
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
| | | | | | | Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913 | ||||
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 1 | -3/+3 |
| | | | | llvm-svn: 36867 | ||||
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+3 |
| | | | | | | Convert signed integer types to signless. llvm-svn: 32786 | ||||
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
| | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | ||||
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -3/+2 |
| | | | | | | | adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990 | ||||
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+2 |
| | | | | | | | | This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063 | ||||
* | WriteBytecodeToFile actually can't throw. | Chris Lattner | 2006-07-28 | 1 | -6/+1 |
| | | | | llvm-svn: 29397 | ||||
* | Catch a potentially thrown exception. | Chris Lattner | 2006-05-14 | 1 | -1/+6 |
| | | | | llvm-svn: 28295 | ||||
* | Remove trailing whitespace at the end of lines | Misha Brukman | 2005-04-20 | 1 | -11/+11 |
| | | | | llvm-svn: 21380 | ||||
* | add missing copyright header | Chris Lattner | 2005-03-15 | 1 | -0/+7 |
| | | | | llvm-svn: 20614 | ||||
* | Correct the file header to reflect the new "examples" home for the file. | Reid Spencer | 2004-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 16295 | ||||
* | Moved small examples from /projects/SmallExamples to /examples. | Reid Spencer | 2004-08-23 | 1 | -0/+55 |
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003 |