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