Remove unused member functions.
[oota-llvm.git] / lib / Target / ARM /
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Chris Lattnerreduce api exposure: clients shouldn't call SectionKind...
2009-07-24 Evan ChengThumb2 should use the register scavenger.
2009-07-24 Evan ChengFLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ...
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-23 Evan ChengThumb2 does not allow the use of "pc" register as part...
2009-07-23 Evan ChengFix up ARM constant island pass for Thumb2.
2009-07-23 Evan ChengSince we have moved unified assembly, switch to ADR...
2009-07-23 David GoodwinFix frame index elimination to correctly handle thumb...
2009-07-23 Evan Cheng80 col violation.
2009-07-22 David GoodwinFix typo in addrmode definition.
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Evan ChengEliminate a redudant check Eli pointed out.
2009-07-22 Evan ChengDon't forget D16 - D31 are clobbered by calls and sjlj eh.
2009-07-22 Evan ChengAdd R12 to the list of registers clobbered by 16-bit...
2009-07-22 Evan ChengFix a obvious copy-n-paste bug.
2009-07-22 Evan ChengGet rid one of the getRegisterNumbering. Also add D16...
2009-07-22 Evan ChengAdd an entry.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Evan ChengFixing cp island pass. Step 1: Determine whether the...
2009-07-21 Evan ChengFix comment.
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
2009-07-21 Evan ChengAdd fake v7 itineraries for now.
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Evan ChengDo not select tSXTB / tSXTH in thumb2 mode.
2009-07-21 Evan ChengFix ARM isle code that optimize multiply by constants...
2009-07-20 David GoodwinCMP and TST define CPSR, not use it.
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 David GoodwinUse t2LDRri12 for frame index loads.
2009-07-20 Evan ChengFix PR4567. Thumb1 target was using the wrong instructi...
2009-07-20 Evan ChengModel fpscr to prevent fcmped / fcmpezs etc from being...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-19 Evan ChengFix a regression from 76124. Thumb1 instructions defaul...
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Jeffrey Yasskinr76102 added the MachineCodeEmitter::processDebugLoc...
2009-07-17 Evan ChengFix tSUBspi operand definition. It reads and writes...
2009-07-16 Anton KorobeynikovEmit cross regclass register moves for thumb2.
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 David GoodwinThumb-2 only support [base_reg + offset_reg] addressing...
2009-07-15 Daniel DunbarReplace large swaths of copy-n-paste code with obvious...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-15 Chris Lattnerconvert arm/darwin stubs to use the mangler to synthesi...
2009-07-15 Chris Lattnerfix an arm codegen bug (the same as PR4482 on ppc)...
2009-07-15 Chris Lattnerconvert [Hidden]GVNonLazyPtrs to compute the global...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Bob WilsonFix bad indentation and 80-col violation.
2009-07-14 David GoodwinCheck for PRE_INC and POST_INC.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 David GoodwinhasThumb2() does not mean we are compiling for thumb...
2009-07-14 Bob WilsonRemove an extra space.
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-14 Evan Cheng1. In Thumb mode, select tBx instead of ARM variants.
2009-07-14 David GoodwinFix detection of valid BFC immediates.
2009-07-14 Bob WilsonFix an obvious copy-and-paste error.
2009-07-14 Bob WilsonRevert 75309.
2009-07-13 David GoodwinFix FP elimination code to work for Thumb-2 addrmode...
2009-07-13 Bob WilsonFix comment typos.
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Evan ChengDon't put IT instruction before conditional branches.
2009-07-11 Evan ChengSmarter isel of ldrsb / ldrsh. Only make use of these...
2009-07-11 Evan ChengMajor changes to Thumb (not Thumb2). Many 16-bit instru...
2009-07-11 Evan Cheng80 col violation.
2009-07-10 Bob WilsonAdd superclasses of ARM Neon quad registers. The Q2PR...
2009-07-10 David GoodwinPredicate VFP instructions on HasVFP2 instead of IsARM...
2009-07-10 David Goodwint2LDM_RET does not fall-through.
2009-07-10 Duncan SandsAdd Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
2009-07-10 Evan ChengMore info about Thumb1 predication support.
2009-07-10 Evan ChengWe don't need separate thumb1 instructions tADDSi3...
2009-07-10 Evan ChengAdd a thumb2 pass to insert IT blocks.
2009-07-10 Evan ChengMove isPredicated from .cpp to .h
2009-07-10 Evan Cheng80 col violation.
2009-07-10 Evan ChengRemove a bogus assertion.
2009-07-10 Bob WilsonReplace TM.getRegisterInfo() calls by TRI instance...
2009-07-09 Bob WilsonHandle 'a' modifier on inline assembly operands.
2009-07-09 Evan ChengAdded Thumb IT instruction.
2009-07-09 Evan ChengAnother todo entry.
2009-07-09 Evan ChengInitial support for load / store multiple opt pass...
2009-07-09 Evan ChengFix ldm / stm unified syntax; add t2LDM_RET.
2009-07-09 Evan ChengLDM_RET should be marked mayLoad.
2009-07-09 Evan ChengFix ldrd / strd address mode matching code. It allows...
2009-07-09 Evan ChengAdd a Thumb readme entry.
2009-07-09 Evan ChengCorrect comment.
2009-07-09 David GoodwinHandle Thumb-2 addressing modes during FP elimination.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
next