Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-07-12 Dale JohannesenARM: make branch folder remove unconditional branches
2007-07-10 Evan ChengRemove clobbersPred. Add an OptionalDefOperand to instr...
2007-07-06 Evan ChengIncorrect check.
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
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 Evan ChengFix ARM condition code subsumission check.
2007-06-07 Evan ChengStupid cut-n-paste bug caused me soooo much grief....
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 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengRemoved isPredicable().
2007-05-16 Evan ChengHooks for predication support.
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-04-29 Dale JohannesenRewrite of Thumb constant islands handling (exact allow...
2007-04-26 Evan ChengRename findRegisterUseOperand to findRegisterUseOperand...
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-03 Evan ChengInverted logic.
2007-03-26 Evan ChengfindRegisterUseOperand() changed.
2007-03-19 Evan ChengFix naming inconsistencies.
2007-02-07 Evan ChengSpill / restore should avoid modifying the condition...
2007-01-30 Evan ChengCopy and paste bug.
2007-01-30 Evan ChengMisseed thumb jumptable branch.
2007-01-29 Evan ChengFactor GetInstSize() out of constpool island pass.
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
2006-08-08 Rafael Espindolachange the addressing mode of the str instruction to...
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-06-27 Rafael Espindolahandle the "mov reg1, reg2" case in isMoveInstr
2006-05-23 Rafael Espindolaimplement minimal versions of
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend