summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-05-15[mips][mips64r6] Add RINT.fmt instructionsZoran Jovanovic2-0/+4
2014-05-15[mips][mips64r6] Add SELEQZ/SELNEZ.fmt instructionsZoran Jovanovic2-0/+8
2014-05-15[mips][mips64r6] Add MAX/MIN/MAXA/MINA.fmt instructionsZoran Jovanovic2-0/+16
2014-05-15R600/SI: Only use SALU instructions for 64-bit add in a block of CF depth 0Tom Stellard1-0/+25
2014-05-15R600/SI: Use VALU instructions for i1 opsTom Stellard2-12/+36
2014-05-15[mips][mips64r6] Add bitswap, and dbitswapDaniel Sanders2-0/+3
2014-05-15ARM64: print correct aliases for NEON mov & mvn instructionsTim Northover10-138/+138
2014-05-15[mips][mips64r6] Add align and dalignDaniel Sanders2-0/+3
2014-05-15TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover10-57/+54
2014-05-15[ARM64] Improve load/store diagnostics and forbid 32-bit register addressesBradley Smith1-4/+4
2014-05-15[ARM64] Add/Fixup diagnostics for floating point immediatesBradley Smith1-5/+5
2014-05-15[mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2-2/+8
2014-05-15[mips][mips64r6] Add aui, daui, dahi, and datiDaniel Sanders2-0/+5
2014-05-15Teach the constant folder to look through bitcast constant expressionsChandler Carruth1-0/+34
2014-05-15[mips][mips64r6] Test that branch likelies are not accepted on MIPS64r6.Daniel Sanders2-0/+36
2014-05-15Reverting r208848, reason: build failure: sanitizer-x86_64-linux-bootstrap/bu...Dinesh Dwivedi1-54/+0
2014-05-15Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)'Dinesh Dwivedi1-0/+48
2014-05-15Added inst combine transforms for single bit tests from Chris's noteDinesh Dwivedi1-0/+54
2014-05-15Fix typosAlp Toker1-5/+5
2014-05-15[ARM64] Support aggressive fastcc/tailcallopt breaking ABI by popping out arg...Jiangning Liu3-4/+176
2014-05-15InstCombine: Optimize -x s< cstDavid Majnemer1-0/+9
2014-05-14DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie19-80/+38
2014-05-14DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2-2/+2
2014-05-14Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2-5/+18
2014-05-14Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad3-3/+3
2014-05-14InstSimplify: Optimize signed icmp of -(zext V)David Majnemer1-0/+60
2014-05-14ARM-BE: test files for vector argument passingChristian Pirker2-0/+2541
2014-05-14[ARM64-BE] Fix byte order of CIE and FDE frames for exception handlingChristian Pirker1-0/+73
2014-05-14Fix ARM EHABI when function has landingpad and nounwind.Logan Chien1-0/+61
2014-05-14More test case for r208715.Logan Chien1-0/+59
2014-05-14X86: If we have an instruction that sets a flag and a zero test on the input ...Benjamin Kramer1-1/+75
2014-05-14[mips] Test that IAS for -mcpu=mips5 does not accept MIPS64 insns and -mcpu=m...Daniel Sanders4-19/+97
2014-05-14[mips][mips64r6] Add sel.s and sel.dDaniel Sanders2-0/+4
2014-05-14Regression test for ARM EHABI breakage in r208166.Evgeniy Stepanov1-0/+50
2014-05-14[asan] Set debug location in ASan function prologue.Evgeniy Stepanov1-0/+33
2014-05-14Fix the case when reordering shuffle and binop produces a constant.Serge Pavlov1-0/+11
2014-05-14[obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan1-1/+249
2014-05-14ARM: implement support for the UDF mnemonicSaleem Abdulrasool7-39/+98
2014-05-14Optimize integral reciprocal (udiv 1, x and sdiv 1, x) to not use division. T...Nick Lewycky1-0/+19
2014-05-14Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie1-0/+127
2014-05-13R600/SI: Try to fix BFE operands when moving to VALUMatt Arsenault1-0/+9
2014-05-13ARM: Additional test files for thumb fixups (checked with llvm-mv -show-encod...Christian Pirker4-44/+32
2014-05-13ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker1-0/+73
2014-05-13[CGP] r205941 changed the logic, so that a cast happens *before* 'Result' isJoey Gouly1-0/+14
2014-05-13Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola1-73/+0
2014-05-13ARM: Additional test files for thumb fixupsChristian Pirker3-0/+36
2014-05-13[mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders9-21/+90
2014-05-13ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker1-0/+73
2014-05-13[ARM64] Fix the misleading diagnostic on bad extend amount of reg+reg address...Kevin Qin1-2/+40
2014-05-13Fix type of shuffle resulted from shuffle merge.Serge Pavlov1-0/+8