Allow constructor parameter to override aggregating args; fix spacing
[oota-llvm.git] / lib / Support /
2004-11-19 Chris LattnerPatches to avoid "leaking" memory on process exit....
2004-11-19 Reid SpencerAllow this to compile even on machines that HAVE the...
2004-11-19 Reid SpencerUndo last change as its unnecessary.
2004-11-19 Reid SpencerMake a cast explicit.
2004-11-16 Reid SpencerAdd a comment to some code that at first glance just...
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerImplement the high level interface to make (de)compress...
2004-11-14 Reid SpencerImplement the MoreHelp utility that calls a function...
2004-11-09 Reid SpencerTune compression:
2004-11-09 Misha Brukman* Convert tabs to spaces
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-08 Misha BrukmanHandle headers for compressed bytecode files
2004-11-07 Misha BrukmanReplace uses of llvm.org with llvm.cs.uiuc.edu
2004-10-29 Misha Brukman* Fix compilation on AIX: GCC's fixincludes eliminates...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-04 Reid SpencerExcise the ill-advised RLCOMP compression algorithm...
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Chris LattnerFix build if not HAVE_BZIP2
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-20 Reid SpencerPut in a #error in the event that we don't have an...
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
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...
next