Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces ↵ | Anton Korobeynikov | 2007-08-21 | 2 | -29/+0 |
| | | | | | | number of licenses used in LLVM. llvm-svn: 41257 | ||||
* | Undo removal of the runtime libraries. While this may have been a bit | Reid Spencer | 2006-11-17 | 2 | -0/+29 |
| | | | | | | | 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 | 2 | -29/+0 |
| | | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793 | ||||
* | 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/+1 |
| | | | | | | | | | 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/+4 |
| | | | | llvm-svn: 18429 | ||||
* | Standardize the format of the runtime libraries makefiles. | Reid Spencer | 2004-12-02 | 1 | -1/+2 |
| | | | | | | | | * Don't have lines longer than 80 cols * Blank line after the header * Reduce spaces in var definitions. llvm-svn: 18427 | ||||
* | 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 | ||||
* | Shorten comment header to 80 cols | Misha Brukman | 2004-08-09 | 1 | -1/+1 |
| | | | | llvm-svn: 15590 | ||||
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| | | | | llvm-svn: 9314 | ||||
* | Convert libraries into the BYTECODE_LIBRARY style | Chris Lattner | 2003-08-15 | 1 | -4/+4 |
| | | | | llvm-svn: 7858 | ||||
* | Dead file | Chris Lattner | 2003-05-14 | 1 | -5/+0 |
| | | | | llvm-svn: 6189 | ||||
* | Implement the printf function, used by assert | Chris Lattner | 2002-05-20 | 1 | -0/+13 |
| | | | | llvm-svn: 2666 | ||||
* | Checkin library infrastructure for building stuff to be linked with | Chris Lattner | 2002-03-08 | 2 | -0/+11 |
gccld llvm-svn: 1842 |