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