Initial checkin
[oota-llvm.git] / lib / Support /
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-12 Chris LattnerReenable optimized build
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-08-07 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanDoxygen-ify the comments by using '///' instead of...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerMove debug functionality to Debug.cpp/Debug.h
2003-08-01 Chris LattnerDescribe the value name
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-08-01 Chris LattnerMove #include from a header to here
2003-07-31 Chris LattnerFix the JIT in the Nightly tester. This was not a...
2003-07-31 Chris LattnerTrivial cleanups: no need to include header twice....
2003-07-30 Chris LattnerAdd support for "named positional arguments"
2003-07-28 Misha BrukmanThe RTLD_GLOBAL flag allows symbols to be globally...
2003-07-25 Brian GaekeInclude llvm/Support/Mangler.h first. Don't include...
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Misha BrukmanFixed grammatical error.
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-17 Brian GaekePut ifdefs around use of malloc.h/mallinfo, which isn...
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-06 Chris LattnerFix compilation problem with some versions of G++
2003-06-06 Chris LattnerFix problem with perror
2003-05-27 Chris LattnerMake _sure_ we don't go into an infinite loop if a...
2003-05-22 Chris LattnerAdd using declarations
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerDestroy using declarations
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-02-13 Chris LattnerMake more compatible with GCC 2.96
2003-02-13 Chris LattnerRemove gunk that was supposed to make space evaluation...
2003-02-12 Chris LattnerDon't output times in "scientific" notation
2003-02-09 Chris LattnerRemove the -debug option from release executables
2003-02-05 Chris LattnerSquelch warning
2003-01-30 Chris Lattner* Add new -track-memory option to tools which enables...
2003-01-29 Chris LattnerFix build problem on sparc
2003-01-14 Chris LattnerMove annotation to support library
2003-01-13 Chris LattnerFix static initializer ordering dependency
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-11-18 Chris LattnerAdd peak memory usage measurement capability
2002-11-04 Chris LattnerSimplify code
2002-11-04 Chris LattnerSun can now use mallinfo()
2002-11-04 Chris LattnerAllow memory sizes to be negative, remove obsolete...
2002-11-04 Chris Lattnermallinfo is not available on sun apparently :(
2002-11-04 Chris LattnerMinor fix to space accounting
2002-11-04 Chris LattnerImplement MaxRSS in terms of mallinfo instead of the...
2002-10-27 Chris LattnerAdd #include
2002-10-04 Anand ShuklaAdded #include<unistd.h> to compile with solaris gcc3.2
2002-10-04 Anand Shuklaadded cast to unsigned to compile with gcc3.2 (sparc)
2002-10-01 Chris Lattner - Rework Statistics:
2002-10-01 Chris LattnerCheckin generic interval timer support
2002-09-19 Chris LattnerAdd an optimization to support the most common access...
2002-09-13 Chris LattnerSubmitted by Casey Carter:
2002-09-10 Chris LattnerRemove extra #include
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-03 Chris LattnerMinor bug fix.
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-08-07 Chris LattnerSimplify writing custom parsers.
2002-08-02 Chris LattnerFix lli with no arguments
2002-07-31 Chris LattnerFix bug that was causing problems for lli
2002-07-29 Chris Lattner* Fix assertion failure caused by command line argument...
2002-07-27 Chris LattnerRemove needless #include
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerFix problem that GCC3.1 doesn't like.
2002-07-24 Chris LattnerFix a bug exposed by lli
2002-07-23 Chris LattnerInitial checkin
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerMinor bugfix, prevents error in LLI
2002-07-22 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-05-10 Chris LattnerInitial checkin of Statistic class.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-18 Chris LattnerAdd new api for basic signal handling for tools
2002-02-24 Chris Lattner64 bit clean now
2002-01-31 Chris LattnerIf an invalid alternative is listed for an argument...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner* Implement support for folding multiple single letter...
2001-10-27 Chris LattnerProvide option to enable eating of all arguments follow...
2001-10-24 Chris LattnerClean up error handling a bit. Add / as a seperator...
2001-10-13 Chris LattnerAdd StringList support
2001-09-09 Chris LattnerClean up Type class by removing mutable ConstRules...
next