Start checking from the root of the matched sub-tree.
[oota-llvm.git] / lib /
2006-10-14 Chris LattnerMake sure that the node returned by SimplifySetCC is...
2006-10-14 Chris Lattnerfold setcc of a setcc.
2006-10-14 Chris LattnerWhen SimplifySetCC was moved to the DAGCombiner, it...
2006-10-14 Chris Lattnerdisable this pass for now, it's causing issues
2006-10-14 Chris Lattnerfalling off the end of a function is ok with an unreach...
2006-10-13 Jim LaskeyReduce the workload by not adding chain users to work...
2006-10-13 Chris LattnerFix a bug where we incorrectly turned '(X & 0) == 0...
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattneradd the branch folding pass as a late cleanup pass...
2006-10-13 Chris Lattnerdisable some objectionable code, maybe we can bring...
2006-10-13 Chris Lattnerremove some dead code
2006-10-13 Chris Lattneradd note
2006-10-13 Chris Lattnerset isBarrier correctly
2006-10-13 Chris LattnerCorrectly handle instruction separators.
2006-10-13 Chris LattnerExpose method and ivars for measuring inline asm length...
2006-10-13 Andrew LenharthMove some warnings to debug mode.
2006-10-13 Rafael Espindolaadd FNEGS and FNEGD
2006-10-13 Chris LattnerFix another dtor issue. The function local statics...
2006-10-13 Rafael Espindolaadd SBCS and SUBS
2006-10-13 Rafael Espindolaimplement calls to functions that return long
2006-10-13 Rafael Espindolaimplement unordered floating point compares
2006-10-13 Jim LaskeyWorkaround for templates
2006-10-13 Jim LaskeyClean up dump.
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-12 Chris Lattneradd a note
2006-10-12 Chris LattnerLower X%C into X/C+stuff. This allows the 'division...
2006-10-12 Evan ChengAdd RemoveDeadNode to remove a dead node and its (poten...
2006-10-12 Chris Lattneradd a minor dag combine noticed when looking at PR945
2006-10-12 Evan ChengDoh. This wasn't causing problems by luck.
2006-10-12 Evan ChengSome X86ISD::CMP were created with wrong ValueType's.
2006-10-12 Chris LattnerFix massive resource leaks in the bytecode reader....
2006-10-12 Chris Lattnermark call adjustments as modifying the SP
2006-10-12 Chris Lattneradjcallstack up/down clobbers the sp
2006-10-12 Chris Lattneradjcallstackup/down clobbers the stack pointer
2006-10-12 Chris Lattnermark adjcallstack up/down as clobbering and using the SP
2006-10-12 Chris LattnerMove the Imp tblgen class from the X86 backend to commo...
2006-10-12 Chris Lattnerrestore my previous patch, now that the X86 backend...
2006-10-12 Chris LattnerMark ADJCALLSTACKUP/DOWN as clobbering ESP so that...
2006-10-12 Jim LaskeyD'oh - need to use the rigth kind of store.
2006-10-12 Evan ChengBacking out Chris' last commit. It's breaking llvm...
2006-10-12 Chris Lattnerfix compilation failure of smg2000
2006-10-12 Chris LattnerIf we see a load from a stack slot into a physreg,...
2006-10-12 Nick LewyckyReplace custom dispatch code with two uses of InstVisit...
2006-10-11 Chris LattnerFold "zero extending vector loads" now that evan added...
2006-10-11 Evan ChengComplexPatterns sse_load_f32 and sse_load_f64 returns...
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-11 Jim LaskeyAlias analysis of TRUNCSTORE.
2006-10-11 Jim LaskeyTypo
2006-10-11 Jim LaskeyHandle aliasing of loadext.
2006-10-11 Andrew LenharthReduce the amount of state in the lowering code and...
2006-10-11 Jim LaskeyFix regression in combiner alias analysis.
2006-10-11 Evan ChengNaming consistency.
2006-10-11 Chris LattnerUse cute tblgen tricks to make zap handling more powerf...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerRemove dead/redundant instructions. These are handled...
2006-10-11 Chris Lattneradd two helper methods.
2006-10-11 Andrew LenharthThis entry is done. switched to the gcc way of doing...
2006-10-11 Evan ChengFindModifiedNodeSlot needs to add LoadSDNode ivars...
2006-10-11 Chris LattnerThis has apparently been fixed
2006-10-10 Rafael Espindolauint <-> double conversion
2006-10-10 Evan ChengAlso update getNodeLabel for LoadSDNode.
2006-10-10 Evan ChengSDNode::dump should also print out extension type and VT.
2006-10-10 Rafael Espindolaadd fp sub
2006-10-10 Rafael Espindolaadd double <-> int conversion
2006-10-10 Chris LattnerFix another bug in extload promotion.
2006-10-10 Rafael Espindolacompare doubles
2006-10-10 Rafael Espindolainitial support for fp compares. Unordered compares...
2006-10-10 Evan ChengFix a bug introduced by my LOAD/LOADX changes.
2006-10-10 Evan ChengMore isel time load folding checking for nodes that...
2006-10-09 Evan ChengDon't go too crazy with these AddComplexity. Try matchi...
2006-10-09 Evan ChengDon't convert to MOVLP if using shufps etc. may allow...
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-09 Rafael Espindolaadd float -> double and double -> float conversion
2006-10-09 Reid SpencerFix PR886:
2006-10-09 Chris LattnerFix a bug pointed out by Zhongxing Xu
2006-10-09 Rafael Espindolaadd ADDS and ADCS
2006-10-09 Rafael Espindolaexpand ISD::SELECT
2006-10-09 Rafael Espindolaadd a note
2006-10-09 Rafael Espindolaexpand ISD::EXTLOAD
2006-10-09 Rafael Espindolamost ARM targets are little endian
2006-10-08 Chris LattnerImplement SROA of unions with mixed pointers/integers...
2006-10-08 Chris LattnerImplement Transforms/ScalarRepl/union-pointer.ll:test
2006-10-08 Chris LattnerEliminate more token factors by taking advantage of...
2006-10-07 Jim LaskeyCombiner alias analysis passes Multisource (release...
2006-10-07 Chris Lattnercompletely disable folding of loads into scalar sse...
2006-10-07 Chris Lattnerconvert packed FP add/sub/mul/div to use a multiclass.
2006-10-07 Chris Lattnerone multiclass now defines all 8 variants of binary...
2006-10-07 Chris LattnerSwitch ADD/MUL/DIV/SUB scalarsse fp ops to a multiclass
2006-10-07 Chris LattnerRandom acts of shrinkage
2006-10-07 Chris LattnerConvert pand/por/pxor to use multiclass
2006-10-07 Chris LattnerConvert some more instructions over to use a new multic...
2006-10-07 Chris LattnerFix a bug where PADDQrm printed paddd instead of paddq.
2006-10-07 Chris LattnerAdd multiclass for SSE2 instructions that correspond...
2006-10-07 Chris Lattnerrename:
2006-10-07 Chris LattnerConvert saturating PADD/PSUB's to use a multiclass
2006-10-07 Chris LattnerConvert PAVG*, PMADDWD, and PMUL* to use multiclasses.
2006-10-07 Chris LattnerFix typo in packsswb instr definition, where the load...
2006-10-07 Rafael Espindolaimplement FUITOS and FUITOD
next