summaryrefslogtreecommitdiff
path: root/support/lib
Commit message (Expand)AuthorAge
* Remove usage of sys/unistd.hChris Lattner2003-06-19
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-17
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Fix compilation problem with some versions of G++Chris Lattner2003-06-06
* Fix problem with perrorChris Lattner2003-06-06
* Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner2003-05-27
* Remove long dead codeChris Lattner2003-05-22
* Add using declarationsChris Lattner2003-05-22
* Add new CommaSeparated option modifierChris Lattner2003-05-22
* Destroy using declarationsChris Lattner2003-05-22
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-09
* Make more compatible with GCC 2.96Chris Lattner2003-02-13
* Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner2003-02-13
* Don't output times in "scientific" notationChris Lattner2003-02-12
* Remove the -debug option from release executablesChris Lattner2003-02-09
* Squelch warningChris Lattner2003-02-05
* * Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner2003-01-30
* Fix build problem on sparcChris Lattner2003-01-29
* Move annotation to support libraryChris Lattner2003-01-14
* Fix static initializer ordering dependencyChris Lattner2003-01-13
* Fix compilation on GCC 3.2Chris Lattner2002-12-24
* New files for miscompilation detectionChris Lattner2002-12-23
* Add peak memory usage measurement capabilityChris Lattner2002-11-18
* Simplify codeChris Lattner2002-11-04
* Sun can now use mallinfo()Chris Lattner2002-11-04
* Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner2002-11-04
* mallinfo is not available on sun apparently :(Chris Lattner2002-11-04
* Minor fix to space accountingChris Lattner2002-11-04
* Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner2002-11-04
* Add #includeChris Lattner2002-10-27
* Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla2002-10-04
* added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla2002-10-04
* - Rework Statistics:Chris Lattner2002-10-01
* Checkin generic interval timer supportChris Lattner2002-10-01
* Add an optimization to support the most common access pattern for theChris Lattner2002-09-19
* Submitted by Casey Carter:Chris Lattner2002-09-13
* Remove extra #includeChris Lattner2002-09-10
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-08
* Minor bug fix.Chris Lattner2002-09-03
* Fix bugsChris Lattner2002-09-02
* Add printing support to ConstantRange classChris Lattner2002-09-02
* Initial implementation of ConstantRange supportChris Lattner2002-09-01
* Simplify writing custom parsers.Chris Lattner2002-08-07
* Fix lli with no argumentsChris Lattner2002-08-02
* Fix bug that was causing problems for lliChris Lattner2002-07-31
* * Fix assertion failure caused by command line argument getting removed afterChris Lattner2002-07-29
* Remove needless #includeChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-25