Merging the linear scan register allocator in trunk. It currently passes most tests...
[oota-llvm.git] / include / llvm / Support /
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-12 Chris LattnerFix faulty namespacification
2003-11-12 John CriswellRegress to not using the llvm namespace.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeAdd prototypes for CheckMagic, IsArchive, and IsBytecode.
2003-11-11 Brian Gaeke VS: ---------------------------------------------...
2003-11-10 Chris LattnerNo really, I'm not on crack
2003-11-10 Chris LattnerHelper method
2003-11-07 Chris LattnerProvide a specialization of _Alloc_traits, which allows...
2003-11-07 Brian GaekeAdd a warning about not "new"ing or "delete"ing CallSites
2003-11-07 Chris LattnerAdd some ctors for this allocator
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-04 Chris LattnerNew file, for use by the pool allocator project
2003-11-02 Chris LattnerAllow CallSites to be used as the key of a map
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-23 Chris LattnerAdd assertions
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM notice.
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerAdd a file header
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha BrukmanTersified and fixed whitespace (tabs -> spaces).
2003-09-24 Brian GaekeFix a typo I happened to notice.
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-09-10 Chris LattnerFix spello
2003-09-08 Chris Lattneradd support for the unwind inst
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-29 Chris LattnerRemove automagic support for Modules. Noone uses it...
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-08-23 Chris LattnerOf course, the copy ctor really should copy the operand...
2003-08-23 Chris LattnerAdd more methods to be more value-like
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper class
2003-08-22 Chris LattnerChanges to work better with GCC3.4/LLVM G++
2003-08-19 Chris LattnerMake assertion message more helpful in a case that...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-14 Chris LattnerRemove extraneous cl:: namespace qualifiers
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
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 debugging support out of Statistic.h into Debug...
2003-08-01 Chris LattnerNew file
2003-07-28 Tanya LattnerNeed to include <string> to fix compile error on Sun
2003-07-25 Brian GaekeForward-declare class Module to make the header file...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerAdd includes of assert
2003-07-25 Chris LattnerAdd assert.h include
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
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-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Chris Lattner* Add new CallSite::get factory method
2003-06-17 Chris LattnerMake sure accessor is properly doxygenized. It wants...
2003-06-17 Chris LattnerAdd accessor
2003-06-17 Chris LattnerMake CallSite's default constructable, copyable, and...
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-03 Chris LattnerAdd doxygen comment for namespace
2003-05-29 Chris Lattnerdyn_cast_or_null should work just the same as dyn_cast...
2003-05-22 Chris LattnerRemove long dead code
2003-05-22 Chris LattnerAdd support for a new "CommaSeparated" modifier
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-05-09 Chris LattnerUpdates to match recent timer updates
2003-05-08 Chris LattnerAdd support for the new VarArgInst instruction, reinden...
2003-04-26 Chris LattnerRevert last checkin. Note that PHI nodes can use basic...
2003-04-25 Chris LattnerRemove long-dead obsolete cruft
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2003-04-23 Chris LattnerKill unneccesary &*
2003-04-23 Chris LattnerAllow dyn_cast to operate on things that aren't OBVIOUS...
2003-02-24 Chris LattnerInitial checkin of CallSite wrapper for Call/Invoke...
2003-02-05 Chris LattnerAllow the addition of edge source labels
2003-01-14 Chris LattnerMove annotation to support library
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-07 Chris LattnerGive better error message if two passes of the same...
2002-11-19 Chris LattnerIgnore options that are ""
2002-11-18 Chris LattnerAdd facility to compute peak memory usage
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-27 Chris LattnerOld GCC's don't have an <ostream>
2002-10-18 Chris LattnerDon't emit braces around something without outgoing...
2002-10-17 Chris LattnerBreak up the GraphWriter into smaller chunks to be...
2002-10-17 Chris LattnerAs wierd as it feels to type it, const void* is more...
2002-10-16 Chris LattnerAllow simple nodes to have outgoing edges
next