Add a declaration of environ global for Darwin
[oota-llvm.git] / lib / Support /
2004-08-29 Reid SpencerSignals support has been moved to lib/System
2004-08-16 Misha BrukmanMove these files (which are dependent on VMCore) into...
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-04 Chris LattnerIt is not possible to catch SIGKILL, don't bother trying.
2004-08-04 Reid SpencerAdd a --version option for every tool that prints out:
2004-07-25 Chris LattnerRemove linux/solaris specific stuff.
2004-07-24 Chris LattnerGet rid of the printout from the low-level system interface
2004-07-24 Chris LattnerPass timeouts into the low level "execute program with...
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-21 Brian GaekeSolaris hack for isinf()
2004-07-21 Brian GaekeAdd platform-independent wrapper function for isinf().
2004-07-19 Chris LattnerErr, fix last checkin
2004-07-19 Chris LattnerFix bugpoint miscompilation support on OS/X
2004-07-18 Chris LattnerAdd a workaround for a GCC 3.3.2 bug
2004-07-16 Misha BrukmanCorrectly build shared objects on MacOS X for debugging...
2004-07-15 Chris LattnerBug fixes for PR341
2004-07-11 Chris LattnerImplicitly getting a new option by linking to support...
2004-07-08 Chris LattnerDo not call Type::getUniqueID
2004-07-06 Brian GaekeWork around apparent Apple compiler bug which was makin...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-03 Chris LattnerFix compilation on internix
2004-06-22 Brian GaekeWrapper for c99 isnan()
2004-06-18 Misha Brukman* Fix file header and name
2004-06-18 Misha BrukmanUse the machine-independent method of querying the...
2004-06-07 Chris LattnerMake all of this functionality work directly on win32...
2004-06-07 Chris LattnerImplement getTimeRecord natively in Win32, properly...
2004-06-05 Alkis EvlogimenosInclude cerrno.
2004-06-02 Chris LattnerImplement the new CopyFile function
2004-06-02 Misha BrukmanFix spelling, trim empty space, tighten up function...
2004-05-30 Reid SpencerMoved this file to lib/Bytecode/Writer because its...
2004-05-28 Chris LattnerThoroughly rehack the dynamic linking mechanisms on...
2004-05-28 Chris LattnerPrune #includes
2004-05-28 Chris LattnerAdd support for getting executable memory on Windows...
2004-05-28 Chris LattnerAdd a new function for the JIT. libsupport is now...
2004-05-28 Chris LattnerAdd support for zero length files
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2004-05-27 Chris LattnerAdd DynamicLinker support for systems that provide...
2004-05-27 Chris LattnerSignals.h header moved. Eventually this should move...
2004-05-27 Chris LattnerChanges to make libSupport build on systems that don...
2004-05-25 Reid SpencerPut SlotTable.h inclusion back at front of list to...
2004-05-25 Reid SpencerMake some improvements suggested by Chris.
2004-05-25 Reid SpencerAdding the initial implementation of the SlotTable...
2004-05-25 Alkis EvlogimenosRemove this file as well as it is no longer needed...
2004-05-06 Chris LattnerImplement the new cl::PositionalEatsArgs flag, refactor...
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-04-16 Chris LattnerBugpoint was not correctly capturing stderr! This...
2004-04-05 Chris Lattnerlli no longer takes the -quiet option!
2004-04-05 Chris LattnerDo not mangle intrinsics in any way!
2004-04-02 Brian GaekeAdd autoconf support for isStandardOutAConsole ().
2004-04-02 Chris LattnerAdd new function, autoconf support required tho
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerAdjust to new itf
2004-03-04 Alkis EvlogimenosHide variable from other functions.
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-21 Misha Brukman`cat' is usually in /bin, not /usr/bin, at least on...
2004-02-21 Chris LattnerWhen printing a stack trace, demangle it if possible...
2004-02-20 Brian GaekeUse backtrace() and include execinfo.h, if they were...
2004-02-19 Chris LattnerDisable the stack trace thing until we can get an autoc...
2004-02-19 Chris LattnerImplement new function
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-19 Alkis EvlogimenosPrint stacktrace in STDERR before dying on a fatal...
2004-02-18 Chris LattnerAdd support for just running the code generator
2004-02-18 Chris Lattnerindent correctly
2004-02-18 Chris LattnerDon't yell. BUGPOINT should yell, not the tool runner :)
2004-02-18 Chris LattnerIf there is an error running a tool, include the error...
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-17 Chris LattnerThe C backend is no longer in llvm-dis, it's in llc
2004-02-15 Chris LattnerFix a bug in the recent rewrite of the leakdetector...
2004-02-14 Alkis EvlogimenosModularize implementation of LeakDetector into a typed...
2004-02-14 Chris LattnerFix the logic in the name mangler. If there are two...
2004-02-11 Chris LattnerInitialize the count instance variable.
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-17 Chris LattnerThis file goes away
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-10 Chris LattnerRemove config wrapper around <cerrno>
2004-01-06 Alkis EvlogimenosPass std::string to constructor as const reference...
2004-01-01 John CriswellNot all platforms supports sighandler_t, so I changed...
2003-12-31 Chris Lattner* Add a new helper progress method
2003-12-31 Chris LattnerAdd missing #include
2003-12-31 Chris LattnerAdd new function
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
2003-12-30 Chris LattnerAdd new method
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-29 Chris Lattnerimplement new getToken function
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-11-24 Misha BrukmanFix copy-pasto.
2003-11-24 Misha BrukmanAdd ability to query if a file is a legitimate ELF...
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive and IsBytecode here from gccld. Refactor...
2003-11-11 Brian GaekeAdd implementation of FileOpenable().
2003-10-25 Chris LattnerAttempt to provide support for those without RTLD_DEFAULT.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
next