* Make contained ostream not public.
[oota-llvm.git] / include / llvm / Support /
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
2002-10-16 Chris Lattner * Factor printing code again, add emitSimpleNode...
2002-10-16 Chris Lattner * Add new DOTGraphTraits::addCustomGraphFeatures...
2002-10-16 Chris Lattner * Significantly refactor GraphWriter into a class.
2002-10-16 Chris Lattner - Generic graph printing infrastructure changes:
2002-10-10 Chris LattnerExpose API to graph library to allow iteration over...
2002-10-10 Chris Lattner* Don't only print out reachable nodes in the graph.
2002-10-10 Chris LattnerAdd new getGraphProperties that may be specialized...
2002-10-07 Chris LattnerDon't rotate paper.
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...
2002-10-07 Chris LattnerFix bug in last checkin
2002-10-07 Chris LattnerImplement operator= for SuccIterators
2002-10-03 Chris LattnerThe wall clock timer (implementing using the RTC or...
2002-10-01 Chris LattnerCheckin generic interval timer support
2002-09-17 Chris LattnerFix ambiguity problem due to builtin log2(double) function
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-13 Chris LattnerCheckin patch written by Casey Carter, enabling support...
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-03 Chris LattnerImplement operator== and != for ranges
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & Store Inst now no longer derive from MemAccessInst
2002-08-21 Chris LattnerAdd missing forward decl
2002-08-14 Chris LattnerRemove support for unary instructions
2002-08-07 Chris LattnerSimplify interface to parsers.
2002-07-26 Chris LattnerFactor PassNameParser out of opt.cpp so that analyze...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-07-24 Chris LattnerAdd missing typename's that GCC3.1 is whining about.
2002-07-24 Chris LattnerDisable the operator= in Value
2002-07-23 Chris LattnerInitial checkin
2002-07-23 Chris LattnerAdd support for removing an option from a genericparser
2002-07-23 Chris LattnerChange to avoid bug in GCC 3.0.4
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-05-19 Chris LattnerCleanups, rename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveAdded log2 for log-base-2 and also modified IsPower2...
2002-05-10 Chris LattnerMake sure to call the derived visit versions from the...
2002-05-10 Chris LattnerAdd explicit abort so optimized build knows that the...
2002-05-07 Chris LattnerUpdate header after moving file
2002-04-18 Chris Lattner* Add a comment to the header giving a breif overview...
2002-04-18 Chris Lattner* Make dtor virtual
2002-04-15 Chris Lattner* s/Method/Function
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerPull casting operators out of Value.h
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-18 Chris LattnerInitial checkin of InstVisitor class
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
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 LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-01 Chris LattnerPrint floating point numbers in expodential form so...
next