Significantly improve the documentation of the instcombine divide/compare
[oota-llvm.git] / lib / Target / ARM /
2007-06-19 Evan ChengBe more conservative of duplicating blocks.
2007-06-19 Evan ChengAllow predicated immediate ARM to ARM calls.
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
2007-06-15 Evan ChengInstructions with unique labels or embedded jumptables...
2007-06-13 Dale JohannesenHandle blocks with 2 unconditional branches in AnalyzeB...
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-06-08 Lauro Ramos VenancioDefine AsmTransCBE for ARM.
2007-06-08 Evan ChengFix ARM condition code subsumission check.
2007-06-08 Evan ChengtBcc is not a barrier.
2007-06-07 Evan ChengStupid cut-n-paste bug caused me soooo much grief....
2007-06-06 Evan ChengMark these instructions clobbersPred. They modify the...
2007-06-05 Evan ChengPrint predicate of the second instruction of the two...
2007-06-05 Evan ChengPIC label asm printing cosmetic changes.
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-23 Evan ChengHooks for predication support.
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-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-17 Dale JohannesenMore effective breakdown of memcpy into repeated load...
2007-05-16 Evan ChengARM::tB is also predicable.
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
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 ChengConditional branch is not a barrier.
2007-05-16 Evan ChengFix comment.
2007-05-16 Evan ChengHooks for predication support.
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
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-08 Evan ChengSwitch BCC, MOVCCr, etc. to PredicateOperand.
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-05 Lauro Ramos VenancioFix PR1390.
2007-05-04 Lauro Ramos VenancioAdd a processor.
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 Chris Lattneradd support for printing offset from global
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-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Dale JohannesenAdd some support for (Darwin) code-generating directive...
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengDoh. PC displacement is between the constantpool and...
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-05-01 Evan ChengUnder normal circumstances, when a frame pointer is...
2007-04-30 Dale JohannesenRemove item: thumb padding in constant islands
2007-04-30 Dale Johannesenremove unused variable
2007-04-30 Lauro Ramos VenancioEnable protected visibility on ARM.
2007-04-29 Dale JohannesenRewrite of Thumb constant islands handling (exact allow...
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-28 Dale Johannesenchange per review
2007-04-27 Dale JohannesenPrevent Thumb code from generating ARM instructions
2007-04-27 Lauro Ramos Venancioadd parenthesis.
2007-04-27 Evan ChengDoh. ARM::LEApcrel is a single instruction MI.
2007-04-27 Lauro Ramos VenancioIn Thumb mode, the frame register must be R7.
2007-04-27 Lauro Ramos VenancioARM TLS: implement "general dynamic", "initial exec...
2007-04-27 Evan ChengDarwin runtime library does not have these.
2007-04-27 Evan ChengSpecial handling of LEApcrel and tLEApcrel.
2007-04-27 Evan ChengBack out previous check-in. Incorrect.
2007-04-27 Evan ChengtLEApcrel is a AddrModeTs, i.e. pc relative.
2007-04-26 Evan ChengRename findRegisterUseOperand to findRegisterUseOperand...
2007-04-25 Evan ChengMatch MachineFunction::UsedPhysRegs changes.
2007-04-25 Lauro Ramos Venancioremember to emit weak reference in one more case.
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-23 Dale JohannesenMake Thumb funcs containing islands 4-byte aligned...
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-20 Evan ChengSpecify S registers as D registers' sub-registers.
2007-04-20 Chris Lattneradd a crazy idea
2007-04-19 Lauro Ramos VenancioFix a bug in getFrameRegister.
2007-04-17 Chris Lattnerdag combiner just got better at pruning bits. This...
2007-04-17 Chris Lattneradd a note
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-13 Chris Lattnerarm has r+r*s and r+i addr modes, but no r+i+r*s addr...
2007-04-11 Chris LattnerFix incorrect fall-throughs in addr mode code. This...
2007-04-10 Chris Lattnerrestore support for negative strides
2007-04-09 Chris Lattnerremove dead target hooks
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-04 Evan ChengImplement inline asm modifier P.
2007-04-04 Evan ChengTypo.
2007-04-03 Evan ChengRemove unused constant pool entries.
next