Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | For PR351: | Reid Spencer | 2004-12-22 | 1 | -0/+1 | |
| | | | | | | | Include local FDHandle.h file now that FDHandle is local to this library and not in lib/System/FileUtilities. llvm-svn: 19108 | |||||
* | For PR351: | Reid Spencer | 2004-12-22 | 2 | -0/+96 | |
| | | | | | | FDHandle class (non-portable) moved here from lib/Support/FileUtilities llvm-svn: 19107 | |||||
* | Include <cassert> for Cygwin. | Reid Spencer | 2004-12-21 | 1 | -0/+2 | |
| | | | | llvm-svn: 19077 | |||||
* | Remove unnecessary #includes. | Reid Spencer | 2004-12-20 | 1 | -6/+0 | |
| | | | | llvm-svn: 19070 | |||||
* | For PR351: | Reid Spencer | 2004-12-15 | 2 | -2/+0 | |
| | | | | | | | * Remove #inclusion of FileUtilities.h, not needed any more. * Convert getUniqueFilename -> sys::Pat::makeUnique() llvm-svn: 18948 | |||||
* | For PR351: \ | Reid Spencer | 2004-12-13 | 1 | -2/+3 | |
| | | | | | | | | The getFileTimestamp and getFileSize functions have been removed from \ FileUtilities.{h,cpp}. They are replaced by Path::getTimestamp and \ Path::getSize,respectively. llvm-svn: 18892 | |||||
* | For PR351: \ | Reid Spencer | 2004-12-13 | 2 | -49/+17 | |
| | | | | | | | * Get file information from a MappedFile instance \ * Convert file type tests to sys::Path form llvm-svn: 18854 | |||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 17286 | |||||
* | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -705/+0 | |
| | | | | llvm-svn: 17155 | |||||
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+680 | |
| | | | | llvm-svn: 17136 | |||||
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -4/+4 | |
| | | | | llvm-svn: 16950 | |||||
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+25 | |
| | | | | llvm-svn: 16885 | |||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 4 | -8/+8 | |
| | | | | | | | | 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 | |||||
* | Header moved | Chris Lattner | 2004-07-29 | 2 | -2/+2 | |
| | | | | llvm-svn: 15332 | |||||
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -12/+8 | |
| | | | | | | - Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953 | |||||
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+2 | |
| | | | | llvm-svn: 14622 | |||||
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 14266 | |||||
* | "fix" a nasty race condition | Chris Lattner | 2004-01-14 | 1 | -1/+20 | |
| | | | | llvm-svn: 10860 | |||||
* | Fix some exception safety problems | Chris Lattner | 2004-01-14 | 1 | -9/+22 | |
| | | | | llvm-svn: 10859 | |||||
* | Use new method | Chris Lattner | 2004-01-14 | 1 | -2/+1 | |
| | | | | llvm-svn: 10852 | |||||
* | Fix some typos and copy-and-paste-os in comments, and doxygenify. | Brian Gaeke | 2004-01-05 | 1 | -5/+9 | |
| | | | | | | Add <csignal> so that this file compiles on Solaris. llvm-svn: 10697 | |||||
* | /me slaps forehead | Chris Lattner | 2004-01-05 | 1 | -0/+1 | |
| | | | | llvm-svn: 10693 | |||||
* | Initial checkin of the LLVM source-level debugger. This is still not finished, | Chris Lattner | 2004-01-05 | 11 | -0/+1983 | |
by any stretch of the imagination, but it is pretty cool and works :) llvm-svn: 10685 |