summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-29Rename alias variables to make it easier to add new tests to the file.Rafael Espindola
2014-05-29[PPC] Use alias symbols in address computation.Rafael Espindola
2014-05-29Add a test showing the ppc code sequence for getting a function pointer.Rafael Espindola
2014-05-29Revert "Revert "Revert "InstCombine: Improvement to check if signed addition ...Rafael Espindola
2014-05-29Restore getInvertedCondCode() from the phased-out backend, fixing disassembly...Artyom Skrobov
2014-05-29Add missing check when MatchInstructionImpl() reports failureArtyom Skrobov
2014-05-29[elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan
2014-05-29Rename a test case to contain correct date info.Hao Liu
2014-05-29Fix an assertion failure caused by v1i64 in DAGCombiner Shrink.Hao Liu
2014-05-29LCSSA should be performed on the outermost affected loop while unrolling loop.Dinesh Dwivedi
2014-05-29Add LoadCombine pass.Michael J. Spencer
2014-05-29[x86] Fold extract_vector_elt of a load into the Load's address computation.Michael J. Spencer
2014-05-29[ASan] Use llvm.global_ctors to insert init-order checking calls into ASan ru...Alexey Samsonov
2014-05-28Revert "Revert "InstCombine: Improvement to check if signed addition overflow...Rafael Espindola
2014-05-28Revert "Add support for combining GEPs across PHI nodes"Rafael Espindola
2014-05-28Revert "InstCombine: Improvement to check if signed addition overflows."Rafael Espindola
2014-05-28[pr19844] Add thread local mode to aliases.Rafael Espindola
2014-05-28Add support for combining GEPs across PHI nodesLouis Gerbarg
2014-05-28Revert "[DAGCombiner] Split up an indexed load if only the base pointer value...Hal Finkel
2014-05-28InstCombine: Improvement to check if signed addition overflows.Rafael Espindola
2014-05-28Revert "[PPC] Use alias symbols in address computation."Hal Finkel
2014-05-28[asancov] Don't emit extra runtime calls when compiling without coverage.Evgeniy Stepanov
2014-05-28[AArch64] Add store post-index update folding regression tests for the load/s...Tilmann Scheller
2014-05-28[AArch64] Add load post-index update folding regression tests for the load/st...Tilmann Scheller
2014-05-27remove constant termsSebastian Pop
2014-05-27No need for those tests to go thru llvm-as and/or llvm-dis.Arnaud A. de Grandmaison
2014-05-27[mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic
2014-05-27DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie
2014-05-27DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie
2014-05-27DebugInfo: Lazily attach definition attributes to definitions.David Blaikie
2014-05-27Fixed a test in r209670Jingyue Wu
2014-05-27Distribute sext/zext to the operands of and/or/xorJingyue Wu
2014-05-27DebugInfo: Fix argument ordering in test by adding argument numbering.David Blaikie
2014-05-27Post-commit fixes for r209643Filipe Cabecinhas
2014-05-27AArch64: add test for NZCV cross-copy save.Tim Northover
2014-05-27AArch64: add AArch64-specific test for 'c' and 'n'.Tim Northover
2014-05-27[PATCH] Correct type used for VADD_SPLAT optimization on PowerPCBill Schmidt
2014-05-27[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic
2014-05-27[ARM] Emit correct build attributes for the relocation models.Amara Emerson
2014-05-27[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic
2014-05-27[asancov] Emit an initializer passing number of coverage code locations in ea...Evgeniy Stepanov
2014-05-27ARM: teach AAPCS-VFP to deal with Cortex-M4.Tim Northover
2014-05-27Adding testcase for PR18886.Dinesh Dwivedi
2014-05-27Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas
2014-05-26[PPC] Use alias symbols in address computation.Rafael Espindola
2014-05-26AArch64: force i1 to be zero-extended at an ABI boundary.Tim Northover
2014-05-26AArch64: simplify calling conventions slightly.Tim Northover
2014-05-26[AArch64] Add store + add folding regression tests for the load/store optimiz...Tilmann Scheller
2014-05-26[AArch64] Add more regression tests for the load/store optimization pass.Tilmann Scheller
2014-05-26Remove accidentally committed whitespace.Tilmann Scheller