aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2006-02-27Qualify dwarf namespace inside llvm namespace.Jim Laskey
2006-02-27Re-orging file.Jim Laskey
2006-02-04Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner
2006-01-26dynamically allocate plugin space as neededAndrew Lenharth
2006-01-26Remember plugins should someone like bugpoint want to know them.Andrew Lenharth
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-17Revert this, I didn't mean to commit itChris Lattner
2006-01-17Add support for programs with a null argv[0]Chris Lattner
2005-12-26HP aCC chokes on this, but it's not required anyway: according toDuraid Madina
2005-12-26MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas thanDuraid Madina
2005-12-22For PR351:Reid Spencer
2005-11-16indicate when a tool is a debug build.Chris Lattner
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