aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2003-07-23Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Fixed grammatical error.Misha Brukman
2003-07-10Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman
2003-07-10`Occurrence' has no `a' and the `r' is doubled.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-28Add support for 'unsigned' command line argumentsChris Lattner
2003-06-19Remove usage of sys/unistd.hChris Lattner
2003-06-17Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove usage of allocaChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-06-06Fix compilation problem with some versions of G++Chris Lattner
2003-06-06Fix problem with perrorChris Lattner
2003-05-27Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner
2003-05-22Add using declarationsChris Lattner
2003-05-22Add new CommaSeparated option modifierChris Lattner
2003-05-22Destroy using declarationsChris Lattner
2003-05-09Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner
2003-02-13Make more compatible with GCC 2.96Chris Lattner
2003-02-13Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner
2003-02-12Don't output times in "scientific" notationChris Lattner
2003-02-09Remove the -debug option from release executablesChris Lattner
2003-02-05Squelch warningChris Lattner
2003-01-30* Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner
2003-01-29Fix build problem on sparcChris Lattner
2003-01-14Move annotation to support libraryChris Lattner
2003-01-13Fix static initializer ordering dependencyChris Lattner
2002-12-24Fix compilation on GCC 3.2Chris Lattner
2002-12-23New files for miscompilation detectionChris Lattner
2002-11-18Add peak memory usage measurement capabilityChris Lattner
2002-11-04Simplify codeChris Lattner
2002-11-04Sun can now use mallinfo()Chris Lattner
2002-11-04Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner
2002-11-04mallinfo is not available on sun apparently :(Chris Lattner
2002-11-04Minor fix to space accountingChris Lattner
2002-11-04Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner
2002-10-27Add #includeChris Lattner
2002-10-04Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla
2002-10-04added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla
2002-10-01 - Rework Statistics:Chris Lattner
2002-10-01Checkin generic interval timer supportChris Lattner
2002-09-19Add an optimization to support the most common access pattern for theChris Lattner
2002-09-13Submitted by Casey Carter:Chris Lattner
2002-09-10Remove extra #includeChris Lattner
2002-09-08Checkin initial support for automatic memory leak detection routinesChris Lattner
2002-09-03Minor bug fix.Chris Lattner
2002-09-02Fix bugsChris Lattner
2002-09-02Add printing support to ConstantRange classChris Lattner
2002-09-01Initial implementation of ConstantRange supportChris Lattner