Fix the remainder shifting in KnuthDiv.
[oota-llvm.git] / include /
2007-02-11 Chris Lattneradd new ShouldRehash method to factor out common code...
2007-02-11 Chris Lattnerdo not allow hash table to be filled with tombstones.
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
2007-02-11 Chris LattnerReplace the ugly FindValue method with STL-like find...
2007-02-11 Chris Lattnerremove support for stringmap visitors now that iterator...
2007-02-11 Chris Lattneradd iterator support, plus support for size() and empty().
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-02-11 Chris Lattneradd a helper method: Value::takeName
2007-02-11 Chris LattnerSplit StringMapEntry construction out of StringMap...
2007-02-10 Chris Lattnerremove dead method.
2007-02-10 Chris Lattnereliminate the std::vector from StructLayout, allocating...
2007-02-10 Chris Lattnerencapsulate the rest of the StructLayout members.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Chris Lattneradd helper method.
2007-02-10 Chris LattnerChange TargetData::getIndexedOffset interface to not...
2007-02-10 Reid SpencerCompaction tables don't exist any more.
2007-02-10 Chris LattnerMake find return the appropriate iterator/const_iterator
2007-02-10 Chris LattnerAllow DenseMAp to take an explicit DenseMapKeyInfo
2007-02-10 Evan ChengAdd live-ins to MachineBasicBlock.
2007-02-09 Zhou ShengEliminates friend function declaration inside APInt...
2007-02-08 Evan ChengMove SimplifySetCC to TargetLowering and allow it to...
2007-02-08 Chris LattnerRename CStringMap -> StringMap, since it now supports...
2007-02-08 Chris LattnerAllow cstringmap to contain strings with nul characters...
2007-02-08 Zhou ShengAs Chris and Reid suggested, remove "isSigned" field...
2007-02-08 Bill WendlingFixed comments.
2007-02-08 Bill WendlingAdded new method to finish up the addition of passes...
2007-02-08 Bill WendlingDeclarations for functions that create different file...
2007-02-08 Bill WendlingMoved from include/llvm/CodeGen to lib/CodeGen.
2007-02-07 Chris Lattnermove archive-specific stuff out of bcreader into archiv...
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-07 Lauro Ramos VenancioFix build error.
2007-02-07 Chris Lattnerremove dead ivars.
2007-02-07 Chris Lattnerremove the handleVBR32/handleVBR64 callbacks. They...
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-07 Chris Lattnereliminate ValueSymbolTable::rename, it has no advantage...
2007-02-07 Chris LattnerMake SymbolTable::insert, SymbolTable::remove and Symbo...
2007-02-07 Zhou ShengAs Chris suggested, fixed some problems. (This is the...
2007-02-07 Chris LattnerEliminate the O(n) version of TypeSymbolTable::remove...
2007-02-07 Chris LattnerTypeSymbolTable::rename is dead, remove it
2007-02-07 Chris Lattnereliminate std::vector's from the bchandler interface
2007-02-07 Chris Lattnerdo not let the table fill up with tombstones.
2007-02-07 Chris LattnerFix a really subtle bug where the entire hash table...
2007-02-06 Jim LaskeyDeemed too cute to live.
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-02-06 Lauro Ramos VenancioFix build error.
2007-02-06 Zhou ShengAs Reid suggested, fixed some problems.
2007-02-05 Chris LattnerSimplify this a bit, add an assertion
2007-02-05 Chris LattnerStableBasicBlockNumbering is conceptually just a wrappe...
2007-02-05 Chris LattnerConst method must use const_iterator.
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Zhou ShengAdd a class APInt to represent arbitrary precision...
2007-02-05 Bill WendlingUse unsigned char& instead of std::vector<>::reference.
2007-02-04 Chris Lattnerswitch the VRBaseMap in the scheduler from an std:...
2007-02-04 Chris LattnerIntroduce new UnarySDNode/BinarySDNode/TernarySDNode...
2007-02-04 Chris LattnerAdd a new SDNode ctor and InitOperands method. This...
2007-02-04 Chris Lattnereliminate the SDNode::setValueTypes method.
2007-02-04 Chris Lattnereliminate a bunch of duplicate ctors and helper functions.
2007-02-04 Chris Lattnermove MorphNode to out of line and merge setNodeOperands...
2007-02-04 Chris Lattnersimplify MorphNodeTo to take a VTList operand.
2007-02-04 Chris Lattnereliminate some extraneous methods in SDNode
2007-02-04 Chris LattnerGive each selectiondag node class a home for it's vtabl...
2007-02-04 Chris Lattneradd a version of insert that takes the key and value.
2007-02-04 Reid SpencerFor PR1163:
2007-02-04 Chris LattnerMake SmallSetVector useful
2007-02-04 Chris LattnerVarious bugfixes
2007-02-03 Chris LattnerConvert SetVector to be a true adapter class and add...
2007-02-03 Reid SpencerFor PR1072:
2007-02-03 Chris Lattner8 buckets is way too small to start out with. This...
2007-02-03 Chris Lattnerremove a dead header
2007-02-03 Bill WendlingAdded GetTargetRelocation method.
2007-02-03 Bill WendlingAdded some accessor methods.
2007-02-03 Bill WendlingMoved MachORelocation to its own header file. Have...
2007-02-03 Bill WendlingNew file for the MachORelocation structure. It doesn...
2007-02-03 Chris Lattnerswitch the sched unit map over to use a DenseMap instea...
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2007-02-02 Chris Lattnersilence annoying warning in release-asserts build
2007-02-02 Chris Lattneradd find/erase, add const iterators, fix bugs in iterators.
2007-02-02 Chris Lattneradd iterators
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Devang PatelPretty print pass managers.
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Reid SpencerFix a homonymo in a comment.
2007-02-01 Anton KorobeynikovFixed uninitialized stuff inside LegalizeDAG. Fortunate...
2007-02-01 Chris LattnerAdd a new dense hash table implementation
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2007-02-01 Chris Lattnerrename DenseMap -> IndexedMap.
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2007-01-31 Chris Lattneradd missing ctor
2007-01-31 Chris Lattnerimplement the new GEP instruction ctors.
2007-01-31 Evan ChengAllow the target to override the ISD::CondCode that...
2007-01-31 Evan ChengAdded O_F32 and O_64 in addition to UO_F32 and UO_64...
2007-01-31 Chris LattnerRevise APIs for creating constantexpr GEPs to not requi...
2007-01-30 Chris LattnerMake this a *real* header:
2007-01-30 Chris Lattnermove constant folding code out of Utils/Local into...
2007-01-30 Chris LattnerThe inliner/cloner can now optionally take TargetData...
2007-01-30 Chris LattnerChange constant folding APIs to take an optional Target...
next