aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-092-7/+20
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-093-50/+36
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-0/+289
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-081-0/+73
* [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when settingQuentin Colombet2013-11-081-4/+16
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-081-0/+126
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-083-2992/+218
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-081-0/+167
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-081-0/+35
* Test for microMIPS trap instructions.Zoran Jovanovic2013-11-081-0/+32
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-081-3/+0
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-081-4/+4
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-084-26/+31
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-071-0/+30
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-072-0/+36
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-061-4/+17
* Add test case for PR12377, it was fixed by r194116.Benjamin Kramer2013-11-061-4/+30
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-061-0/+1
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-061-0/+59
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-061-0/+9
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-064-0/+2302
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-064-0/+253
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-067-17/+20
* Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick2013-11-051-0/+20
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-051-1/+31
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-053-0/+295
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-051-0/+276
* Provide a test input for optAlp Toker2013-11-051-6/+6
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-051-0/+3
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-051-3/+6
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-051-0/+64
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-054-1/+717
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-051-0/+112
* Revert "Added basic unit test for llvm-cov."Yuchen Wu2013-11-057-169/+0
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-057-0/+169
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-041-64/+0
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-041-0/+29
* Add the test case that goes with the previous submission for constant Reed Kotler2013-11-041-0/+64
* Check for both styles of clobbers, those produced by dragonegg andEric Christopher2013-11-041-9/+22
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-041-1/+19
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-042-29/+131
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-041-0/+32
* Rename testing case to use - instead of _.Manman Ren2013-11-041-0/+0
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-042-2/+2
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-044-0/+182
* [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-041-0/+64
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-041-6/+47
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-031-0/+23
* [SparcV9] Handle i64 <-> float conversions in sparcv9 mode.Venkatraman Govindaraju2013-11-032-1/+232
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-031-23/+21