Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | We won't use automake | Reid Spencer | 2004-10-22 | 36 | -10149/+0 | |
| | | | | llvm-svn: 17155 | |||||
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 20 | -0/+13077 | |
| | | | | llvm-svn: 17136 | |||||
* | Update to reflect building zlib for LLVM | Reid Spencer | 2004-10-17 | 1 | -151/+673 | |
| | | | | llvm-svn: 17091 | |||||
* | Add missing targets for install/clean | Reid Spencer | 2004-10-17 | 1 | -0/+4 | |
| | | | | llvm-svn: 17090 | |||||
* | Initial Makefile.am for building with automake | Reid Spencer | 2004-10-17 | 20 | -0/+346 | |
| | | | | llvm-svn: 17073 | |||||
* | Initial Makefile.am for building with automake. | Reid Spencer | 2004-10-17 | 1 | -0/+13 | |
| | | | | llvm-svn: 17072 | |||||
* | Make sure that for systems where the string functions are actually macros | Reid Spencer | 2004-10-17 | 1 | -0/+24 | |
| | | | | | | | that we undefine the macro before using its name in the definition. This can happen on Linux if _GNU_SOURCE is defined. llvm-svn: 17071 | |||||
* | Don't call memset if malloc returns a null pointer | Chris Lattner | 2004-10-06 | 1 | -1/+2 | |
| | | | | llvm-svn: 16797 | |||||
* | Disable libprofile as it breaks the build on Sparc (autoconf issues). | Misha Brukman | 2004-09-08 | 1 | -0/+6 | |
| | | | | llvm-svn: 16253 | |||||
* | Clean up some "clean:" targets so they use $(VERB) and don't print anything | Reid Spencer | 2004-09-03 | 1 | -1/+1 | |
| | | | | | | by default, like every other "clean" target in LLVM. llvm-svn: 16161 | |||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 | |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | |||||
* | Do not mention Chris in public Makefiles | Misha Brukman | 2004-08-09 | 1 | -3/+1 | |
| | | | | llvm-svn: 15591 | |||||
* | Shorten comment header to 80 cols | Misha Brukman | 2004-08-09 | 3 | -3/+3 | |
| | | | | llvm-svn: 15590 | |||||
* | * Remove UIUC-specific comment | Misha Brukman | 2004-08-09 | 1 | -4/+2 | |
| | | | | | | * Make header comment span 80 cols llvm-svn: 15589 | |||||
* | Remove Chris-related bytecode-dir comment | Misha Brukman | 2004-08-09 | 1 | -5/+4 | |
| | | | | llvm-svn: 15587 | |||||
* | This file is obsolete | Chris Lattner | 2004-08-05 | 1 | -11/+0 | |
| | | | | llvm-svn: 15521 | |||||
* | C++ support does not live in the C runtime any longer | Chris Lattner | 2004-08-05 | 1 | -6/+1 | |
| | | | | llvm-svn: 15515 | |||||
* | Two files are moved to libstdc++, and a NOTE gets added | Chris Lattner | 2004-08-05 | 3 | -451/+10 | |
| | | | | llvm-svn: 15514 | |||||
* | Add missing copyrights | Chris Lattner | 2004-08-05 | 3 | -0/+21 | |
| | | | | llvm-svn: 15513 | |||||
* | Update GC intrinsics to take a pointer to the object as well as a pointer | Chris Lattner | 2004-07-22 | 2 | -4/+4 | |
| | | | | | | to the field being updated. Patch contributed by Tobias Nurmiranta llvm-svn: 15097 | |||||
* | Fix warning on 64-bit machines | Brian Gaeke | 2004-07-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 14902 | |||||
* | Continue the implementation | Chris Lattner | 2004-05-27 | 1 | -37/+61 | |
| | | | | llvm-svn: 13818 | |||||
* | A few more microsteps | Chris Lattner | 2004-05-27 | 1 | -1/+7 | |
| | | | | llvm-svn: 13817 | |||||
* | Eliminate warnings | Alkis Evlogimenos | 2004-05-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 13704 | |||||
* | Build the garbage collectors | Chris Lattner | 2004-05-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 13701 | |||||
* | Initial checkin of GC implementation support files | Chris Lattner | 2004-05-23 | 3 | -0/+69 | |
| | | | | llvm-svn: 13700 | |||||
* | Check in an EARLY START on a simple copying collector | Chris Lattner | 2004-05-23 | 2 | -0/+117 | |
| | | | | llvm-svn: 13698 | |||||
* | Share the profile info type enum with the C++ analysis libraries. | Brian Gaeke | 2004-05-04 | 1 | -9/+5 | |
| | | | | | | Add a documentation comment for write_profiling_data(). llvm-svn: 13345 | |||||
* | Constants for profile info type changed names to match the C++ ones. | Brian Gaeke | 2004-05-04 | 3 | -3/+3 | |
| | | | | llvm-svn: 13344 | |||||
* | Constants for profile info type changed names to match the C++ ones. | Brian Gaeke | 2004-05-04 | 2 | -11/+12 | |
| | | | | | | Edited comments. llvm-svn: 13343 | |||||
* | Add initial implementation of basic block tracing runtime | Brian Gaeke | 2004-05-03 | 1 | -0/+67 | |
| | | | | llvm-svn: 13339 | |||||
* | Add basic block tracing functions as exported symbols. | Brian Gaeke | 2004-05-03 | 1 | -0/+2 | |
| | | | | llvm-svn: 13338 | |||||
* | Add basic block tracing information as a type of "profiling" information. | Brian Gaeke | 2004-05-03 | 1 | -1/+2 | |
| | | | | llvm-svn: 13337 | |||||
* | Fit comment into 80 cols. | Misha Brukman | 2004-04-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 12996 | |||||
* | Remove libraries that have no reason to be here, and keep breaking the ↵ | Chris Lattner | 2004-04-16 | 1 | -1/+1 | |
| | | | | | | nightly tester because their makefiles do not have the right dependencies!! llvm-svn: 12981 | |||||
* | Reenable library now that the loopsimplify bug is fixed | Chris Lattner | 2004-04-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 12891 | |||||
* | Temporary hack to get the nightly tester running | Chris Lattner | 2004-04-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 12886 | |||||
* | Merged in RELEASE_12. | John Criswell | 2004-03-29 | 1 | -0/+1 | |
| | | | | | | This fixes the zlib linking problems. llvm-svn: 12531 | |||||
* | Make sure to get the headers from zlib correctly | Chris Lattner | 2004-03-26 | 1 | -0/+1 | |
| | | | | llvm-svn: 12521 | |||||
* | Make sure libcrtend.a gets installed when you make install-bytecode. | Brian Gaeke | 2004-03-11 | 1 | -0/+1 | |
| | | | | llvm-svn: 12292 | |||||
* | Add edge profiling support to the runtime library | Chris Lattner | 2004-03-08 | 1 | -0/+45 | |
| | | | | llvm-svn: 12227 | |||||
* | Build zlib and libpng | Chris Lattner | 2004-02-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 11911 | |||||
* | Build an archive for use with Povray. | John Criswell | 2004-02-20 | 2 | -0/+2 | |
| | | | | llvm-svn: 11678 | |||||
* | Add a simple implementation of strncpy | Chris Lattner | 2004-02-20 | 1 | -0/+6 | |
| | | | | llvm-svn: 11672 | |||||
* | Add strndup | Chris Lattner | 2004-02-19 | 1 | -3/+10 | |
| | | | | llvm-svn: 11638 | |||||
* | Since tail duplication is currently neutered, we have to help the optimizer ↵ | Chris Lattner | 2004-02-17 | 1 | -2/+3 | |
| | | | | | | to remove the overhead of __main llvm-svn: 11561 | |||||
* | Make sure to copy the null terminator at the end of the argv list. Some | Chris Lattner | 2004-02-10 | 1 | -2/+2 | |
| | | | | | | programs use it instead of argc. llvm-svn: 11270 | |||||
* | Allow the program to take a '-llvmprof-output filename' option to specify | Chris Lattner | 2004-02-10 | 1 | -2/+30 | |
| | | | | | | where to output the profiling data, if llvmprof.out is not good enough. llvm-svn: 11264 | |||||
* | Make the initialization calls return argc. | Chris Lattner | 2004-02-10 | 4 | -9/+13 | |
| | | | | llvm-svn: 11261 | |||||
* | Initial checking of the libpng library. | John Criswell | 2004-02-06 | 179 | -0/+65571 | |
| | | | | llvm-svn: 11149 |