Remove unused variables
[oota-llvm.git] / lib / Target /
2010-12-09 Matt Beaumont-GayRemove unused variables
2010-12-09 Owen AndersonFix typo in Thumb2 branch fixup.
2010-12-09 Eric ChristopherStop confusing people, it's not really a chain, or...
2010-12-09 Bill WendlingRemove extraneous semicolon.
2010-12-09 Bill WendlingAttempt to make the bit-twiddling readable resulted...
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-09 Eric ChristopherRemove extraneous copy from DAG conversion for darwin...
2010-12-09 Owen AndersonFix Thumb2 BCC encoding and fixups.
2010-12-09 Eric ChristopherAdd rsp to the uses for the same reason as 32-bit.
2010-12-08 Kevin EnderbyAllow a slash, '/', as a prefix separator for X86....
2010-12-08 Jason W KimStyle nit and whitespace cleanup
2010-12-08 Jim GrosbachClean up the add/sub w/ SP source reg instructions...
2010-12-08 Jim GrosbachFix T2TwoRegImm and use it for t2ADDrSPi12 and friends.
2010-12-08 Jason W KimRemoved dead comment.
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-08 Jim GrosbachT2TwoRegImm isn't right for t2SUBrSPi12. Use T2I instead.
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 subw SP + imm. rdar...
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw Rn + imm. rdar...
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Evan ChengFix an obvious cut-n-paste error.
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw SP + imm. rdar...
2010-12-08 Jim GrosbachParameterize opcode encoding bits for Thumb2 extended...
2010-12-08 Jim GrosbachFix operand encoding for Thumb2 extended precision...
2010-12-08 Jim GrosbachSimplify T2 operand assignment notation a bit. No need...
2010-12-08 Jim GrosbachTweak ARM fixup value adjustments for Thumb to better...
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-08 Owen AndersonImprove comment.
2010-12-08 Jim GrosbachAdd initializer.
2010-12-08 Evan ChengAdd comments.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-08 Owen AndersonSimplify the byte reordering logic slightly.
2010-12-08 Owen AndersonVLDR fixups need special handling under Thumb. While...
2010-12-07 Matt Beaumont-GayFix a warning about a variable which is only used in...
2010-12-07 Bill WendlingCleanup in the Darwin end. No functionality change.
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-07 Bill WendlingA bit of cleanup: early exit ApplyFixup and cache the...
2010-12-07 Jim GrosbachBinary encoding for ARM tLDRspi and tSTRspi.
2010-12-07 Owen AndersonFix Thumb2 encoding of the S bit.
2010-12-07 Jim GrosbachRefactor the ARM CMPz* patterns to just use the normal...
2010-12-07 Evan ChengCode clean up; no functionality change.
2010-12-07 Evan ChengCode clean up; no functionality change.
2010-12-07 Bruno Cardoso LopesRemove target specific node MipsISD::CMov, which is...
2010-12-07 Bruno Cardoso LopesMatch a pattern generated by a dag combiner opt where:
2010-12-07 Jim GrosbachEncode the literal field for tCMPzi instruction.
2010-12-07 Benjamin KramerAdd parens to pacify gcc.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 NAKAMURA Takumilib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Wesley PeckAdding bug fix that was suppose to be part of 121044.
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Owen AndersonRevert r121021, which broke the buildbots.
2010-12-06 Jim GrosbachTrailing whitespace.
2010-12-06 Owen AndersonImprove handling of Thumb2 PC-relative loads by convert...
2010-12-06 Jim GrosbachEncode the register operand of ARM CondCode operands...
2010-12-06 Jim GrosbachThe ARM AsmMatcher needs to know that the CCOut operand...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-05 Evan ChengEliminate unneeded #include's.
2010-12-05 NAKAMURA TakumiARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp...
2010-12-05 Evan ChengCode clean up.
2010-12-05 Evan ChengRemove an unused variable.
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-04 Bill WendlingInitialize HasPOPCNT.
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-04 Benjamin KramerSimplify code. No functionality change.
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Jim GrosbachEncode condition code for Thumb1 conditional branch...
2010-12-03 Jim GrosbachCorrectly size-reduce the t2CMPzrr instruction to tCMPz...
2010-12-03 Bill WendlingUse correct variable names to match the patterns.
2010-12-03 Jim GrosbachMatch pattern operand names to expected encoding field...
2010-12-03 Jim GrosbachRemove incorrect BL target encoding (it's similar to...
2010-12-03 Jim GrosbachEncode the 32-bit wide Thumb (and Thumb2) instructions...
2010-12-03 Nate BegemanRevert this change since it breaks a couple of the...
2010-12-03 Nate BegemanScalar f32/f64 are also subregs of ymm regs
2010-12-03 Nate BegemanRemove SSE1-4 disable when AVX is enabled. While this...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-03 Benjamin KramerRemove unused variable.
2010-12-03 Jim GrosbachReduce t2 ldr/str instructions to the correct t1 versio...
2010-12-03 Jason W Kimfix ARM::fixup_arm_branch, cleanup, and share more...
2010-12-03 Jim GrosbachNo need to declare EncoderMethod property anymore;...
2010-12-03 Jim GrosbachAdd FIXMEs.
2010-12-03 Jim GrosbachSize reduction for tPUSH come from t2STMDB_UPD, not...
2010-12-03 Bill WendlingDon't overwrite the opcode passed into the T1Special...
2010-12-03 Bill WendlingAdd Thumb encoding for some more instructions.
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Bill WendlingThe tLDR instruction wasn't encoded properly:
2010-12-02 Jim GrosbachTrailing whitespace.
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Jim GrosbachWhen expanding the MOVCCi32imm, make sure to use the...
2010-12-02 Jim GrosbachFix copy/pasto in vmin.f32 encoding.
2010-12-02 Wesley PeckTeaching MBlaze backend how to reverse branch conditions.
next