summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* R600: Expand mad24 for GPUs without itMatt Arsenault2014-05-222-0/+14
* R600: Add intrinsics for mad24Matt Arsenault2014-05-222-0/+26
* [X86] Improve the lowering of BITCAST from MVT::f64 to MVT::v4i16/MVT::v8i8.Andrea Di Biagio2014-05-223-82/+157
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-221-0/+60
* Segmented stacks: omit __morestack call when there's no frame.Tim Northover2014-05-223-11/+62
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-223-129/+78
* [mips] Make unalignedload.ll test stricter and easier to modify for MIPS32r6/...Daniel Sanders2014-05-221-12/+29
* [mips] Change lwl and lwr in inlineasm_constraint.ll to lwDaniel Sanders2014-05-221-3/+3
* [mips] Use addiu in inline assembly tests since addi is not available in all ...Daniel Sanders2014-05-2210-42/+42
* [mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-05-222-0/+16
* [mips][mips64r6] Test that paired single instructions are invalidDaniel Sanders2014-05-221-0/+44
* [mips][mips64r6] Add b[on]vcDaniel Sanders2014-05-226-3/+330
* AArch64/ARM64: enable more AArch64 tests.Tim Northover2014-05-223-6/+9
* ARM: introduce llvm.arm.undefined intrinsicSaleem Abdulrasool2014-05-221-0/+14
* R600/SI: Match fp_to_uint / uint_to_fp for f64Matt Arsenault2014-05-222-0/+18
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-226-0/+35
* Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.Andrew Trick2014-05-221-0/+26
* Similar to bitcast, treat addrspacecast as a foldable operand.Eli Bendersky2014-05-221-0/+37
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-211-18/+2
* MC: correct IMAGE_REL_ARM_MOV32T relocation emissionSaleem Abdulrasool2014-05-211-0/+37
* DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...David Blaikie2014-05-212-1/+125
* R600: Partially fix constant initializers for structs and vectors.Matt Arsenault2014-05-212-0/+55
* R600: Add failing testcases for constant initializers.Matt Arsenault2014-05-212-13/+47
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-211-0/+3
* [X86] Fix a bug in the lowering of BLENDI introduced in r209043.Quentin Colombet2014-05-212-9/+41
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-212-2/+2
* DebugInfo: Simplify subprogram declaration creation/references and accidental...David Blaikie2014-05-214-17/+18
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-211-0/+10
* Test comment commit.Dave Estes2014-05-211-3/+2
* [mips][mips64r6] Add bc[12](eq|ne)zDaniel Sanders2014-05-212-0/+16
* MC: mark COFF .drectve section as REMOVESaleem Abdulrasool2014-05-211-0/+17
* ARM: correct bundle generation for MOV32T relocationsSaleem Abdulrasool2014-05-213-3/+31
* This command line option is only used in one place. Move it there andEric Christopher2014-05-211-1/+1
* Add a comment here.Eric Christopher2014-05-211-0/+1
* Move this test to the backend from the frontend.Eric Christopher2014-05-201-0/+50
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-202-5/+5
* Fix test added in r209242: llc shouldn't create files in source treeAlexey Samsonov2014-05-201-1/+1
* [ARM64] PR19792: Fix cycle in DAG after performPostLD1CombineAdam Nemet2014-05-201-0/+40
* Move the function and data section flags into the options struct andEric Christopher2014-05-202-38/+38
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-202-5/+5
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-202-5/+5
* [LSR] Canonicalize reg1 + ... + regN into reg1 + ... + 1*regN.Quentin Colombet2014-05-202-7/+10
* PR19767: DebugInfo emission of pointer constants.David Blaikie2014-05-201-0/+51
* Avoids DCE on write_registerRenato Golin2014-05-201-0/+3
* [PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16ImmediateAdam Nemet2014-05-201-0/+22
* Temporarily revert: r209129 - [mips][mips64r6] Sorted *_ENC, *_DESC classes a...Daniel Sanders2014-05-202-36/+36
* [ARM64] Port basic-a64-diagnostics.s over to ARM64Bradley Smith2014-05-201-459/+529
* Legalizer: Make bswap promotion safe for vectors.Benjamin Kramer2014-05-201-0/+17
* ARMEB: Additional test files for ARM fixupsChristian Pirker2014-05-203-0/+219
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-202-20/+12
OpenPOWER on IntegriCloud