aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}Peter Zotov2013-11-031-0/+9
* [OCaml] Implement Llvm_linker, bindings for the IR linkerPeter Zotov2013-11-031-0/+63
* [OCaml] Implement Llvm_vectorize bindingsPeter Zotov2013-11-031-0/+61
* [OCaml] Refactor Llvm_target testsPeter Zotov2013-11-031-21/+24
* [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.Venkatraman Govindaraju2013-11-031-0/+32
* [OCaml] Llvm_scalar_opts: add missing transformsPeter Zotov2013-11-031-0/+1
* [OCaml] Llvm_ipo: add missing transformsPeter Zotov2013-11-031-0/+1
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+91
* Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.Bob Wilson2013-11-031-0/+38
* [SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap.Venkatraman Govindaraju2013-11-031-0/+23
* A better fix that also works on ppc: add a target tripple.Rafael Espindola2013-11-021-12/+12
* Fix this test to pass on darwin now that llvm-nm is working.Rafael Espindola2013-11-021-6/+2
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-023-4/+7
* Fix PR17764Michael Liao2013-11-021-0/+10
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-011-87/+64
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-013-5/+42
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-011-2/+2
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-011-0/+43
* Fix a test case broken by r193872David Blaikie2013-11-011-1/+1
* Add comments.Manman Ren2013-11-011-0/+2
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-013-14/+4
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-011-0/+42
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-013-264/+128
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-012-34/+89
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-011-0/+39
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-011-0/+28
* Use \01 to disable the mangler. Should fix the 32 bit windows bots.Rafael Espindola2013-11-011-9/+9
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-012-4/+4
* These test cases for experimental features are a bit too darwin-specific stil...Andrew Trick2013-10-312-4/+4
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-314-0/+124
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-311-0/+20
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-312-0/+253
* Relax check line to match what llvm-nm prints for COFF.Rafael Espindola2013-10-311-3/+3
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-311-0/+30
* XFAIL on ppc64 too.Rafael Espindola2013-10-311-0/+3
* XFAIL this for now.Rafael Espindola2013-10-311-0/+4
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-312-22/+11
* [AArch64] Add diagnostic tests for NEON scalar shift immediate instructions (...Chad Rosier2013-10-311-0/+295
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-314-12/+887
* SparcV9 doesnt have rem instruction either.Roman Divacky2013-10-311-0/+23
* Use a larger invalid attribute bitcode numberReid Kleckner2013-10-311-0/+0
* Add FileCheck tests for @LINEMatt Arsenault2013-10-312-0/+26
* [mips] XFAIL several MCJIT remote testsPetar Jovanovic2013-10-314-0/+8
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-314-5/+101
* Merge and filecheckize.Roman Divacky2013-10-312-8/+16