Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail
[oota-llvm.git] / include /
2007-04-17 Chris LattnerCommit an patch from Gabor Greif in Mar 2005. This...
2007-04-17 Chris Lattnermake getnext/getprev accessors private.
2007-04-17 Chris Lattnermake next/prev accessors private
2007-04-17 Chris Lattnerbool on darwin/ppc is 4 bytes.
2007-04-17 Chris LattnerInstruction:: Next/Prev accessors are now private
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Jeff CohenFix build breakage on 64-bit systems.
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-17 Chris Lattnerurr, yeah.
2007-04-16 Reid SpencerFix 80 col violations.
2007-04-16 Devang PatelProivde getAnalysis<FPAnalysis>(Func) support.
2007-04-16 Devang PatelGive each pass manager chance to manage lower level...
2007-04-16 Devang PatelAdd getPotentialPassManagerType(). No functionality...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerFor PR1328:
2007-04-15 Owen AndersonTabs -> Spaces
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-14 Owen AndersonMake ETForest depend on DomTree rather than IDom. ...
2007-04-14 Jeff CohenFix PR1329.
2007-04-14 Chris Lattneradd GetElementPtrInst::hasAllZeroIndices, a long-overdu...
2007-04-13 Reid SpencerImplement a getBitsNeeded method to determine how many...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-13 Chris LattnerCSE simple binary expressions when they are inserted...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-12 Reid SpencerFor PR1284:
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-11 Reid SpencerFor PR1146:
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-04-10 Chris Lattnerfix a comment bug Reid noticed
2007-04-10 Chris Lattneradd missing methods, mark stuff const
2007-04-10 Chris LattnergetLimitedValue now just forward to APInt's getLimitedV...
2007-04-10 Chris Lattneradd a method
2007-04-10 Reid SpencerDrop the "bit" prefix for the part.select intrinsic.
2007-04-09 Chris Lattnerremove dead target hooks.
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Chris Lattneradd a default ctor for AddrMode.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Owen AndersonMove isReachableFromEntry out of line to avoid an unnec...
2007-04-09 Reid SpencerChris convinced me that the default size of the SmallVe...
2007-04-09 Reid SpencerRemove redundancy.
2007-04-09 Owen AndersonCleanup some from my DomSet-removal changes. Add a new
2007-04-08 Reid SpencerFix a typo.
2007-04-08 Reid SpencerImplement more feedback:
2007-04-08 Reid SpencerImplement review feedback.
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
2007-04-08 Reid SpencerImplement the output inserter for PathWithStatus
2007-04-08 Reid SpencerFor PR1146:
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Owen AndersonAdd DomSet back, and revert the changes to LoopSimplify...
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2007-04-07 Chris Lattneradd loop rot
2007-04-07 Devang PatelAdd loop rotation pass.
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-06 Reid SpencerFor PR1209:
2007-04-05 Chris Lattnereliminate a virtual method
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-04-05 Chris LattnerAdd a helper class (APSInt) which can represent an...
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-04 Lauro Ramos VenancioFix release build.
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-04-04 Evan ChengAdd isFixedObjectIndex. It returns true if the stack...
2007-04-04 Reid SpencerMake the LinkInFile and LinkInLibrary both return an...
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Chris Lattnertrivial optimization
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerInitialize the symbol table to zero explicitly. This...
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-04-03 Bill WendlingAdding more MMX instructions.
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-04-03 Chris Lattneradd missing operator
2007-04-03 Chris Lattneradd a helper function to constantint.
2007-04-02 Evan ChengUgh. Copy coalescer does not update register numbers.
2007-04-02 Chris Lattneradd a helper function.
2007-04-02 Chris Lattneradd range version of insert()
2007-04-01 Zhou ShengRemove unused methods.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-03-31 Chris LattnerSplit the sdisel code munging stuff out into its own...
2007-03-31 Chris Lattnerswitch TL::getValueType to use MVT::getValueType.
2007-03-31 Chris Lattneradd a method to turn a type into a VT.
2007-03-30 Chris Lattneradd one addressing mode description hook to rule them...
2007-03-30 Zhou ShengMake sure this method just return value equal or less...
2007-03-30 Duncan SandsCorrect typo.
2007-03-30 Zhou ShengRename and correct the method "greaterOrEqual".
2007-03-30 Zhou ShengAdd two utility methods into ConstantInt.
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Chris Lattneradd a hook to demat functions.
next