summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-08
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-08
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-08
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-07
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-07
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-06
* Add test case for PR12377, it was fixed by r194116.Benjamin Kramer2013-11-06
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-06
* [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parserPeter Zotov2013-11-06
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-06
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-06
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-06
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick2013-11-05
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-05
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-05
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-05
* Provide a test input for optAlp Toker2013-11-05
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-05
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-05
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-05
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-05
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-05
* Revert "Added basic unit test for llvm-cov."Yuchen Wu2013-11-05
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-05
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-04
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-04
* Add the test case that goes with the previous submission for constant Reed Kotler2013-11-04
* Check for both styles of clobbers, those produced by dragonegg andEric Christopher2013-11-04
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-04
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-04
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-04
* Rename testing case to use - instead of _.Manman Ren2013-11-04
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-04
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-04
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-04
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* [SparcV9] Handle i64 <-> float conversions in sparcv9 mode.Venkatraman Govindaraju2013-11-03
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-03
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-03
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-03
* [OCaml] Implement Llvm_vectorize bindingsPeter Zotov2013-11-03
* [OCaml] Refactor Llvm_target testsPeter Zotov2013-11-03
* [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.Venkatraman Govindaraju2013-11-03
* [OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov2013-11-03
* [OCaml] Llvm_ipo: add missing transformsPeter Zotov2013-11-03
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-03
* Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.Bob Wilson2013-11-03
* [SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap.Venkatraman Govindaraju2013-11-03