summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* A better fix that also works on ppc: add a target tripple.Rafael Espindola2013-11-02
* Fix this test to pass on darwin now that llvm-nm is working.Rafael Espindola2013-11-02
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Fix PR17764Michael Liao2013-11-02
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-01
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-01
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-01
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-01
* Fix a test case broken by r193872David Blaikie2013-11-01
* Add comments.Manman Ren2013-11-01
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-01
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-01
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-01
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-01
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-01
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-01
* Use \01 to disable the mangler. Should fix the 32 bit windows bots.Rafael Espindola2013-11-01
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-01
* These test cases for experimental features are a bit too darwin-specific stil...Andrew Trick2013-10-31
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-31
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-31
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Relax check line to match what llvm-nm prints for COFF.Rafael Espindola2013-10-31