Updated the README so that it catagorizes the docs similar to the web page.
[oota-llvm.git] / lib / Support /
2003-10-15 Brian GaekeFix up error message.
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerActually return an error if something bad happens,...
2003-10-13 Chris LattnerLLI no longer has -abort-on-exception
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 Brian GaekeChange to use LinkDynamicObject instead of dlopen.
2003-10-10 Brian GaekeChange to use strtoul instead of strtoll.
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-10-06 Chris LattnerImplement the NamedRegionTimer class
2003-10-05 Chris LattnerMove support/lib/Support back to lib/Support
2003-09-29 Misha BrukmanFixed space issues, code alignment, tabs -> spaces.
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...
2003-09-29 John CriswellMoved code from llvm/lib/Support to llvm/support/lib...
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-16 Brian GaekeAdd missing apostrophe. It's been bugging me for years.
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper
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...
next