Converting SpillPlacement's BlockFrequency threshold to a ManagedStatic to avoid...
[oota-llvm.git] / test /
2014-09-19 Matt ArsenaultR600/SI: Un xfail a test that works now
2014-09-19 Juergen Ributzka[FastIsel][AArch64] Fix a think-o in address computation.
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Justin Bognerllvm-cov: Prevent a test from matching its own check...
2014-09-19 David BlaikieFix test case to be portable to different architectures.
2014-09-19 Matt ArsenaultR600/SI: Fix test to prepare for scheduler
2014-09-19 David BlaikieOmit DW_TAG_subprograms for subprograms without inlined...
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-19 Chandler Carruth[x86] Recognize that we can use duplication to widen...
2014-09-19 Chandler Carruth[x86] Actually test the SSE2 lowering for most of the...
2014-09-19 Chandler Carruth[x86] Teach the new vector shuffle lowering to also...
2014-09-19 Justin Bognerllvm-cov: Fix dropped lines when filters were applied
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-09-19 David BlaikieOmit DW_AT_frame_base under -gmlt for size
2014-09-19 David BlaikieOmit all the extra static attributes on subprograms...
2014-09-19 Hans WennborgFix an it's vs. its typo.
2014-09-19 Matt ArsenaultR600: Better fix for bug 20982
2014-09-19 Chandler Carruth[x86] Extend this test to cover SSE4.1. Nothing interes...
2014-09-18 Peter CollingbourneTry to fix i686-cygming bots.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-18 Quentin Colombet[ARM] Do not perform a tail call when the caller return...
2014-09-18 Robin MorissetRestore "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-18 Matt ArsenaultR600: Bug 20982 - Avoid undefined left shift of negativ...
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-18 Chandler Carruth[x86] Add an SSSE3 run and check mode to the 128-bit...
2014-09-18 Juergen RibutzkaRevert "[FastISel][AArch64] Fold bit test and branch...
2014-09-18 Juergen RibutzkaFix previous commit: [FastISel][AArch64] Simplify XALU...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Simplify XALU multiplies.
2014-09-18 Juergen Ributzka[FastISel][AArch64] Followup commit for 218031 to handl...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Try to fold the offset into the...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold 'AND' instruction during the...
2014-09-18 Chandler Carruth[x86] Add an SSSE3 run to the v4 shuffle test.
2014-09-18 Saleem AbdulrasoolARM: prevent crash on ELF directives on COFF
2014-09-18 Chandler Carruth[x86] Initial step of teaching the new vector shuffle...
2014-09-18 Saleem AbdulrasoolARM: use a more precise check for MachO
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold bit test and branch into TBZ...
2014-09-17 Samuel AntaoFix FastISel bug in boolean returns for PowerPC.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Custom lower sdiv by power-of-2.
2014-09-17 Nick Kledzik[llvm-objdump] clean up test cases now that build bots...
2014-09-17 Justin Bognerllvm-cov: Push some more debug output into the View...
2014-09-17 Rafael EspindolaInternalize common symbols when we can.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Simplify mul to shift when possible.
2014-09-17 Alexey SamsonovExclude known and bugzilled failures from UBSan bootstrap
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into add/sub and logical...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into the address computati...
2014-09-17 Robin MorissetRevert "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold compare with zero and branch...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Improve branch selection to support...
2014-09-17 Robin Morisset[ARM, Fix] Fix emitLeading/TrailingFence on old ARM...
2014-09-17 Matt ArsenaultR600/SI: Change formatting of printed FP immediates
2014-09-17 Chad Rosier[IndVarSimplify] Partially revert r217953 to see if...
2014-09-17 Chad Rosier[IndVarSimplify] Widen loop compare instructions.
2014-09-17 Andrea Di Biagio[InstCombine] Fix wrong folding of constant comparison...
2014-09-17 Toma Tabacu[mips] Add assembler support for the .set nodsp directive.
2014-09-17 Pavel Chupin[x32] Fix function indirect calls
2014-09-17 David MajnemerInstSimplify: Don't allow (x srem y) urem y -> x srem y
2014-09-17 David MajnemerInstSimplify: ((X % Y) % Y) -> (X % Y)
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-16 Quentin Colombet[CodeGenPrepare][AddressingModeMatcher] The promotion...
2014-09-16 Nick Kledziktweak test case for debugging bot
2014-09-16 Kevin EnderbyHookup the MCSymbolizer to llvm-objdump’s disassembly...
2014-09-16 Adam Nemet[TableGen] Fully resolve class-instance values before...
2014-09-16 Toma Tabacu[mips] Improve the error messages given by MipsAsmParser.
2014-09-16 Toma Tabacu[mips] Move 32-bit ADDiu instruction alias from Mips64I...
2014-09-16 Toma Tabacu[mips] Marked the ADDi instruction aliases as not avail...
2014-09-16 Tilmann Scheller[InstCombine] Remove redundant test case.
2014-09-16 Elena DemikhovskyAVX-512: added cost for some AVX-512 instructions
2014-09-16 Nick Kledziktweak test case to help build bot
2014-09-16 Hal FinkelFix BasicTTI::getCmpSelInstrCost to deal with illegal...
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-16 Nick Kledziktweak test case to help solve why failing on one build bot
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-16 Juergen Ributzka[FastISel][AArch64] Add vector support to argument...
2014-09-16 Chandler Carruth[x86] As a follow-up to r217819, don't check for VSELEC...
2014-09-16 Chandler Carruth[x86] Add the beginnings of a proper DAG combine to...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add missing test case for previous...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Lower sin/cos/pow to runtime lib...
2014-09-15 Justin Bognerllvm-cov: Make debug output more consistent
2014-09-15 Justin Bognerllvm-cov: Fix an issue with showing regions but not...
2014-09-15 Rafael EspindolaAdd back tests for empty function in SPARC and PowerPC.
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add lowering support for frem.
2014-09-15 Juergen Ributzka[FastISel][AArch64] Improve floating-point compare...
2014-09-15 Reed KotlerAdd mips32 r1 to the list of supported targets for...
2014-09-15 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-fold-movsd.ll: Relax...
2014-09-15 Rafael EspindolaAdd a triple to fix the bots.
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-15 Quentin Colombet[CodeGenPrepare][AddressingModeMatcher] Fix a think...
2014-09-15 Akira Hatanaka[X86] Fix a bug in X86's peephole optimization.
2014-09-15 Matt ArsenaultCHECK-LABELize test
2014-09-15 Matt ArsenaultR600/SI: Prefer selecting more e64 instruction forms.
2014-09-15 Matt ArsenaultR600/SI: Make sure double vector fmul is tested
2014-09-15 Matt ArsenaultR600/SI: Add some mubuf testcases.
2014-09-15 Matt ArsenaultR600/SI: Add preliminary support for flat address space
2014-09-15 Toma Tabacu[mips] Marked the DADDiu instruction aliases as MIPS...
2014-09-15 Chandler Carruth[x86] Begin emitting PBLENDW instructions for integer...
2014-09-15 Chandler Carruth[x86] Add an explicit SSE3 run to this test and flesh...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form UNPCKLPS and...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
next