aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-182-3/+36
* [PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.NAKAMURA Takumi2013-11-182-0/+4
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-181-0/+42
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-181-0/+31
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-181-2/+2
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-1/+10
* [AArch64 NEON]Add mov alias for simd copy instructions.Kevin Qin2013-11-181-10/+36
* Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-182-101/+1269
* Testcase for PR17964Bill Wendling2013-11-171-0/+10
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-171-0/+2
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+77
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-172-60/+132
* Use right address space pointer sizeMatt Arsenault2013-11-171-0/+11
* Add a loop rerolling passHal Finkel2013-11-162-0/+423
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-0/+13
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-161-1/+23
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-161-0/+11
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-161-0/+27
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-162-8/+28
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-162-2/+41
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-162-2/+2
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-153-12/+238
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-151-0/+33
* [AArch64] Fix the scalar NEON ACLE functions so that they return float/doubleChad Rosier2013-11-151-24/+16
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-152-0/+17
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-0/+52
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-153-0/+72
* R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()Tom Stellard2013-11-151-0/+46
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-152-639/+184
* Add AVX512 unmasked FMA intrinsics and support.Cameron McInally2013-11-151-0/+97
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-159-26/+134
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-151-0/+10
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-1559-3/+666
* Redirect unused test case output to /dev/nullAlexey Samsonov2013-11-151-1/+1
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-151-12/+12
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+13
* Platform proof a test case.Andrew Trick2013-11-151-3/+3
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-151-0/+31
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-151-0/+42
* [OCaml] Add REQUIRES: native, object-emission to the Target testPeter Zotov2013-11-151-0/+1
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-13/+0
* [OCaml] Use native target in testsuite instead of hardcoding X86Peter Zotov2013-11-152-16/+11
* [OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov2013-11-151-2/+52
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-155-27/+22
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-154-0/+86
* Add addrspacecast instruction.Matt Arsenault2013-11-1512-15/+23
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-152-3/+104
* Simplify testcase.Eric Christopher2013-11-141-1/+1
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-142-0/+16
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-141-0/+16