summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-03-06DebugInfo: Tag units as having been indexed in GNU pubnames by using a DW_AT_...David Blaikie2-6/+6
2014-03-06Allow constant folding of copysignKarthik Bhat1-0/+49
2014-03-06DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emi...David Blaikie1-24/+14
2014-03-06Fixup PPC Darwin i1 argument handlingHal Finkel1-0/+5
2014-03-06When using CR bit registers on PPC32, handle the i1 vaarg caseHal Finkel1-0/+15
2014-03-06Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera3-8/+6
2014-03-05[Mips] Testcase typo fix. No functionality change.Jack Carter1-33/+33
2014-03-05With PPC CR bit registers, handle int_to_fp on older coresHal Finkel1-0/+21
2014-03-05Fix datalayout test that I broke with my previous LinkModules warning improve...JF Bastien1-1/+1
2014-03-05LoopVectorizer: Preserve fast-math flagsArnold Schwaighofer2-1/+27
2014-03-05Always print the implicit .text at the start of an asm file.Rafael Espindola2-2/+11
2014-03-05ConstantFolding: Also fold the vector overloads of our math intrinsics.Benjamin Kramer1-0/+8
2014-03-05Lower AVX v4i64->v4i32 truncate to one shuffle.Cameron McInally1-3/+5
2014-03-05ARM: Correctly align arguments after a byval struct is passed on the stackOliver Stannard3-5/+119
2014-03-05This patch implements .set dsp directive and sets appropriate feature bits.Th...Vladimir Medic1-0/+7
2014-03-05Make stackmap machineinstrs clobber the scratch regs too.Andrew Trick1-2/+22
2014-03-05Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2-1/+43
2014-03-05Trivial test commit.Raul E. Silvera1-0/+1
2014-03-05Allow constant folding of fma and fmuladdMatt Arsenault1-0/+39
2014-03-04llvm-objdump: Indent unwind info contents.Rui Ueyama1-80/+80
2014-03-04llvm-objdump: Fix typo in output.Rui Ueyama1-4/+4
2014-03-04[XCore] Fix call of absolute address.Richard Osborne1-0/+10
2014-03-04[CMake] check-llvm: Include "bugpoint" in dependent list.NAKAMURA Takumi1-0/+1
2014-03-04[mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.Daniel Sanders1-0/+18
2014-03-04This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic1-1/+10
2014-03-04llvm-objdump: Print x64 unwind info in executable.Rui Ueyama3-50/+105
2014-03-04Make a test for llvm-objdump a little bit more readable.Rui Ueyama1-44/+44
2014-03-04[AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin1-32/+32
2014-03-04MC: Fix Intel assembly parser for [global + offset]Reid Kleckner1-0/+9
2014-03-04Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier1-83/+0
2014-03-03[AArch64] This is a work in progress to provide a machine descriptionChad Rosier1-0/+83
2014-03-03Pass to emit DWARF path discriminators.Diego Novillo3-0/+212
2014-03-03Add DWARF discriminator support to DILexicalBlocks.Diego Novillo1-0/+63
2014-03-03[mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders5-31/+62
2014-03-03[mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste1-0/+43
2014-03-03[msan] Handle X86 SIMD bitshift intrinsics.Evgeniy Stepanov1-0/+100
2014-03-03This patch implements jalx instruction for Mips architecture.This instruction...Vladimir Medic5-1/+23
2014-03-03AsmParser: add missed testsSaleem Abdulrasool1-0/+22
2014-03-02[Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju1-0/+7
2014-03-02[Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju3-0/+8
2014-03-02[Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju1-0/+9
2014-03-02[Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju2-0/+21
2014-03-02[Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju1-0/+4
2014-03-02Add a PPC inline asm constraint type for single CR bitsHal Finkel1-0/+59
2014-03-02Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein6-0/+467
2014-03-02[SparcV9] Adds support for branch on integer register instructions (BPr) and ...Venkatraman Govindaraju1-0/+78
2014-03-02AVX-512: Fixed extract_vector_elt for v8i1 vectorElena Demikhovsky1-6/+18
2014-03-02[Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju1-42/+67
2014-03-02[Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju3-6/+21
2014-03-01[SparcV9] Add support for parsing branch instructions with prediction.Venkatraman Govindaraju1-0/+878