summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* 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
* Make this work on systems where size_t is not the same as unsigned.Tanya Lattner2005-01-29
* This file was schizophrenic when it came to representing sizes. In someChris Lattner2005-01-29
* After reading in a bc file, trim the resultant buffer down to what weChris Lattner2005-01-29
* Finegrainify namespacificationChris Lattner2005-01-29
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-29
* Fix crash comparing empty file against nonempty file.Chris Lattner2005-01-23
* Make DiffFilesWithTolerance take sys::Path's instead of std::stringsChris Lattner2005-01-23
* Fix a bug in previous checkinChris Lattner2005-01-23
* Add a new method, refactored out of fpcmpChris Lattner2005-01-23
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Do not throw away bits for no reasonChris Lattner2005-01-08
* Silence a VS warning.Chris Lattner2005-01-08
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-02
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-01
* Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-22
* Fix a bug where system time always equals user timeReid Spencer2004-12-20
* Put some header files back that Win32 needs.Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-14
* Revert the last patch as it causes a static destruction ordering problem.Reid Spencer2004-12-14
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-13
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-13