Preserve analysis info.
[oota-llvm.git] / lib / Target / ARM /
2007-07-11 Dale JohannesenFix hang compiling TimberWolf (allow for islands
2007-07-10 Evan ChengDidn't mean the last commit. Revert.
2007-07-10 Evan ChengUpdate.
2007-07-10 Evan ChengRemove clobbersPred. Add an OptionalDefOperand to instr...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-07-06 Evan ChengNo need for ccop anymore.
2007-07-06 Evan ChengIncorrect check.
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Evan ChengPrint the s bit if the instruction is toggled to its...
2007-07-06 Evan ChengPredicateDefOperand -> OptionalDefOperand.
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengUnfortunately we now require C++ code to isel Bcc,...
2007-07-05 Evan ChengEach ARM use predicate operand is now made up of two...
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-06-29 John CriswellConvert .cvsignore files
2007-06-26 Evan ChengSilence a warning.
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-22 Owen AndersonFix the build.
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-22 Dale JohannesenQuote complex names for Darwin X86 and 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.
next