summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-221-0/+78
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-221-0/+28
* Add testcase for PR3168. It was fixed over time.Bill Wendling2013-10-221-0/+21
* TBAA: fix PR17620.Manman Ren2013-10-221-0/+51
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-211-1/+1
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-20/+24
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-211-0/+37
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-211-0/+30
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-211-0/+10
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-212-11/+104
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-211-1/+27
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-212-4/+4
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-212-3/+12
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-211-2/+2
* AVX-512: MUL operation lowering for v8i64Elena Demikhovsky2013-10-211-1/+10
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-211-0/+30
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-211-0/+19
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-211-0/+3
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-0/+105
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-211-0/+12
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-212-39/+39
* Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling2013-10-212-43/+203
* Fix typo in test's XFAIL line. Patch by Dimitry Andric!Nick Lewycky2013-10-211-1/+1
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-201-0/+48
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-201-0/+2
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-201-6/+19
* Perform an intelligent splice of the predecessor with the single successor.Bill Wendling2013-10-191-0/+43
* Update PPC loop tests after SCEV non-unit-stride checkin r193015.Andrew Trick2013-10-192-24/+12
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-181-18/+25
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-183-3/+16
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-183-0/+57
* Test case for r192957David Majnemer2013-10-181-0/+21
* [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)Bill Schmidt2013-10-181-0/+520
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-183-13/+25
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-184-0/+229
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-182-0/+61
* [mips][msa] Added a regression test that depended on multiple patches to pass.Daniel Sanders2013-10-181-0/+150
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-184-27/+5
* 17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targetsDavid Peixotto2013-10-172-0/+1580
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-174-0/+171
* Add testcase to make sure we don't generate a compact unwind section for ELF ...Bill Wendling2013-10-171-0/+48
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-171-0/+26
* Fix tests not to depend on specific regalloc or instruction order.Benjamin Kramer2013-10-172-4/+4
* Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deletedDaniel Sanders2013-10-171-149/+0
* Replace sra with srl if a single sign bit is requiredRichard Sandiford2013-10-172-5/+16
* Fix edge condition in DAGCombiner to improve codegen of shift sequences.Andrea Di Biagio2013-10-171-0/+8
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-171-0/+40
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-176-10/+46
* x86: Move bitcasts outside concat_vector.Jim Grosbach2013-10-171-1/+24
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-171-45/+69