Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix a bug in an m4 macro that used an incorrect test operator | Reid Spencer | 2004-12-29 | 1 | -0/+3 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -0/+6 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -30/+0 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -0/+10 |
* | For PR351: | Reid Spencer | 2004-12-25 | 1 | -0/+15 |
* | For PR351: | Reid Spencer | 2004-12-24 | 1 | -0/+6 |
* | For PR351: | Reid Spencer | 2004-12-22 | 1 | -38/+0 |
* | Fix VC++ compilation error | Jeff Cohen | 2004-12-21 | 1 | -1/+1 |
* | Remove this file as there are no LLVM users of it any more. | Reid Spencer | 2004-12-20 | 1 | -28/+0 |
* | Remove this file as its not used by anything in LLVM any more. System | Reid Spencer | 2004-12-20 | 1 | -23/+0 |
* | Remove these files as they are included by nothing in LLVM any more. The | Reid Spencer | 2004-12-20 | 5 | -117/+0 |
* | Remove these headers. The files that used to #include them don't any more | Reid Spencer | 2004-12-20 | 3 | -107/+0 |
* | Add HAVE_SYSCONF | Reid Spencer | 2004-12-20 | 1 | -0/+3 |
* | For PR351: | Reid Spencer | 2004-12-20 | 1 | -0/+31 |
* | Wrap long lines | Reid Spencer | 2004-12-20 | 1 | -2/+3 |
* | For PR351: | Reid Spencer | 2004-12-20 | 6 | -168/+0 |
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -4/+15 |
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -4/+4 |
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -20/+21 |
* | Correct the name of the method. CopyFiles -> CopyFile. | Reid Spencer | 2004-12-18 | 1 | -1/+1 |
* | Make code fit in 80 cols | Chris Lattner | 2004-12-17 | 1 | -2/+3 |
* | For PR351: | Reid Spencer | 2004-12-16 | 1 | -2/+2 |
* | For PR351: | Reid Spencer | 2004-12-16 | 1 | -8/+5 |
* | Get rid of inclusion of config.h because this file is autoconf'd. | Reid Spencer | 2004-12-16 | 1 | -2/+2 |
* | Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIR | Reid Spencer | 2004-12-15 | 1 | -24/+25 |
* | Remove LLVMGCCDIR. | Reid Spencer | 2004-12-15 | 1 | -3/+0 |
* | Fix a file overwrite bug in llvm-ar introduced by changes to | Reid Spencer | 2004-12-15 | 1 | -2/+2 |
* | Make the AliasAnalysis interface more precise for common cases. | Chris Lattner | 2004-12-15 | 1 | -11/+94 |
* | For PR351: | Reid Spencer | 2004-12-15 | 1 | -1/+16 |
* | For PR351: | Reid Spencer | 2004-12-15 | 1 | -11/+0 |
* | Add some system specific functions we use | Reid Spencer | 2004-12-15 | 1 | -0/+9 |
* | Implement Win32 Path::getStatusInfo(), TimeValue::toString() | Jeff Cohen | 2004-12-14 | 1 | -0/+8 |
* | For PR351: | Reid Spencer | 2004-12-14 | 1 | -10/+15 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -7/+2 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -7/+0 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -12/+0 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -0/+16 |
* | Change this method to return ulong, not uint, for 64-bit targets. | Chris Lattner | 2004-12-13 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -11/+0 |
* | For PR351: \ | Reid Spencer | 2004-12-13 | 3 | -13/+18 |
* | Added a size_type typedef to LLVM containers to make Visual Studio shut up | Reid Spencer | 2004-12-13 | 3 | -3/+5 |
* | Add a convenience function for clearing the two global areas. | Reid Spencer | 2004-12-13 | 1 | -0/+7 |
* | * Add a std::ostream inserter for sys::Path | Reid Spencer | 2004-12-13 | 1 | -1/+7 |
* | Remove commented out functions that have been replaced with lib/System | Reid Spencer | 2004-12-13 | 1 | -25/+0 |
* | Make the size() method const | Reid Spencer | 2004-12-13 | 1 | -2/+2 |
* | For PR351:\ | Reid Spencer | 2004-12-13 | 1 | -10/+9 |
* | Add LLVMGCCDIR for path lookup | Reid Spencer | 2004-12-13 | 1 | -0/+3 |
* | Make the OpenAndLoad functions have an ErrorMessage argument. | Reid Spencer | 2004-12-13 | 1 | -2/+6 |
* | Completely rewrite the interface to be class based | Reid Spencer | 2004-12-13 | 1 | -107/+259 |
* | For PR351:\ | Reid Spencer | 2004-12-13 | 1 | -25/+29 |