Implement signed output for toString.
[oota-llvm.git] / include / llvm / Support /
2007-02-13 Andrew LenharthI love non-deturminism. Returning objects with referen...
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-02-10 Chris Lattneradd helper method.
2007-02-05 Chris LattnerStableBasicBlockNumbering is conceptually just a wrappe...
2007-02-05 Bill WendlingUse unsigned char& instead of std::vector<>::reference.
2007-02-03 Bill WendlingAdded some accessor methods.
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Reid SpencerFix a homonymo in a comment.
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-21 Reid SpencerFor PR970:
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-17 Bill WendlingRefactored output buffer methods from MachO and ELF...
2007-01-11 Zhou ShengFor PR1043:
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris LattnerDoxgenate comments.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Jim LaskeyIgnoring the upper 32 bits of a 64 bit constant is...
2006-12-06 Chris Lattneradd a helper to call llvm_shutdown()
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnerremove 'target constructor' support.
2006-11-29 Reid SpencerGet the delegation right for InstVisitor.
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-27 Bill WendlingProtect against null streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingAdd method that will take a function pointer so that...
2006-11-20 Reid SpencerFor PR950:
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...
2006-11-17 Bill Wendling#ifndef NDEBUG the "if (Stream) ..." stuff.
2006-11-17 Bill WendlingAdjusted the // comments so that doxygen picks them up.
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-11-09 Jim Laskeymath.h creates ambiguity
2006-11-09 Jim Laskeymath.h for C's sake.
2006-11-08 Jim LaskeyMake sure <cmath> comes first
2006-11-08 Jim LaskeyAdd backup support for HUGH_VALF.
2006-11-08 Reid SpencerFor PR950:
2006-11-06 Reid SpencerFix a small bug noticed on code review.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-02 Reid SpencerFor PR950:
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-26 Reid SpencerFor PR950:
2006-10-12 Chris Lattnersimplify trivial function
2006-10-09 Nick LewyckyFix usage example.
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-09-28 Chris Lattnernew helper class to provide more explicit management...
2006-09-18 Chris LattnerAdd support for pattern matching cast operations
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-08-27 Chris LattnerRemove a dead class.
2006-08-27 Chris Lattneradd directive to disable inlining
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-08-27 Chris LattnerNew place to put compiler-specific functionality. ...
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-21 Jim LaskeyAdding new Dwarf constants.
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-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-26 Reid SpencerFor PR780:
2006-07-18 Chris LattnerAdd an out-of-line virtual method to provide a home...
2006-07-18 Chris LattnerAdd functions to compute ceil(log2(N)) to match functio...
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-07-06 Chris LattnerModify the SlowOperationInformer interface to not throw...
2006-06-28 Chris LattnerAdd support for hidden visibility
2006-06-27 Reid SpencerFor PR801:
2006-06-21 Reid SpencerWhoops, missed a couple more C-style casts.
2006-06-21 Reid SpencerUse C++ style casts instead of C-style casts to shut...
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-15 Chris LattnerAdd some more matcher classes for shifts.
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
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-05-31 Vladimir PrusImprove InstVisitor docs.
2006-05-25 Chris LattnerFix breakage on platforms where string/cassert don...
2006-05-24 Reid SpencerFor PR786:
2006-05-14 Chris LattnerImprove documentation on throwing, it is not complete...
2006-05-13 Reid SpencerAdd a #include <cassert> for situations where Casting...
2006-05-12 Reid SpencerDon't use old-style casts. This prevents compiler warni...
2006-04-20 Reid SpencerAdd in missing #defines for _OpenBSD_ systems.
2006-04-08 Chris LattnerAdd a new shufflevector instruction
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-01 Jim LaskeyRemove comma from enum list.
2006-03-01 Jim LaskeySwitch back to using actual dwarf tags. Simplifies...
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-13 Chris LattnerFix typo that caused build failures for things trying...
2006-01-26 Andrew LenharthRemember plugins should someone like bugpoint want...
2006-01-26 Jim LaskeySplit out Dwarf constants for use outside DwarfWriter.
next