[Bitcode] Add compatibility tests for new instructions
[oota-llvm.git] / lib /
2015-09-08 Eric ChristopherFix the PPC CTR Loop pass to look for calls to the...
2015-09-08 Peter CollingbourneLowerBitSets: Extend pass to support functions as bitse...
2015-09-08 Ivan Krasin[libFuzzer]Add a test for defeating a hash sum.
2015-09-08 Matt ArsenaultAMDGPU/SI: Fix input vcc operand for VOP2b instructions
2015-09-08 Artem Belevich[NVPTX] Added run NVVMReflect pass to NVPTX back-end.
2015-09-08 Derek Schuffx32. Fixes a bug in how struct va_list is initialized...
2015-09-08 Kostya Serebryany[libFuzzer] remove a piece of stale code
2015-09-08 Kostya Serebryany[libFuzzer] be more robust when dealing with files...
2015-09-08 Dan Gohman[WebAssembly] Support running without a register alloca...
2015-09-08 Sanjay Patelrefactor matches for De Morgan's Laws; NFCI
2015-09-08 Matt ArsenaultAMDGPU: Mark s_barrier as a high latency instruction
2015-09-08 Matt ArsenaultAMDGPU: Fix s_barrier flags
2015-09-08 Derek Schuffx32. Fixes a bug in i8mem_NOREX declaration.
2015-09-08 Matt ArsenaultAMDGPU: Handle sub of constant for DS offset folding
2015-09-08 Diego NovilloFix PR 24723 - Handle 0-mass backedges in irreducible...
2015-09-08 Davide Italiano[MC/ELF] Accept zero for .align directive
2015-09-08 David BlaikieFix CPP Backend for GEP API changes for opaque pointer...
2015-09-08 Sanjay Patelremove function names from comments; NFC
2015-09-08 Andrew KaylorFix for bz24500: Avoid non-deterministic code generatio...
2015-09-08 Kostya Serebryany[libFuzzer] better documentatio for -save_minimized_cor...
2015-09-08 Kostya Serebryany[libFuzzer] remove -iterations as redundant (there...
2015-09-08 JF BastienWebAssembly: NFC rename shr/sar
2015-09-08 Kostya Serebryany[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
2015-09-08 Jun Bum LimRemove white space (test commit)
2015-09-08 Zoran Jovanovic[mips][microMIPS] Implement LLE, LUI, LW and LWE instru...
2015-09-08 Igor BregerAVX512: kunpck encoding implementation
2015-09-08 Dan Gohman[WebAssembly] Enable SSA lowering and other pre-regallo...
2015-09-08 Elena DemikhovskyRemoved an old comment, NFC
2015-09-08 Zoran Jovanovic[mips][microMIPS] Implement SB, SBE, SCE, SH and SHE...
2015-09-08 Jakub KuderskiThere is a trunc(lshr (zext A), Cst) optimization in...
2015-09-08 Daniel Sanders[mips] Reserve address spaces 1-255 for software use.
2015-09-08 Zoran Jovanovic[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6...
2015-09-08 Elena Demikhovskycompilation issue, NFC
2015-09-08 Elena Demikhovskyfixed compilation issue, NFC.
2015-09-08 Elena DemikhovskyAVX-512: Lowering for 512-bit vector shuffles.
2015-09-07 Zoran Jovanovic[mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL...
2015-09-07 Zoran Jovanovic[mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16...
2015-09-07 John Brawn[ARM] Get rid of SelectT2ShifterOperandReg, NFC
2015-09-07 Zoran Jovanovic[mips][microMIPS] Implement CVT.D.fmt, CVT.L.fmt, CVT...
2015-09-07 NAKAMURA TakumiPrune utf8 chars in comments.
2015-09-06 David Majnemer[InstCombine] Don't divide by zero when evaluating...
2015-09-06 Hal Finkel[SelectionDAG] Swap commutative binops before constant...
2015-09-06 Hal Finkel[PowerPC] Don't commute trivial rlwimi instructions
2015-09-05 David Majnemer[InstCombine] Don't assume m_Mul gives back an Instruction
2015-09-05 Alexandros LamprineasAdded arch extensions and default target features in...
2015-09-05 Zoran Jovanovic[mips][microMIPS] Implement ADD.fmt, SUB.fmt, MOV.fmt...
2015-09-05 Craig TopperFix build warning.
2015-09-05 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Roll back TimeDateStamp along...
2015-09-05 Andrew KaylorFix build warning
2015-09-05 Hal Finkel[PowerPC] Fix and(or(x, c1), c2) -> rlwimi generation
2015-09-04 Andrew KaylorFix build warning
2015-09-04 Andrew Kaylor[WinEH] Teach SimplfyCFG to eliminate empty cleanup...
2015-09-04 Kostya Serebryany[libFuzzer] more accurate logic for traces, 80-char fix
2015-09-04 Yaron KerenRemove two unused includes and C++11 rangify for loops.
2015-09-04 Chad RosierTypo. NFC.
2015-09-04 David Majnemer[MC] Replace comparison with isUInt<32>.
2015-09-04 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Appease a warning in checking...
2015-09-04 Kostya Serebryany[libFuzzer] when a single mutation fails try a few...
2015-09-04 Kostya Serebryany[libFuzzer] actually make the dictionaries work (+docs)
2015-09-04 Hal Finkel[PowerPC] Enable interleaved-access vectorization
2015-09-03 Hal Finkel[PowerPC] Always use aggressive interleaving on the A2
2015-09-03 Hal Finkel[PowerPC] Try harder to find a base+offset when looking...
2015-09-03 Sanjoy Das[IR] Have AttrBuilder::clear clear `TargetDepAttrs`.
2015-09-03 Philip Reames[RewriteStatepointsForGC] Extract common code, comment...
2015-09-03 Philip Reames[RewriteStatepointsForGC] Strengthen invariants around...
2015-09-03 Kostya Serebryany[libFuzzer] refactor the mutation functions so that...
2015-09-03 Hal Finkel[PowerPC] Include the permutation cost for unaligned...
2015-09-03 Hal Finkel[PowerPC] Compute the MMO offset for an unaligned load...
2015-09-03 Philip Reames[RewriteStatepointsForGC] Workaround a lack of determin...
2015-09-03 Kostya Serebryany[libFuzzer] adding a parser for AFL-style dictionaries...
2015-09-03 Reid Kleckner[sancov] Disable sanitizer coverage on functions using SEH
2015-09-03 Chad Rosier[AArch64] Improve ISel using across lane addition reduc...
2015-09-03 Karl SchimpfAllow global address space forward decls using IDs...
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-03 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
2015-09-03 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-09-03 Karl SchimpfFix assertion failure in LLParser::ConvertValIDToValue
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Sanjay Patelcheck for fastness before merging in DAGCombiner::Merge...
2015-09-03 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2015-09-03 Chad Rosier[AArch64] Reuse MayLoad. NFC.
2015-09-03 Daniel Sanders[mips] Added support for the div, divu, ddiv and ddivu...
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-03 Igor BregerAVX512: Implemented encoding and intrinsics for vplzcnt...
2015-09-02 JF Bastien[MergeFuncs] Efficiently defer functions on merge
2015-09-02 Kostya Serebryany[libFuzzer] deprecate the -tokens flag. This was a...
2015-09-02 Ahmed Bougacha[X86] Require 32-byte alignment for 32-byte VMOVNTs.
2015-09-02 Douglas KatzmanAdd Myriad into enum VendorType
2015-09-02 Justin BognerIR: Remove an unused AssemblyWriter constructor. NFC
2015-09-02 Philip Reames[RewriteStatepointsForGC] Delete stale comment [NFC]
2015-09-02 Philip Reames[RewriteStatepointsForGC] Pull a function out of anon...
2015-09-02 Justin BognerIR: Remove a redundant function. NFC
2015-09-02 Ahmed Bougacha[X86] Cleanup nontemporal fragments. NFCI.
2015-09-02 Philip Reames[RewriteStatepointsForGC] Bugfix for change 246133
2015-09-02 Philip ReamesFix release build warning for unused function
2015-09-02 Philip Reames[RewriteStatepointsForGC] Improve debug output [NFC]
2015-09-02 Hal Finkel[PowerPC] Cleanup cost model for unaligned vector loads...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
next