aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the stackmap operand folding code and fix a corner case.Andrew Trick2013-11-121-1/+21
* improve dependence analysis testcasesSebastian Pop2013-11-123-1/+30
* delinearization of arraysSebastian Pop2013-11-1211-0/+751
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-0/+35
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-0/+29
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-6/+6
* [mips] Run test case with command line option -mattr=+fp64.Akira Hatanaka2013-11-121-16/+39
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-0/+27
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-121-0/+5
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-99/+120
* [OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov2013-11-121-1/+1
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-0/+28
* [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier2013-11-1210-6/+674
* Simplify operand folding when rematerializing a load.Andrew Trick2013-11-121-11/+6
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-121-0/+34
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-3/+6
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-122-1/+139
* [ARM] Add support for FP_HP_extension build attributeBradley Smith2013-11-122-6/+24
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-121-0/+248
* [mips][msa] Change constant used in ori tests to avoid conflict with bseti (a...Daniel Sanders2013-11-121-16/+16
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-121-0/+15
* XCore target test for hidden declarationRobert Lytton2013-11-121-1/+5
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-121-0/+16
* XCore target: return error for unsupported alignmentRobert Lytton2013-11-121-0/+9
* Revert "Added basic unit test for llvm-cov."Yuchen Wu2013-11-127-169/+0
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-122-0/+0
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-127-0/+169
* R600/SI: Change formatting of printed registers.Matt Arsenault2013-11-1253-280/+279
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-121-0/+37
* R600/SI: Add test that fails due to requiring i64 mul for pointersMatt Arsenault2013-11-111-0/+18
* Fix the recently added anyregcc convention to handle spilled operands.Andrew Trick2013-11-111-8/+37
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-1125-280/+246
* Fix PR17952.Shuxin Yang2013-11-118-22/+221
* [mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka2013-11-111-2/+1
* Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan2013-11-113-0/+40
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-113-0/+16
* [NVPTX] Properly handle bitcast ConstantExpr when checking for the alignment ...Justin Holewinski2013-11-111-0/+26
* [NVPTX] Fix logic error in loading vector parameters of more than 4 componentsJustin Holewinski2013-11-111-0/+13
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-111-14/+18
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-114-8/+128
* Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...Daniel Sanders2013-11-111-0/+70
* [mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.Matheus Almeida2013-11-111-192/+336
* [mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.Matheus Almeida2013-11-111-30/+50
* [mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.Matheus Almeida2013-11-111-12/+20
* [mips][msa] CHECK-DAG-ize MSA 2rf.ll test.Matheus Almeida2013-11-111-48/+80
* [mips][msa] CHECK-DAG-ize MSA 2r.ll test.Matheus Almeida2013-11-111-36/+60
* Add a testcase for pr17852.Rafael Espindola2013-11-111-0/+66
* Add PPC option for full register names in asmHal Finkel2013-11-111-0/+17
* [OCaml] Add missing Llvm_target functionsPeter Zotov2013-11-111-0/+2
* [OCaml] Accept context explicitly in Llvm_target functionsPeter Zotov2013-11-112-2/+2