oota-llvm.git
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Matthias BraunMachineVerifier: Check that SlotIndex MBBIndexList...
2015-09-09 Matt ArsenaultAMDGPU: Extract full 64-bit subregister and use subregs
2015-09-09 Matt ArsenaultAMDGPU: Remove unused multiclass argument
2015-09-09 Tom Stellardllvm-config: Add --build-system option
2015-09-09 Dan Gohman[WebAssembly] Implement calls with void return types.
2015-09-09 Tom StellardAMDGPU/SI: Fold operands through REG_SEQUENCE instructions
2015-09-09 Silviu Baranga[CostModel][AArch64] Remove amortization factor for...
2015-09-09 Sanjay Pateldon't repeat function names in comments; NFC
2015-09-09 Dan Gohman[WebAssembly] Tidy up some unneeded newline characters.
2015-09-09 Joseph Tremoulet[CMake] Flag recursive cmake invocations for cross...
2015-09-09 Sanjay Patelfunction names start with a lower case letter; NFC
2015-09-09 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-09 Sanjay Pateldon't repeat function names in comments; NFC
2015-09-09 Zoran Jovanovic[mips][microMIPS] Implement ADDU16, AND16, ANDI16,...
2015-09-09 Alex LorenzFix PR 24633 - Handle undef values when parsing standal...
2015-09-09 James MolloyRename ExitCount to BackedgeTakenCount, because that...
2015-09-09 James MolloyDelay predication of stores until near the end of vecto...
2015-09-09 Alexandros... LLVM does not distinguish Cortex-M4 from Cortex-M4F...
2015-09-09 Daniel SandersFix vector splitting for extract_vector_elt and vector...
2015-09-09 Chandler CarruthFix a typo I spotted when hacking on SROA. Somewhat...
2015-09-09 Zoran Jovanovic[mips][microMIPS] Implement CACHEE and PREFE instructions
2015-09-09 Matt ArsenaultAMDGPU: Fix not encoding src2 of VOP3b instructions
2015-09-09 Sanjoy Das[IRCE] Add INITIALIZE_PASS_DEPENDENCY invocations.
2015-09-09 Lang Hames[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR...
2015-09-09 Dan Gohman[WebAssembly] Fix lowering of calls with more than...
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-09 Dan Gohman[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg
2015-09-09 Matt ArsenaultFix typos / grammar
2015-09-09 Duncan P. N... Revert "Bitcode: ArrayRef-ize EmitRecordWithAbbrev...
2015-09-09 Duncan P. N... Bitcode: ArrayRef-ize EmitRecordWithAbbrev(), NFC
2015-09-09 Davide Italiano[llvm-readobj] MachO -- dump LinkerOptions load command.
2015-09-08 Reid Kleckner[WinEH] Avoid creating MBBs for LLVM BBs that cannot...
2015-09-08 Peter CollingbourneRe-apply r247080 with order of evaluation fix.
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-09-08 Peter CollingbourneRevert r247080, "LowerBitSets: Extend pass to support...
2015-09-08 Vedant Kumar[Bitcode] Add compatibility tests for new instructions
2015-09-08 Vedant Kumar[docs] Fix typo in catchret example
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 SchuffFix comments and RUN line in x86-64 stdarg test leftove...
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 Matt ArsenaultAdd const overload of findRegisterUseOperand
2015-09-08 Vedant Kumar[docs] Update documentation for the landingpad instruction
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 Benjamin KramerMerge or combine tests and convert to FileCheck.
2015-09-08 Evgeniy StepanovFix isDiscardableIfUnused to include available_external...
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 Sanjay Pateladd tests for De Morgan instcombines based on PR22723
2015-09-08 Sanjay Patelfix typos, remove noise; NFCI
2015-09-08 Kostya Serebryany[libFuzzer] better documentatio for -save_minimized_cor...
2015-09-08 Vedant Kumar[Bitcode] Add compatibility test for llvm 3.7.0
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 Dan Gohman[WebAssembly] Temporarily disable this test, as it...
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 Alex LorenzMIRLangRef: Add documentation for the subregister indices.
2015-09-08 Alex LorenzMIRLangRef: Add documentation for the global value...
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 NAKAMURA Takumi[CMake][CMP0051] Avoid for user of objlib to use llvm_u...
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 Davide Italiano[llvm-readobj] Shrink code a little bit. No functional...
2015-09-07 Sanjay Pateladd missing regression tests for De Morgan's Law transf...
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 David MajnemerCODE_OWNERS.TXT is supposed to be sorted by surname
2015-09-07 NAKAMURA TakumiPrune utf8 chars in comments.
2015-09-06 Simon Pilgrim[X86][MMX] Added missing stack folding tests for MMX...
2015-09-06 Simon Pilgrim[X86][AVX512] Added 512-bit vector shift tests.
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-06 Craig Topper[TableGen] Use make_unique. NFC.
2015-09-06 Andrew Wilkins[bindings] Update Go bindings to DIBuilder
next