Enable a couple xforms for packed vectors (undef | v) -> -1 for packed.
[oota-llvm.git] / lib / Support /
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Reid SpencerAdjust to new ConstantIntegral interface for Max/Min...
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-11-29 Bill WendlingWTF? These weird newlines got in there...
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-11-28 Chris LattnerAdd a helper function
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-11-25 Reid SpencerMake the absolute/relative tolerance information easier...
2006-11-17 Bill WendlingMoved definition of llvm_ostream wrappers to the Stream...
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-11-03 Rafael Espindolaassert.h -> cassert
2006-11-02 Rafael Espindola#include <assert.h>
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-29 Jim LaskeyTry again.
2006-10-29 Jim LaskeyNot handling zero length strings.
2006-10-27 Jim LaskeySmallVector append not insert.
2006-10-27 Jim LaskeyGrrr.
2006-10-27 Jim LaskeyTemp patch for missing functionality.
2006-10-27 Bill WendlingMathExtras isn't in the llvm/ADT directory but in the...
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.
2006-10-20 Reid SpencerFor PR950:
2006-10-18 Reid SpencerBeef up the output from DiffFilesWithTolerance by setti...
2006-10-13 Chris Lattneravoid a ctor/dtor issue with the ProgramName global.
2006-10-12 Chris Lattnershrink anon-ns and mark stuff static. No functionality...
2006-10-04 Chris LattnerFix a static dtor issue
2006-10-04 Chris LattnerFix more static dtor issues
2006-09-29 Chris LattnerDefine this in the correct n/s
2006-09-28 Chris LattnerSimplify some code
2006-09-28 Chris Lattnernew helper class to provide more explicit management...
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-08-27 Chris LattnerMinor code cleanups
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-08-24 Reid SpencerRemove a character to avoid line exceeding 80 cols.
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerMake the ProgramName variable a std::string so we can...
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-11 Chris Lattnerremove IncludeFile turds in MathExtras.h, which bloats...
2006-08-07 Reid SpencerRemove the use of "IncludeFile" from this support facil...
2006-08-02 Jim LaskeyIf the Program name was NULL then all further output...
2006-07-28 Chris LattnerFinegrainify namespacification, minor cleanups
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Chris Lattnerlibsupport still throws.
2006-07-26 Reid SpencerFor PR780:
2006-07-18 Chris LattnerAdd an out-of-line virtual method to provide a home...
2006-07-14 Chris LattnerAdd two helpers for escaping and unescaping strings.
2006-07-07 Chris LattnerLoadLibraryPermanently no longer throws an exception...
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-07-06 Chris LattnerModify the SlowOperationInformer interface to not throw...
2006-07-06 Chris LattnerPrint LLVM version info like this:
2006-06-27 Reid SpencerFor PR801:
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-07 Reid SpencerFor PR780:
2006-06-06 Chris LattnerMove toolrunner out of libsupport into the bugpoint...
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-06-05 Reid SpencerMake it possible to override the standard version print...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-31 Reid SpencerSquelch this warning:
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-15 Reid SpencerFor PR777:
2006-04-28 Chris LattnerFix PR743: emit -help output of a tool to cout, not...
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-04 Chris LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-01-26 Andrew Lenharthdynamically allocate plugin space as needed
2006-01-26 Andrew LenharthRemember plugins should someone like bugpoint want...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-17 Chris LattnerRevert this, I didn't mean to commit it
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2005-12-26 Duraid MadinaHP aCC chokes on this, but it's not required anyway...
2005-12-26 Duraid MadinaMERRY CHRISTMAS EVERYONE!!! (what better way to spend...
2005-12-22 Reid SpencerFor PR351:
2005-11-16 Chris Lattnerindicate when a tool is a debug build.
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-08-29 Chris LattnerAllow bugpoint+PPC codegen to use fsqrt
2005-08-08 Chris LattnerAllow tools with "consume after" options (like lli...
2005-08-08 Chris LattnerReject command lines that have too many positional...
2005-08-02 Chris Lattner200.sixtrack prints FP numbers with a very strange...
next