Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 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 | |||||
2006-10-20 | For PR950: | Reid Spencer | 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 | |||||
2006-09-04 | Use llvm-config to determine what to link in | Chris Lattner | 1 | -1/+1 | |
llvm-svn: 30092 | |||||
2006-07-28 | WriteBytecodeToFile actually can't throw. | Chris Lattner | 2 | -7/+1 | |
llvm-svn: 29397 | |||||
2006-07-28 | WriteBytecodeToFile throws, so this needs EH info. | Chris Lattner | 1 | -0/+1 | |
llvm-svn: 29392 | |||||
2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 1 | -1/+1 | |
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610 | |||||
2006-05-29 | Correct some grammar and describe current reality. | Reid Spencer | 1 | -5/+4 | |
llvm-svn: 28532 | |||||
2006-05-14 | Catch a potentially thrown exception. | Chris Lattner | 1 | -1/+6 | |
llvm-svn: 28295 | |||||
2005-04-20 | Remove trailing whitespace at the end of lines | Misha Brukman | 1 | -11/+11 | |
llvm-svn: 21380 | |||||
2005-03-15 | add missing copyright header | Chris Lattner | 1 | -0/+7 | |
llvm-svn: 20614 | |||||
2004-11-25 | Add LLVMbzip2 library, now required. | Reid Spencer | 1 | -1/+1 | |
llvm-svn: 18255 | |||||
2004-11-18 | Fix PR456:\ | Reid Spencer | 1 | -0/+1 | |
Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953 | |||||
2004-10-27 | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 1 | -1/+1 | |
llvm-svn: 17286 | |||||
2004-09-11 | Correct the file header to reflect the new "examples" home for the file. | Reid Spencer | 2 | -2/+2 | |
llvm-svn: 16295 | |||||
2004-09-11 | Add library LLVMsystem.a because the JIT now needs it. | Reid Spencer | 1 | -1/+1 | |
llvm-svn: 16285 | |||||
2004-08-23 | Moved small examples from /projects/SmallExamples to /examples. | Reid Spencer | 14 | -18074/+4 | |
Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003 | |||||
2004-08-23 | Moved the "SmallExamples" out of the /projects directory and into a new | Reid Spencer | 15 | -0/+18147 | |
/examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002 |