oota-llvm.git
2015-09-10 Joseph Tremoulet[WinEH] Fix single-block cleanup coloring
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Steven WuFix an undefined behavior introduces in r247234
2015-09-10 Sanjay Patel80-cols; NFC
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Vedant Kumar[Bitcode] Add xfail test for PR24755 (uselistorder)
2015-09-10 Sanjay Patelfix typo; NFC
2015-09-10 Alex LorenzFix PR 24724 - The implicit register verifier shouldn...
2015-09-10 Rafael EspindolaCleaning up LLVM IR mode for Emacs.
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-10 Aaron BallmanSilencing C4141 warnings that were introduced en masse...
2015-09-10 Benjamin Kramer[FileCheck] Use range-based for loops. NFC.
2015-09-10 Jakub KuderskiThere is a trunc(lshr (zext A), Cst) optimization in...
2015-09-10 Chandler Carruth[ADT] Rewrite the StringRef::find implementation to...
2015-09-10 Silviu Baranga[DAGCombine] Truncate BUILD_VECTOR operators if necessa...
2015-09-10 James MolloyEnable GlobalsAA by default
2015-09-10 James MolloyAdd GlobalsAA as preserved to a bunch of transforms
2015-09-10 Chandler Carruth[ADT] Force inline several super boring and unusually...
2015-09-10 Chandler Carruth[ADT] Micro-optimize and force inlining for string...
2015-09-10 James Molloy[ARM] Do not use vtrn for vectorshuffle if the order...
2015-09-10 Chandler Carruth[ADT] Apply a large hammer to StringRef functions:...
2015-09-10 Chandler Carruth[Support] Fix the always_inline attribute macro to...
2015-09-10 Chandler Carruth[ADT] Micro-optimize the Triple constructor by doing...
2015-09-10 Chandler Carruth[ADT] Fix a confusing interface spec and some annoying...
2015-09-10 NAKAMURA TakumiGlobalsAAResult(&&): Move every members.
2015-09-10 Elena DemikhovskyAdded isUndef() interface for SDNode
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-10 Chandler Carruth[ADT] Add a single-character version of the small vecto...
2015-09-10 Chandler CarruthAdd a way to skip the Go bindings tests even when Go...
2015-09-10 Sanjoy Das[ScalarEvolution] Fix PR24757.
2015-09-10 Chandler Carruth[LPM] Simplify this code and fix a compile error for...
2015-09-10 Chandler Carruth[LPM] Use a map from analysis ID to immutable passes...
2015-09-10 Kit BartonEnable the shrink wrapping optimization for PPC64.
2015-09-10 Ahmed Bougacha[AArch64] Match FI+offset in STNP addressing mode.
2015-09-10 Davide Italiano[MC] Convert all the remaining tests from macho-dump...
2015-09-10 Ahmed Bougacha[AArch64] Match base+offset in STNP addressing mode.
2015-09-10 Mehdi AminiMakes EmitRecord() accepting ArrayRef and raw array...
2015-09-10 Ahmed Bougacha[AArch64] Support selecting STNP.
2015-09-10 Matt ArsenaultAMDGPU/SI: Fix more cases of losing exec operands
2015-09-10 Matt ArsenaultAMDGPU/SI: Fix creating v_mov_b32s without exec uses
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Ahmed Bougacha[CodeGen] Make x86 nontemporal store patfrags generic...
2015-09-10 Philip Reames[RewriteStatepointsForGC] Minor refactor to use shared...
2015-09-10 Philip Reames[RewriteStatepointsForGC] Strengthen a confusingly...
2015-09-10 Philip Reames[RewriteStatepointsForGC] One last bit of naming [NFCI]
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-10 Philip Reames[RewriteStatepointsForGC] Further style/naming fixup...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-10 Mehdi AminiBitcode Writer: EmitRecordWith* takes an ArrayRef inste...
2015-09-10 Mehdi AminiAdd makeArrayRef() overload for ArrayRef input (no...
2015-09-10 Philip Reames[RewriteStatepointsForGC] More naming cleanup [NFCI]
2015-09-09 Philip Reames[RewriteStatepointsForGC] Code cleanup [NFC]
2015-09-09 Philip Reames[RewriteStatepointsForGC] Extend base pointer inference...
2015-09-09 Philip Reames[RewriteStatepointsForGC] Make base pointer inference...
2015-09-09 Peter CollingbourneLowerBitSets: Fix non-determinism bug.
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Dan Gohman[WebAssembly] Update target datalayout strings.
2015-09-09 Teresa JohnsonChange EmitRecordWithAbbrevImpl to take Optional record...
2015-09-09 Piotr PadlewskiScalarEvolution assume hanging bugfix
2015-09-09 Mehdi AminiRevert "Bitcode Writer: EmitRecordWith* takes an ArrayR...
2015-09-09 David MajnemerRevert trunc(lshr (sext A), Cst) to ashr A, Cst
2015-09-09 Mehdi AminiBitcode Writer: EmitRecordWith* takes an ArrayRef inste...
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Sanjay Patelallow unpredictable metadata on switch statements
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Matthias BraunVirtRegMap: Improve addMBBLiveIns() using SlotIndex...
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...
next