Add comments to fallsthrough cases. Also, this fixes PR1492
[oota-llvm.git] / lib / Target /
2007-06-02 Chris Lattnerupdate this entry, now that Anton implemented shift...
2007-06-01 Evan ChengOpcode modifier s comes after condition code. e.g....
2007-06-01 Evan ChengSet ARM ifcvt duplication limit to 3 for now.
2007-06-01 Evan ChengMake jumptable non-predicable for now.
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-29 Evan ChengFor VFP2 fldm, fstm instructions, the condition code...
2007-05-29 Evan ChengFor ldrb, strh, etc., the condition code is before...
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-29 Nicolas GeoffrayImplementation of compilation callback in PPC ELF32
2007-05-24 Dan GohmanAdd explicit qualification for namespace MVT members.
2007-05-23 Evan ChengHooks for predication support.
2007-05-23 Evan ChengRename a parameter.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-22 Bill WendlingWe only need to specify the most-implied feature for...
2007-05-21 Evan ChengFix some -march=thumb regressions. tBR_JTr is not predi...
2007-05-21 Dale JohannesenUse AXI3 not AXI2 for appropriate PIC PC-relative loads...
2007-05-21 Dale JohannesenAdd some patterns for PIC PC-relative loads and stores.
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-18 Dan GohmanApply this patch:
2007-05-18 Chris Lattneradd a note
2007-05-18 Dan GohmanUse MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VA...
2007-05-18 Evan ChengMark calls non-predicable for now. Need to ensure it...
2007-05-18 Evan ChengSilence some compilation warnings.
2007-05-18 Evan ChengSet ARM if-conversion block size threshold to 10 instru...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-17 Dale JohannesenMore effective breakdown of memcpy into repeated load...
2007-05-17 Evan ChengFix a bogus check that prevented folding VECTOR_SHUFFLE...
2007-05-17 Evan ChengAdded missing patterns for UNPCKH* and PUNPCKH*.
2007-05-17 Chris LattnerThis is the correct fix for PR1427. This fixes mmx...
2007-05-17 Anton KorobeynikovRevert patch for PR1427. It breaks almost all vector...
2007-05-17 Chris Lattneradd support for 128-bit add/sub on ppc64
2007-05-17 Chris Lattneradd support for 128-bit integer add/sub
2007-05-17 Chris LattnerFix PR1427 and test/CodeGen/X86/mmx-shuffle.ll
2007-05-17 Evan ChengRemove. Not needed.
2007-05-16 Evan ChengDefault implementation of TargetInstrInfo::getBlockSize().
2007-05-16 Evan ChengARM::tB is also predicable.
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengAdd default implementation of PredicateInstruction().
2007-05-16 Evan ChengMove if-conversion after all passes that may use regist...
2007-05-16 Evan ChengRemoved isPredicable().
2007-05-16 Evan ChengMake ARM::B isPredicable; Make Bcc and MOVCC condition...
2007-05-16 Evan ChengAdded isPredicable bit to class Instruction.
2007-05-16 Evan ChengConditional branch is not a barrier.
2007-05-16 Chris Lattnerimplement the missing maskmovq mmx intrinsic that akor...
2007-05-16 Evan ChengFix comment.
2007-05-16 Evan ChengHooks for predication support.
2007-05-15 Chris Lattnerfix some subtle inline asm selection issues
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-05-15 Chris Lattnerfix subtle bugs in inline asm operand selection
2007-05-14 Lauro Ramos VenancioFix previous patch. GOTOFF can be used only when the...
2007-05-14 Lauro Ramos VenancioOptimize PIC implementation. GOTOFF can be used when...
2007-05-14 Lauro Ramos VenancioEnable aliases on arm-linux.
2007-05-13 Chris LattnerFix PR1413
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-10 Chris Lattneradd some notes
2007-05-08 Evan ChengSwitch BCC, MOVCCr, etc. to PredicateOperand.
2007-05-08 Evan ChengPredicateOperand can be used as a normal operand for...
2007-05-08 Evan ChengR0 is a sub-register of X0, etc.
2007-05-07 Lauro Ramos VenancioFix PR1390 in a better way.
2007-05-07 Evan ChengThis is no longer needed after enabling the DAG combine...
2007-05-06 Chris Lattneradd this back
2007-05-06 Anton KorobeynikovUpdate MSIL BE. This patch fixes most weird glitches...
2007-05-06 Bill Wendling3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and...
2007-05-06 Nate BegemanReference correct header
2007-05-05 Lauro Ramos VenancioFix PR1390.
2007-05-05 Chris Lattneradd a note
2007-05-05 Chris Lattnerthe mason example is implemented. Move some examples...
2007-05-05 Chris Lattnerimplement anyextend from i1 -> i64
2007-05-05 Chris Lattnermove CodeGen/X86/overlap-add.ll here.
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-04 Lauro Ramos VenancioAdd a processor.
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-05-04 Evan ChengOn Mac OS X, GV requires an extra load only when reloca...
2007-05-03 Evan ChengShould never see an indexed load / store with zero...
2007-05-03 Dale JohannesenEvan's patch to avoid FPreg->intreg copy for cvt; store...
2007-05-03 Lauro Ramos VenancioDebug support for arm-linux.
2007-05-03 Dan GohmanIndent the .text, .data, and .bss directives in assembl...
2007-05-03 Chris LattnerFix two classes of bugs:
2007-05-03 Chris Lattneradd support for printing offset from global
2007-05-03 Chris Lattnerrevert accidental commit
2007-05-03 Chris Lattneradd support for printing offset of global
2007-05-03 Dan GohmanSets the section names for fixed-size constants and...
2007-05-03 Chris Lattnerrevert reid's patch to fix these failures:
2007-05-03 Evan ChengTypo. It's checking if V is multiple of 4, not multiple...
2007-05-03 Devang PatelDrop 'const'
2007-05-03 Chris Lattnermatch a reassociated form of fnmul. This implements...
2007-05-03 Chris Lattnerexpose HonorSignDependentRoundingFPMathOption to .td...
2007-05-03 Chris LattnerAdd a new option.
2007-05-02 Bill WendlingNon-algorithmic change. Moved definitions around into...
2007-05-02 Bill WendlingUpdate.
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-02 Anton KorobeynikovEmit correct register move information in eh frames...
2007-05-02 Anton KorobeynikovEmit correct DWARF reg # for RA (return address) register
2007-05-02 Reid SpencerMake sign extension work correctly for unusual bit...
2007-05-02 Dale JohannesenAdd some support for (Darwin) code-generating directive...
next