| Commit message (Expand) | Author | Age | Files | Lines |
* | Added checks for mkstemp and getrusage. | John Criswell | 2004-06-07 | 4 | -34/+48 |
* | Add some notes so I can throw away one of my many todo lists. | Chris Lattner | 2004-06-05 | 1 | -0/+6 |
* | Fix GCC warning | Chris Lattner | 2004-06-05 | 1 | -1/+1 |
* | Fix GCC warnings | Chris Lattner | 2004-06-05 | 1 | -2/+2 |
* | Fix a few typos, spellos, grammaros. | Reid Spencer | 2004-06-05 | 1 | -15/+17 |
* | Add "work in progress" warning. | Reid Spencer | 2004-06-05 | 1 | -0/+3 |
* | Include cerrno. | Alkis Evlogimenos | 2004-06-05 | 1 | -1/+2 |
* | Remove an unused variable. | Chris Lattner | 2004-06-05 | 2 | -14/+20 |
* | Macros are baaad. | Chris Lattner | 2004-06-05 | 2 | -0/+4 |
* | Don't #include <unistd.h> directly, go through the config files | Chris Lattner | 2004-06-05 | 4 | -20/+8 |
* | Add missing #include | Chris Lattner | 2004-06-05 | 1 | -0/+1 |
* | Work around VS bug | Chris Lattner | 2004-06-05 | 1 | -3/+2 |
* | Warning foo | Chris Lattner | 2004-06-05 | 1 | -1/+1 |
* | As much as I dislike doing this, it's the only fix for VC8.0 that I can come | Chris Lattner | 2004-06-05 | 1 | -2/+4 |
* | Remove unused var | Chris Lattner | 2004-06-05 | 1 | -1/+0 |
* | Squelch a warning | Chris Lattner | 2004-06-04 | 1 | -1/+2 |
* | Delete some unreachable code | Chris Lattner | 2004-06-04 | 1 | -5/+0 |
* | * No more CachedWriter::setStream() | Misha Brukman | 2004-06-04 | 1 | -52/+47 |
* | Revert ostream back to reference: the only user (llvm-tv) no longer needs it. | Misha Brukman | 2004-06-04 | 1 | -8/+5 |
* | Add some constants for VC | Chris Lattner | 2004-06-04 | 2 | -6/+22 |
* | Fix up some spacing & fix a typo in an assertion in cpValue2Value. | Brian Gaeke | 2004-06-04 | 1 | -3/+3 |
* | Ugh, apparently there is no common ground here. | Chris Lattner | 2004-06-04 | 1 | -0/+5 |
* | Fix a *really* dumb warning on VC | Chris Lattner | 2004-06-04 | 2 | -2/+2 |
* | Fix more warnings | Chris Lattner | 2004-06-04 | 1 | -4/+4 |
* | Remove support for printing strings from the cached writer | Chris Lattner | 2004-06-04 | 1 | -4/+0 |
* | Don't send random junk to CachedWriter's. Also remove a cast that could be | Chris Lattner | 2004-06-04 | 1 | -4/+6 |
* | GCC doesn't like prefix form of cast with two identifiers I guess. | Chris Lattner | 2004-06-04 | 2 | -2/+2 |
* | Squish a warning | Chris Lattner | 2004-06-04 | 1 | -1/+1 |
* | Silence a warning | Chris Lattner | 2004-06-04 | 2 | -2/+2 |
* | Add ssize_t for VC++ | Chris Lattner | 2004-06-04 | 2 | -4/+6 |
* | <io.h> provides read/write/open/... | Chris Lattner | 2004-06-04 | 2 | -2/+4 |
* | Visual C has something resembling a stat function, but it doesn't provide S_I... | Chris Lattner | 2004-06-04 | 4 | -2/+10 |
* | Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicating | Chris Lattner | 2004-06-04 | 2 | -32/+24 |
* | Add more needed typedefs | Chris Lattner | 2004-06-04 | 2 | -0/+4 |
* | Add explicit casts to silence warnings. There is no need to use snprintf here. | Chris Lattner | 2004-06-04 | 2 | -8/+8 |
* | Make this work with VC++ | Chris Lattner | 2004-06-04 | 2 | -0/+14 |
* | Fix a nasty bug that caused areAliases to always return false. | Chris Lattner | 2004-06-04 | 1 | -1/+1 |
* | Emit a more sensible error message if no subclasses of Target are defined. | Misha Brukman | 2004-06-04 | 2 | -0/+4 |
* | Clarify documentation and use correct doxygen comment form /// vs. // . | Misha Brukman | 2004-06-04 | 1 | -8/+11 |
* | Fix extraneous tag | Chris Lattner | 2004-06-04 | 1 | -1/+0 |
* | New doc | Chris Lattner | 2004-06-04 | 1 | -0/+2 |
* | Fix PR356: [doc] lib/Target/X86/README.txt needs update | Chris Lattner | 2004-06-04 | 1 | -1/+280 |
* | This file is obsolete | Chris Lattner | 2004-06-04 | 1 | -194/+0 |
* | Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) | Brian Gaeke | 2004-06-04 | 1 | -1/+1 |
* | Fix broken internal link; add stub for missing subsection. | Misha Brukman | 2004-06-03 | 1 | -1/+6 |
* | Fix broken internal link. | Misha Brukman | 2004-06-03 | 3 | -3/+3 |
* | GCSE has suddenly become a struct, not a class; fix broken link. | Misha Brukman | 2004-06-03 | 1 | -1/+1 |
* | Fix more broken links as a result of the llvm namespace. | Misha Brukman | 2004-06-03 | 1 | -6/+6 |
* | Fix broken internal links. | Misha Brukman | 2004-06-03 | 1 | -2/+2 |
* | Fix broken links as a result of the llvm namespace. | Misha Brukman | 2004-06-03 | 1 | -15/+19 |