summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Squelch this warning:Reid Spencer2006-05-31
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* For PR777:Reid Spencer2006-05-15
* Fix PR743: emit -help output of a tool to cout, not cerr.Chris Lattner2006-04-28
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-27
* Re-orging file.Jim Laskey2006-02-27
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-04
* dynamically allocate plugin space as neededAndrew Lenharth2006-01-26
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-26
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Revert this, I didn't mean to commit itChris Lattner2006-01-17
* Add support for programs with a null argv[0]Chris Lattner2006-01-17
* HP aCC chokes on this, but it's not required anyway: according toDuraid Madina2005-12-26
* MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas thanDuraid Madina2005-12-26
* For PR351:Reid Spencer2005-12-22
* indicate when a tool is a debug build.Chris Lattner2005-11-16
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-24
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-29
* Allow tools with "consume after" options (like lli) to take more positionalChris Lattner2005-08-08
* Reject command lines that have too many positional arguments passed (e.g.,Chris Lattner2005-08-08
* 200.sixtrack prints FP numbers with a very strange notation that uses DChris Lattner2005-08-02
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Final Changes For PR495:Reid Spencer2005-07-08
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina2005-05-16
* CapitalizeChris Lattner2005-05-13
* Make sure that decompression checks for the case that bzip2 returnsReid Spencer2005-05-13
* Do not use "" as a sentinal for a missing argument! This fixes PR560.Chris Lattner2005-05-10
* Why output multiple strings, let the compiler concatenate them for us for freeMisha Brukman2005-05-10
* * Order #includes as per style guideMisha Brukman2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Timers SHOULD NOT record the time taken to count the bytes allocated in the h...Chris Lattner2005-03-22
* Fix a bug where we would consider " .99" and "1.0" different because of theChris Lattner2005-03-17
* yay for camel_cvs diffAndrew Lenharth2005-03-10
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-09
* Remove some stuff I checked in accidentallyChris Lattner2005-02-27
* Instead of doing a manual comparison loop, just use memcmp, thanks to JohnCChris Lattner2005-02-15
* Make this more efficient now that we know both files are the same length.Chris Lattner2005-02-15
* Fix spellingMisha Brukman2005-02-15
* Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility byReid Spencer2005-02-15
* Work around GCC PR19958, which causes programs to sometimes crash afterChris Lattner2005-02-14
* Move helper function here.Chris Lattner2005-02-13
* Don't print a 'Total Execution Time' line for the 'Miscellaneous UngroupedChris Lattner2005-02-09
* Make this work on systems where size_t == unsigned and where they are notTanya Lattner2005-01-29