Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove an obsolete library. | Chris Lattner | 2007-09-11 | 3 | -165/+0 |
| | | | | llvm-svn: 41850 | ||||
* | Undo removal of the runtime libraries. While this may have been a bit | Reid Spencer | 2006-11-17 | 3 | -0/+165 |
| | | | | | | | premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807 | ||||
* | In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will | Reid Spencer | 2006-11-16 | 3 | -165/+0 |
| | | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793 | ||||
* | For PR786: | Reid Spencer | 2006-06-01 | 1 | -0/+2 |
| | | | | | | | | | Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614 | ||||
* | For PR432: | Reid Spencer | 2004-12-22 | 1 | -1/+1 |
| | | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096 | ||||
* | Use the new BYTECODE_DESTINATION to override the default bytecode install | Reid Spencer | 2004-12-13 | 1 | -0/+2 |
| | | | | | | | | | destination for this library so that it goes to $(cferuntime_libdir) rather than just $(libdir). Normal bytecode libraries should be installed in the $(libdir), but these ones are "special" because they're part of the the C/C++ front end. llvm-svn: 18882 | ||||
* | Standardize the makefiles with space around = to match the rest of LLVM. | Reid Spencer | 2004-12-02 | 1 | -4/+5 |
| | | | | llvm-svn: 18429 | ||||
* | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -671/+0 |
| | | | | llvm-svn: 17155 | ||||
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+657 |
| | | | | llvm-svn: 17136 | ||||
* | Initial Makefile.am for building with automake | Reid Spencer | 2004-10-17 | 1 | -0/+14 |
| | | | | llvm-svn: 17073 | ||||
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| | | | | llvm-svn: 9314 | ||||
* | initial checkin, adjust LEVEL | Chris Lattner | 2003-08-15 | 2 | -1/+3 |
| | | | | llvm-svn: 7862 | ||||
* | Convert libraries into the BYTECODE_LIBRARY style | Chris Lattner | 2003-08-15 | 1 | -2/+4 |
| | | | | llvm-svn: 7858 | ||||
* | Disable this library for now | Chris Lattner | 2003-08-15 | 1 | -0/+2 |
| | | | | llvm-svn: 7857 | ||||
* | Add lots of functions | Chris Lattner | 2003-02-18 | 1 | -1/+14 |
| | | | | llvm-svn: 5598 | ||||
* | Implement more functions | Chris Lattner | 2003-02-11 | 1 | -1/+6 |
| | | | | llvm-svn: 5538 | ||||
* | Implement feof and xmalloc | Chris Lattner | 2003-02-03 | 1 | -0/+2 |
| | | | | llvm-svn: 5478 | ||||
* | Add a bunch more stubs | Chris Lattner | 2003-02-01 | 1 | -0/+35 |
| | | | | llvm-svn: 5459 | ||||
* | Initial checkin of dummylib | Chris Lattner | 2003-01-17 | 2 | -0/+91 |
llvm-svn: 5357 |