summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Fix cmake dependency on llvm-c-test in testAnders Waldenborg2013-10-23
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-23
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-23
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg2013-10-23
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-23
* R600/SI: fix MIMG writemask adjustementTom Stellard2013-10-23
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-23
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-23
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-22
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-22
* R600: Simplify handling of private address spaceTom Stellard2013-10-22
* Simplify testing case (Thanks Rafael for the testing case).Manman Ren2013-10-22
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-22
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-22
* Add testcase for PR3168. It was fixed over time.Bill Wendling2013-10-22
* TBAA: fix PR17620.Manman Ren2013-10-22
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-21
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-21
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-21
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-21
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-21
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-21
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-21
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-21
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-21
* AVX-512: MUL operation lowering for v8i64Elena Demikhovsky2013-10-21
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-21
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling2013-10-21
* Fix typo in test's XFAIL line. Patch by Dimitry Andric!Nick Lewycky2013-10-21
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-20
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-20
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-20
* Perform an intelligent splice of the predecessor with the single successor.Bill Wendling2013-10-19
* Update PPC loop tests after SCEV non-unit-stride checkin r193015.Andrew Trick2013-10-19
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-18
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Test case for r192957David Majnemer2013-10-18
* [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)Bill Schmidt2013-10-18
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-18