summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
...
* Keep the link register for uwtable.Logan Chien2014-02-25
* [XCore] Prefer to word align functions.Richard Osborne2014-02-25
* R600/SI - Add new CI arithmetic instructions.Matt Arsenault2014-02-24
* SPARC: Implement TRAP lowering. Matches what GCC emits.Benjamin Kramer2014-02-23
* AVX-512: Fixed encoding of VPTESTMQElena Demikhovsky2014-02-23
* Make test more resilient against scheduling decisions.Benjamin Kramer2014-02-22
* llvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease FileCheck. "CHECK-LABEL...NAKAMURA Takumi2014-02-22
* [CodeGenPrepare] Fix the check of the legality of an instruction.Quentin Colombet2014-02-22
* [DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with theQuentin Colombet2014-02-21
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-21
* AArch64: __va_list.__stack must be 8-byte alignedOliver Stannard2014-02-20
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-20
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-20
* AVX-512: added a lit test for truncate operationElena Demikhovsky2014-02-20
* Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.Roman Divacky2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* [mips] Use multiple FileCheck prefixes rather than run the test multiple timesDaniel Sanders2014-02-19
* [Sparc] Remove spurious checks from a testcase.Venkatraman Govindaraju2014-02-19
* Fix AVX512 vector sqrt assembly strings.Cameron McInally2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* [AArch64] Expanded sin, cos, pow with FP vector types inputsAna Pazos2014-02-18
* XCore target: Handle common linkageRobert Lytton2014-02-18
* XCore target: Fix llvm.eh.return and EH info register handlingRobert Lytton2014-02-18
* X86: use vpsllvd (& friends) for 16-bit shifts on HaswellTim Northover2014-02-18
* Fix a typo about lowering AArch64 va_copy.Jiangning Liu2014-02-18
* AVX-512: implemented zext fron i1 to i16Elena Demikhovsky2014-02-17
* Use 16 byte stack alignment for NaCl on ARMMark Seaborn2014-02-16
* Fix more broken CHECK linesNico Rieck2014-02-16
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-16
* Actually call FileCheck in testsNico Rieck2014-02-16
* AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequenceElena Demikhovsky2014-02-16
* Fix broken CHECK linesNico Rieck2014-02-16
* [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if theQuentin Colombet2014-02-14
* TargetLowering: n * r where n > 2 should be an illegal addressing modeTom Stellard2014-02-14
* This patch has two main functions:Reed Kotler2014-02-14
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-14
* [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lo...Kevin Qin2014-02-14
* [AArch64]Fix the assertion failure caused by "v1i1 SETCC" DAG node.Hao Liu2014-02-14
* R600/SI: Expand all v8[if]32 operationsTom Stellard2014-02-13
* R600/SI: Add a pattern for i32 anyextTom Stellard2014-02-13
* R600/SI: Completely Disable TypeRewriter on computeTom Stellard2014-02-13
* R600/SI: Split global vector loads with more than 4 elementsTom Stellard2014-02-13
* R600/SI: Add ShaderType attribute to some testsTom Stellard2014-02-13
* Use __literal16. It has been supported by the linker since 2005.Rafael Espindola2014-02-13
* Add triples to try to fix the windows bots.Rafael Espindola2014-02-13
* .file is only available on ELF, use a triple instead of -march.Rafael Espindola2014-02-13
* "foo" is not a ppc instruction, don't try to parse it.Rafael Espindola2014-02-13
* Specify a triple. MachO AArch64 support is missing.Rafael Espindola2014-02-13