Age | Commit message (Expand) | Author |
2005-10-24 | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner |
2005-10-24 | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner |
2005-08-29 | Allow bugpoint+PPC codegen to use fsqrt | Chris Lattner |
2005-08-08 | Allow tools with "consume after" options (like lli) to take more positional | Chris Lattner |
2005-08-08 | Reject command lines that have too many positional arguments passed (e.g., | Chris Lattner |
2005-08-02 | 200.sixtrack prints FP numbers with a very strange notation that uses D | Chris Lattner |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-08 | Final Changes For PR495: | Reid Spencer |
2005-07-08 | Add support for assembling .s files on mac os x for intel | Nate Begeman |
2005-07-07 | For PR495: | Reid Spencer |
2005-07-07 | For PR495: | Reid Spencer |
2005-05-16 | HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes | Duraid Madina |
2005-05-13 | Capitalize | Chris Lattner |
2005-05-13 | Make sure that decompression checks for the case that bzip2 returns | Reid Spencer |
2005-05-10 | Do not use "" as a sentinal for a missing argument! This fixes PR560. | Chris Lattner |
2005-05-10 | Why output multiple strings, let the compiler concatenate them for us for free | Misha Brukman |
2005-04-22 | * Order #includes as per style guide | Misha Brukman |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-22 | Timers SHOULD NOT record the time taken to count the bytes allocated in the h... | Chris Lattner |
2005-03-17 | Fix a bug where we would consider " .99" and "1.0" different because of the | Chris Lattner |
2005-03-10 | yay for camel_cvs diff | Andrew Lenharth |
2005-03-09 | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner |
2005-02-27 | Remove some stuff I checked in accidentally | Chris Lattner |
2005-02-15 | Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC | Chris Lattner |
2005-02-15 | Make this more efficient now that we know both files are the same length. | Chris Lattner |
2005-02-15 | Fix spelling | Misha Brukman |
2005-02-15 | Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by | Reid Spencer |
2005-02-14 | Work around GCC PR19958, which causes programs to sometimes crash after | Chris Lattner |
2005-02-13 | Move helper function here. | Chris Lattner |
2005-02-09 | Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped | Chris Lattner |
2005-01-29 | Make this work on systems where size_t == unsigned and where they are not | Tanya Lattner |
2005-01-29 | Make this work on systems where size_t is not the same as unsigned. | Tanya Lattner |
2005-01-29 | This file was schizophrenic when it came to representing sizes. In some | Chris Lattner |
2005-01-29 | After reading in a bc file, trim the resultant buffer down to what we | Chris Lattner |
2005-01-29 | Finegrainify namespacification | Chris Lattner |
2005-01-29 | Memory used is a delta between memuse at the start of the time and the | Chris Lattner |
2005-01-23 | Fix crash comparing empty file against nonempty file. | Chris Lattner |
2005-01-23 | Make DiffFilesWithTolerance take sys::Path's instead of std::strings | Chris Lattner |
2005-01-23 | Fix a bug in previous checkin | Chris Lattner |
2005-01-23 | Add a new method, refactored out of fpcmp | Chris Lattner |
2005-01-22 | Use binary mode for reading/writing bytecode files | Jeff Cohen |
2005-01-08 | Use size_t instead of long to represent memory usage. long is 32 bits | Jeff Cohen |
2005-01-08 | Do not throw away bits for no reason | Chris Lattner |
2005-01-08 | Silence a VS warning. | Chris Lattner |
2005-01-02 | Make printing a warning message optional in CheckBytecodeOutputToConsole. | Reid Spencer |
2005-01-01 | Implement a function to print a warning if bytecode output is to be sent to | Reid Spencer |
2004-12-27 | Fix a bug that made the nightly tester *really* slow. During changes for | Reid Spencer |
2004-12-22 | For PR351: | Reid Spencer |