oota-llvm.git
2005-12-16 Chris Lattneradd some simple operand info
2005-12-16 Chris Lattnerrename option for consistency with -mcpu -mattr etc
2005-12-16 Chris Lattnerrename options
2005-12-16 Chris Lattnerrename option
2005-12-16 Chris LattnerDocument -mcpu -mattr -triple
2005-12-16 Chris Lattnerprovide an option to override the target triple in...
2005-12-16 Chris Lattnerprovide an option to override the target triple in...
2005-12-16 Chris LattnerUpdate the darwin handling of linkonce & weak functions...
2005-12-16 Chris LattnerDon't globalize internal functions
2005-12-15 Evan Cheng* Promote all 1 bit entities to 8 bit.
2005-12-15 Chris LattnerDon't create SEXTLOAD/ZEXTLOAD instructions that the...
2005-12-15 Evan ChengAdded frameindex, constpool, globaladdr, and externalsy...
2005-12-15 Evan ChengAdded constpool, frameindex, and externalsym nodes.
2005-12-15 Evan ChengHandling zero extension of 1 bit value.
2005-12-15 Evan ChengUse MOV8rm to load 1 bit value.
2005-12-14 Nate BegemanRemove a now unused statistic.
2005-12-14 Nate BegemanUse the new predicate support that Evan Cheng added...
2005-12-14 Nate BegemanAdd a case for float just to make sure the patterns...
2005-12-14 Evan ChengFixed a typo: line 2323: MOVSX16rm8 -> MOVZX16rm8....
2005-12-14 Evan ChengAdded predicate !NoExcessFPPrecision to FMADD, FMADDS...
2005-12-14 Evan ChengAdded support to specify predicates.
2005-12-14 Chris LattnerFix printing of the instructions.
2005-12-14 Evan ChengFixed extload type profile. The 4th operand is a ValueT...
2005-12-14 Chris LattnerWhen folding loads into ops, immediately replace uses...
2005-12-14 Chris Lattnernew testcase, each function should have one extension...
2005-12-14 Reid SpencerRemove -start-group and -end-group no-op options, accid...
2005-12-14 Chris LattnerFix the (zext (zextload)) case to trigger, similarly...
2005-12-14 Chris LattnerFix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash...
2005-12-14 Chris Lattnernew (undefined) testcase, distilled from 126.gcc that...
2005-12-14 Chris LattnerFix a miscompilation in crafty due to a recent patch
2005-12-14 Evan ChengAdded sext and zext patterns.
2005-12-14 Evan ChengSkip over srcvalue nodes when generating ISEL code.
2005-12-14 Evan ChengAdded sextld + zextld DAG nodes.
2005-12-14 Evan ChengFold (zext (load x) to (zextload x).
2005-12-14 Nate BegemanAdd support for fmul node of type v4f32.
2005-12-13 Nate BegemanPrepare support for AltiVec multiply, divide, and sqrt.
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-12-13 Reid SpencerImprove ResolveFunctions to:
2005-12-13 Chris LattnerDon't lump the filename and working dir together
2005-12-13 Evan ChengAdd load + store folding srl and sra patterns.
2005-12-13 Chris LattnerUse the shared asmprinter code for printing special...
2005-12-13 Chris LattnerAdd a couple more fields, move ctor init list to .cpp...
2005-12-13 Chris LattnerAdd ELF and darwin support for static ctors and dtors
2005-12-13 Chris Lattnerreindent a loop, unswitch a loop. No functionality...
2005-12-13 Nate BegemanLowering constant pool entries on ppc exposed a bug...
2005-12-13 Evan ChengBeautify a few patterns.
2005-12-13 Evan ChengSome shl patterns which do load + store folding.
2005-12-13 Evan ChengA few helper fragments for loads. e.g. (i8 (load addr...
2005-12-13 Evan ChengAdd and, or, and xor patterns which fold load + stores.
2005-12-13 Evan ChengAdd inc + dec patterns which fold load + stores.
2005-12-13 Evan ChengAdd neg and not patterns which fold load + stores.
2005-12-13 Evan ChengMissed a couple redundant explicit type casts.
2005-12-13 Evan ChengFix some bad choice of names: i16SExt8 ->i16immSExt8...
2005-12-13 Evan Cheng* Split immSExt8 to i16SExt8 and i32SExt8 for i16 and...
2005-12-12 Evan ChengAdd some integer mul patterns.
2005-12-12 Evan ChengBug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue...
2005-12-12 Evan ChengAt top of generated isel SelectCode() is this:
2005-12-12 Chris LattnerAccept and ignore prefetches for now
2005-12-12 Chris LattnerFix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
2005-12-12 Chris LattnerTestcase for a problem that reid ran into
2005-12-12 Evan ChengAdd some sub patterns.
2005-12-12 Evan ChengWhen SelectLEAAddr() fails, it shouldn't cause the...
2005-12-12 Evan ChengFor ISD::RET, if # of operands >= 2, try selection...
2005-12-12 Andrew Lenharthfix FP selects
2005-12-12 Chris Lattnerremove some never-completed and now-obsolete code.
2005-12-12 Evan ChengAdd a few more add / store patterns. e.g. ADD32mi8.
2005-12-12 Evan ChengBug fix: finding the correct incoming chain for pattern...
2005-12-12 Andrew Lenharthrestore a more restricted select
2005-12-12 Chris LattnerImplement a little hack for parity with GCC on crafty...
2005-12-12 Chris Lattnernew testcase: sra should be able to eliminate all of...
2005-12-11 Chris LattnerSend an indicator to llvm-testresults if the build...
2005-12-11 Chris LattnerFix typo :(
2005-12-11 Chris LattnerMinor tweak to get isel opt
2005-12-11 Chris Lattneradd selectcc
2005-12-11 Chris LattnerRemove type casts that are no longer needed
2005-12-11 Chris LattnerRealize the constant pool & global addrs must always...
2005-12-11 Chris LattnerFix the JIT failures from last night.
2005-12-11 Andrew LenharthFP select improvements (and likely breakage), oh and...
2005-12-10 Nate BegemanAdd support for TargetConstantPool nodes to the dag...
2005-12-10 Evan ChengUse SDTCisPtrTy type property for store address.
2005-12-10 Evan ChengStop emitting a redudant type check for complex pattern...
2005-12-10 Evan Cheng* Added X86 store patterns.
2005-12-10 Evan ChengAdded new getNode and getTargetNode variants for X86...
2005-12-10 Evan ChengFor instructions which produce no result, e.g. store...
2005-12-09 Nate BegemanAdd support patterns to many load and store instruction...
2005-12-09 Chris LattnerAdd SDTCisPtrTy and use it for loads, to indicate that...
2005-12-09 Chris LattnerAdd a new SDTCisPtrTy constraint, which indicates that...
2005-12-09 Evan ChengAdded patterns for ADD8rm, etc. These fold load operand...
2005-12-09 Evan Cheng* Do not allow nodes which produce chain results (e...
2005-12-09 Chris LattnerAvoid emitting two tabs when switching to a named section
2005-12-09 Chris LattnerTeach the PPC backend about the ctor and dtor list...
2005-12-09 Chris LattnerTeach legalize how to promote sext_inreg to fix a probl...
2005-12-09 Evan ChengPrevent folding of instructions which produce chains...
2005-12-09 Evan Cheng* Make sure complex pattern operands are selected first...
2005-12-09 Andrew Lenharthit helps if your conditionals are not reversed
2005-12-08 Chris Lattnerimprove code insertion in two ways:
2005-12-08 Chris LattnerAdd another important case we miss
2005-12-08 Evan ChengAdded support for ComplexPattern.
2005-12-08 Evan ChengAdded explicit type field to ComplexPattern.
2005-12-08 Evan Cheng* Added an explicit type field to ComplexPattern.
next