oota-llvm.git
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 Evan ChengPrior load folding check on chain operand was too stric...
2006-10-12 Nick LewyckyReplace custom dispatch code with two uses of InstVisit...
2006-10-12 Evan ChengUpdate tests.
2006-10-11 Chris LattnerFold "zero extending vector loads" now that evan added...
2006-10-11 Chris Lattnernew testcase
2006-10-11 Evan ChengComplexPatterns sse_load_f32 and sse_load_f64 returns...
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-11 Evan ChengAdded properties such as SDNPHasChain to ComplexPattern.
2006-10-11 Jim LaskeyAlias analysis of TRUNCSTORE.
2006-10-11 Chris Lattnerregenerate
2006-10-11 Chris LattnerAdd support for let expressions around an mdef. This...
2006-10-11 Chris Lattneradd test for mdef in a let
2006-10-11 Bill WendlingClean-up of formatting and spelling.
2006-10-11 Jim LaskeyTypo
2006-10-11 Jim LaskeyHandle aliasing of loadext.
2006-10-11 Jim LaskeyExplict processor.
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 Jim LaskeyMake sure combiner alias analysis does it's thing.
2006-10-11 Evan ChengNaming consistency.
2006-10-11 Evan ChengTest case for the recently fixed FindModifiedNodeSlot...
2006-10-11 Bill WendlingPut code example inside of "doc_code" divisions.
2006-10-11 Chris LattnerUse cute tblgen tricks to make zap handling more powerf...
2006-10-11 Chris Lattnernew testcase, this should turn into zap
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerRemove dead/redundant instructions. These are handled...
2006-10-11 Chris LattnerSpecial case tblgen generated code for patterns like...
2006-10-11 Chris LattnerBoth of these functions should turn into cmpbge instruc...
2006-10-11 Chris Lattneradd two helper methods.
2006-10-11 Chris LattnerSplit some code out into a new method. The generated...
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 Lattnernew testcase for zap generation, from the alpha readme
2006-10-11 Chris LattnerThis has apparently been fixed
2006-10-10 Chris LattnerMake the bugpoint reduction heuristics more effective...
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 Espindolaadd some tests for floating point compare
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 ChengAdd test case from PR940.
2006-10-10 Evan ChengMore isel time load folding checking for nodes that...
2006-10-10 Evan ChengComments; getChain(), getBasePtr(), etc. should return...
2006-10-09 Evan Chengshufps with load folding is better than movaps; movsd.
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 Devang PatelUse FindProgramByName instead of FindExecutable.
2006-10-09 Evan ChengPredicate function on the node should be matched before...
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-09 Evan ChengMerging ISD::LOAD and ISD::LOADX. Added LoadSDNode...
2006-10-09 Devang PatelDo error checking.
2006-10-09 Chris LattnerRemove a dead var noticed by Yorion
2006-10-09 Rafael Espindolaadd some tests for floating point arithmetic
2006-10-09 Andrew LenharthFix build error in gcc 3.4 and make more this general
2006-10-09 Devang PatelUse GetTemporaryDirectory. Fix llvm.org/bugs/show_bug...
2006-10-09 Nick LewyckyFix usage example.
2006-10-09 Rafael Espindolaadd float -> double and double -> float conversion
2006-10-09 Reid SpencerFix PR886:
2006-10-09 Chris Lattnerxfail this until andrew has a chance to implement the...
2006-10-09 Rafael Espindolaadd a test for adds adcs
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 Lattnernew testcase for PR892
2006-10-08 Chris LattnerImplement Transforms/ScalarRepl/union-pointer.ll:test
2006-10-08 Chris Lattnernew testcase for SROA for stuff like "union { int*...
2006-10-08 Chris LattnerEliminate more token factors by taking advantage of...
2006-10-08 Chris LattnerFix PR897
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 Lattnernew testcase we miscompile
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.
next