IR: Metadata: Remove unnecessary dyn_cast
[oota-llvm.git] / test /
2014-11-05 David MajnemerInstSimplify: Exact shifts of X by Y are X if X has...
2014-11-05 Tim NorthoverARM: try to add extra CS-register whenever stack alignm...
2014-11-05 Tim NorthoverARM/Dwarf: correctly align stack before callee-saved...
2014-11-04 David MajnemerAnalysis: Make isSafeToSpeculativelyExecute fire less...
2014-11-04 Reid KlecknerRevert "[Reassociate] Canonicalize negative constants...
2014-11-04 Simon Pilgrim[X86][SSE] Enable commutation for SSE immediate blend...
2014-11-04 Juergen Ributzka[AArch64] Use the correct register class for ORR.
2014-11-04 Rafael EspindolaRevert "[mips] Add names and tests for the hardware...
2014-11-04 David BlaikieProvide gmlt-like inline scope information in the skele...
2014-11-04 Rafael EspindolaDon't produce relocations for a difference in a section...
2014-11-04 Vasileios Kalintiris[mips] Add names and tests for the hardware registers
2014-11-04 Arnaud A. de Grand... [PBQP] Callee saved regs should have a higher cost...
2014-11-04 Benjamin KramerAArch64: Pattern match integer vector abs like we do...
2014-11-04 Toma Tabacu[mips] Improve support for the .set mips16/nomips16...
2014-11-04 Juergen Ributzka[Stackmaps] Make test less fragile. NFC.
2014-11-04 NAKAMURA TakumiDisable 3 tests in llvm/test/Transforms/GCOVProfiling...
2014-11-04 NAKAMURA TakumiRemove "REQUIRES:shell" from tests. They work for me.
2014-11-04 Simon Atanasyan[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN...
2014-11-04 NAKAMURA TakumiRe-enable tests in llvm/test/Object, corresponding...
2014-11-04 NAKAMURA Takumillvm/test/Transforms/GCOVProfiling/linezero.ll: Use...
2014-11-04 Charlie TurnerAdd missing tests for build attribute encodings in...
2014-11-04 David MajnemerCodeGen: Enable DWARF emission for MS ABI targets
2014-11-04 David Majnemertest: Restore llvm-lit (at least for my machine)
2014-11-04 David MajnemerMinimize test case further
2014-11-04 Reid KlecknerRevert "Transforms: reapply SVN r219899"
2014-11-04 Sanjoy DasThe patchpoint lowering logic would crash with live...
2014-11-04 Kevin EnderbyAdd the code and test cases for 32-bit Intel to llvm...
2014-11-04 Colin LeMahieu[Hexagon] Reverting 220584 to address ASAN errors.
2014-11-03 Hal FinkelUse AA in LoadCombine
2014-11-03 Rafael EspindolaHandle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py
2014-11-03 David MajnemerInstCombine: Remove infinite loop caused by FoldOpIntoPhi
2014-11-03 Akira Hatanaka[ARM, inline-asm] Fix ARMTargetLowering::getRegForInlin...
2014-11-03 Ahmed Bougacha[X86] 8bit divrem: Improve codegen for AH register...
2014-11-03 Hal FinkelEarlyCSE should ignore calls to @llvm.assume
2014-11-03 Tom StellardReapply: R600: Make sure to inline all internal functions
2014-11-03 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-03 Paul RobinsonNormally an 'optnone' function goes through fast-isel...
2014-11-03 Charlie TurnerRemove the cortex-a9-mp CPU.
2014-11-03 Oliver Stannard[AArch64] Fix miscompile of comparison with 0xfffffffff...
2014-11-03 Sid ManningHandle ctor/init_array initialization.
2014-11-03 Charlie TurnerMerge the directive-eabi_attribute.s and directive...
2014-11-03 Rafael EspindolaAdd CRLF support to LineIterator.
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-11-03 Peter ZotovUnbreak build.
2014-11-03 Peter Zotov[OCaml] Avoid embedding absolute paths into executables.
2014-11-03 Peter Zotov[OCaml] Run tests twice, with ocamlc and ocamlopt ...
2014-11-03 David MajnemerForgot to add input file for test added in r221133
2014-11-03 David Majnemerllvm-vtabledump: Handle Itanium VTables
2014-11-03 David MajnemerInstCombine: Combine (X | Y) - X to (~X & Y)
2014-11-02 Rafael EspindolaRevert r221096 bringing back r221014 with a fix.
2014-11-02 Chandler CarruthRevert r221014: "Refactor duplicated code in liking...
2014-11-02 Elena DemikhovskyUse Alias Analysis to hoist 2 loads from diamond to...
2014-11-02 Rafael EspindolaUpdate test to use llvm-readobj. NFC.
2014-11-01 David BlaikieTest 221067 in a fixed-target test so as not to fail...
2014-11-01 David MajnemerInstCombine: Don't assume that m_ZExt matches an Instru...
2014-11-01 David BlaikieRemove test coverage added in 221067 due to it being...
2014-11-01 David BlaikieRemove DwarfUnit::LabelEnd in favor of computing the...
2014-11-01 David MajnemerInstCombine: Combine (X+cst) < 0 --> X < -cst
2014-11-01 Adrian PrantlRevert "Temporarily revert r220777 to sort out build...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-11-01 Adrian PrantlTemporarily revert r220777 to sort out build bot breakage.
2014-10-31 Reid KlecknerRevert "R600: Make sure to inline all internal functions"
2014-10-31 Rafael EspindolaRefactor duplicated code in liking GlobalValues.
2014-10-31 Michael ZolotukhinCorrectly update dom-tree after loop vectorizer.
2014-10-31 Tom StellardR600: Don't promote allocas when one of the users is...
2014-10-31 Tom StellardR600: Make sure to inline all internal functions
2014-10-31 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-31 Kostya Serebryany[asan] do not treat inline asm calls as indirect calls
2014-10-31 Quentin Colombet[CodeGenPrepare] Move extractelement close to store...
2014-10-31 Kostya Serebryany[asan] fix caller-calee instrumentation to emit new...
2014-10-31 Rafael EspindolaUnify and update link-messages.ll and redefinition...
2014-10-31 Chad Rosier[AArch64] CondOpt pass is missing FCMP instructions...
2014-10-31 Bradley Smith[SCEV] Improve Scalar Evolution's use of no {un,}signed...
2014-10-31 Ulrich Weigand[PowerPC] Load BlockAddress values from the TOC in...
2014-10-31 Peter Zotov[OCaml] Ensure consistent naming.
2014-10-31 Peter Zotov[OCaml] Rework Llvm_executionengine using ctypes.
2014-10-31 Rafael EspindolaMove an input file to Inputs instead of using RUN:...
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-31 Rafael Espindolamerge tests for constant linking.
2014-10-31 Hao LiuPR20557: Fix the bug that bogus cpu parameter crashes...
2014-10-30 Ahmed Bougacha[SelectionDAG] When scalarizing trunc, don't assert...
2014-10-30 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Relax...
2014-10-30 Louis GerbargFix incorrect invariant check in DAG Combine
2014-10-30 Rafael EspindolaFix the merging of the constantness of declarations.
2014-10-30 Philip ReamesAdd handling for range metadata in ValueTracking isKnow...
2014-10-30 Rafael EspindolaUpdate test to pass .ll to llvm-link and use Inputs.
2014-10-30 David BlaikiePR21408: Workaround the appearance of duplicate variabl...
2014-10-30 Peter Zotovlit: PR21417: don't try to update OCAMLPATH if LibDir...
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-10-30 Tim NorthoverARM: test default values for TAG_CPU_unaligned_access...
2014-10-30 Robert Khasanov[AVX512] Added VBROADCAST{SS/SD} encoding for VL subset.
2014-10-30 Peter Collingbourne[dfsan] New calling convention for custom functions...
2014-10-30 Peter Zotov[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
2014-10-30 Peter Zotov[OCaml] Test code emission in Llvm_target.
2014-10-30 Peter Zotov[OCaml] Enable backtraces in tests.
2014-10-30 Peter Zotov[OCaml] [autoconf] Migrate to ocamlfind.
2014-10-30 Rafael EspindolaEnable the slp vectorizer in the gold plugin.
2014-10-30 Rafael EspindolaEnable the loop vectorizer in the gold plugin.
2014-10-29 Rafael EspindolaReplace also-emit-llvm with save-temps.
next