summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libm
Commit message (Collapse)AuthorAgeFilesLines
* Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces ↵Anton Korobeynikov2007-08-212-17/+0
| | | | | | number of licenses used in LLVM. llvm-svn: 41257
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-172-0/+17
| | | | | | | 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 willReid Spencer2006-11-162-17/+0
| | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
* For PR786:Reid Spencer2006-11-021-1/+0
| | | | | | | | | | Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380
* Put an innocuous statement in this file to quelch warnings about compilingReid Spencer2006-06-011-0/+1
| | | | | | an empty file. llvm-svn: 28612
* For PR432:Reid Spencer2004-12-221-1/+1
| | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-131-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 Spencer2004-12-021-4/+4
| | | | llvm-svn: 18429
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-021-4/+5
| | | | | | | | * 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 automakeReid Spencer2004-10-222-671/+0
| | | | llvm-svn: 17155
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+657
| | | | llvm-svn: 17136
* Initial Makefile.am for building with automakeReid Spencer2004-10-171-0/+14
| | | | llvm-svn: 17073
* Fix libm's name to be `libm'Misha Brukman2003-10-211-2/+2
| | | | llvm-svn: 9343
* Fix library name and fix line to fit within 80 columns.Misha Brukman2003-10-211-5/+5
| | | | llvm-svn: 9342
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9314
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-151-3/+4
| | | | llvm-svn: 7858
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-082-0/+6
gccld llvm-svn: 1842
OpenPOWER on IntegriCloud