add missing opcode.
[oota-llvm.git] / include / llvm / Support /
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...
2007-04-20 Chris LattnerFix a very strange assertion message, patch by Christop...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-06 Chris LattnerSwitch some vectors to smallvectors. This reduces...
2007-04-06 Chris LattnerEliminate unneeded virtual methods
2007-04-05 Chris Lattnereliminate a virtual method
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-03-22 Jeff CohenBe more explicit concerning argument sizes.
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-04 Chris Lattnerfix 80 col violations, mark arrays static
2007-03-02 Anton KorobeynikovFix uninitialized use of variable. Remove tabs and...
2007-03-02 Owen AndersonFix a typo.
2007-03-01 Owen AndersonUse GCC intrinsics when available, and use smarter...
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-03-01 Owen AndersonUse the GCC built-in for PopulationCount when it's...
2007-02-28 Reid SpencerMove ConstantRange class to lib/Support from lib/Analys...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-20 Chris Lattneradd a way to register an arbitrary cleanup function.
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...
next