summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Produce deterministic coff files.Rafael Espindola2013-12-04
* Add -mcpu=core2 to all llc invocations in this test.Rafael Espindola2013-12-04
* [Stackmap] Specify the triple and cpu to fix the unit test.Juergen Ributzka2013-12-04
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* final patch for very long conditional branches for mips16 constant islands.Reed Kotler2013-12-03
* check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi2013-12-03
* Use CHECK-LABEL to make this test more strict.Rafael Espindola2013-12-03
* Fix mingw32 thiscall + sret.Rafael Espindola2013-12-03
* llvm-cov: Another fix to llvm-cov test.Yuchen Wu2013-12-03
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* opt: Mirror vectorization presets of clangArnold Schwaighofer2013-12-03
* Fix lit config for disabled MCJIT tests on ARMRenato Golin2013-12-03
* Addrspacecasts are no-ops on ARM.James Molloy2013-12-03
* [SystemZ] Fix choice of known-zero mask in insertion optimizationRichard Sandiford2013-12-03
* Enhance the fix of PR17631Michael Liao2013-12-03
* Disable Remote MCJIT tests on ARMRenato Golin2013-12-03
* Further fix to llvm-cov test.Daniel Jasper2013-12-03
* Fix llvm-cov test as suggested in r196228's post commit review.Daniel Jasper2013-12-03
* Copy input files to test directory.Daniel Jasper2013-12-03
* [AArch64]Add missing floating point convert, round and misc intrinsics.Hao Liu2013-12-03
* AArch64: add missing ACLE intrinsics mapping to general arithmetic operation ...Hao Liu2013-12-03
* llvm-cov.test: Resurrect part of r194694 for win32 hosts.NAKAMURA Takumi2013-12-03
* AArch64: Add missing scalar pair intrinsics.Hao Liu2013-12-03
* llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to che...NAKAMURA Takumi2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vuqadd_s64 ...Jiangning Liu2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vmull_high_...Jiangning Liu2013-12-03
* llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu2013-12-03
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Update Ocaml/vmcore.ml to emit a "Debug Info Version" module flag.Manman Ren2013-12-02
* [AArch64] Implemented vcopy_lane patterns using scalar DUP instruction.Chad Rosier2013-12-02
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-02
* Conservative fix for PR17827 - don't optimize a shift + and + compare sequenc...Kay Tiong Khoo2013-12-02
* R600: Workaround for cayman loop bugVincent Lejeune2013-12-02
* Add tests for profile sample file parsing.Diego Novillo2013-12-02
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-02
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* XCore target: Make handling of large frames not dependent upon an FP.Robert Lytton2013-12-02
* ARM: add pseudo-instructions for lit-pool global materialisationTim Northover2013-12-02
* XCore target: fix large code model 'select' indirect address handling.Robert Lytton2013-12-02
* XCore target: Add large code modelRobert Lytton2013-12-02
* XCore target: extend tests in preparationRobert Lytton2013-12-02
* XCore target: Fix eliminateFrameIndex() to handle large framesRobert Lytton2013-12-02
* XCore target: Enable frames larger than 65535 to be loweredRobert Lytton2013-12-02
* [tsan] fix instrumentation of vector vptr updates (https://code.google.com/p/...Kostya Serebryany2013-12-02
* Rename test with misspelt filenameAlp Toker2013-12-02
* Also test the created stubs on 32 bits.Rafael Espindola2013-12-01
* Add -mcpu to stackmap.llAndrew Trick2013-12-01
* ARM: fix bug in -Oz stack adjustment foldingTim Northover2013-12-01
* Ensure bitcode encoding of linkage types stays stable. Patch by Boaz OurielMichael Kuperstein2013-12-01
* Convert a PPC test from grep to FileCheckHal Finkel2013-11-30