platform/upstream/llvm.git
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Ed MasteFor now skip ThreadSpecificBreakTestCase on FreeBSD
2015-09-09 Enrico GranataPreparatory work for letting language plugins help...
2015-09-09 David Majnemer[MS ABI] Don't crash on references to pointers to membe...
2015-09-09 Dan Gohman[WebAssembly] Update target datalayout strings.
2015-09-09 Teresa JohnsonChange EmitRecordWithAbbrevImpl to take Optional record...
2015-09-09 Michael J.... [elf2] Assign output sections to PHDRs.
2015-09-09 Piotr PadlewskiScalarEvolution assume hanging bugfix
2015-09-09 Mehdi AminiRevert "EmitRecordWith* API change: takes an ArrayRef...
2015-09-09 Mehdi AminiRevert "Bitcode Writer: EmitRecordWith* takes an ArrayR...
2015-09-09 Rafael EspindolaAdd the DT_NEEDED entries to the dynamic table.
2015-09-09 David MajnemerRevert trunc(lshr (sext A), Cst) to ashr A, Cst
2015-09-09 Mehdi AminiEmitRecordWith* API change: takes an ArrayRef instead...
2015-09-09 Mehdi AminiBitcode Writer: EmitRecordWith* takes an ArrayRef inste...
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Argyrios Kyrtzidis[libclang] Add missing clang_CompileCommand_* functions...
2015-09-09 Greg ClaytonMake sure to flush the stream to make sure the string...
2015-09-09 Sanjay Patelallow unpredictable metadata on switch statements
2015-09-09 Zachary TurnerDon't allow duplicate names for tests.
2015-09-09 Michael KruseFix typo: zycle -> cycle [NFC]
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Matthias BraunVirtRegMap: Improve addMBBLiveIns() using SlotIndex...
2015-09-09 Rui UeyamaFix indentation.
2015-09-09 Rui UeyamaELF2: Reduce nesting by returning early. NFC.
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 Rui UeyamaELF2: Return early. NFC.
2015-09-09 Zachary TurnerFix some compiler warnings.
2015-09-09 Alexander Kornienko[clang-tidy] Fix PR22785.
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 Argyrios KyrtzidisFix a small bug in clang where generating some temporar...
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 Rafael EspindolaStart adding content to the dynamic section.
2015-09-09 Sanjay Pateldon't repeat function names in comments; NFC
2015-09-09 Alexander Kornienko[clang-tidy] Automatically redirect to the new page.
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 Johannes DoerfertDisable support for pointer expressions
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 Rafael Espindola[Solaris] Use the GCC Installation detector to add...
2015-09-09 Ed MasteUpdate expectedFailureFreeBSD to expectedFlakeyFreeBSD...
2015-09-09 Michael KruseGenerate gitversion.h in autoconf builds
2015-09-09 Ed MasteXFAIL TestFormatters on FreeBSD
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... [ARM] "cortex-r5f" and "cortex-m4f" are unknown names...
2015-09-09 Tamas BerghammerFix type in include header name
2015-09-09 Alexandros... LLVM does not distinguish Cortex-M4 from Cortex-M4F...
2015-09-09 Tamas BerghammerAdd missing include after rL247131
2015-09-09 Mohit K. Bhakkad[LLDB][MIPS] Added support for the debugging of N32...
2015-09-09 Tamas BerghammerChange the looping stack detection code
2015-09-09 Tamas BerghammerAdd basic fission support to SymbolFileDWARF
2015-09-09 Tamas BerghammerCode cleanup in preparation of adding split dwarf support
2015-09-09 Tamas BerghammerRemove the dwo files in the cleanup stage of the tests
2015-09-09 Mohit K. Bhakkad[LLDB][MIPS] MIPS load/store instruction emulation...
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 Tobias GrosserIslNodeBuilder: Add virtual function to obtain the...
2015-09-09 Zoran Jovanovic[mips][microMIPS] Implement CACHEE and PREFE instructions
2015-09-09 Hafiz Abid... Remove an invalid check in DW_OP_piece processing.
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 Jason MolendaWhen lldb gets the register definitions from the respon...
2015-09-09 Jason MolendaA change I'm open to reverting if there is disagreement:
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 Steven WuFix vld1_lane intrinsic generation
2015-09-09 Stephane SezerTeach utilsOsType about NetBSD
2015-09-09 Stephane SezerNetBSD doesn't provide struct statfs, make use of struc...
2015-09-09 Stephane SezerPrevent from a redefinition of _GLIBCXX_USE_NANOSLEEP
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-09 Enrico GranataData formatter candidate matches can be generated in...
2015-09-09 Bruce MitchenerFix log message warning in SBThread.
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-09 Peter CollingbourneCodeGen: Add CFI unrelated cast checks to the new point...
2015-09-08 Michael ZolotukhinIntroduce __builtin_nontemporal_store and __builtin_non...
2015-09-08 Devin CoughlinRevert "[Static Analyzer] BugReporter.cpp:2869: Asserti...
2015-09-08 Reid Kleckner[WinEH] Avoid creating MBBs for LLVM BBs that cannot...
2015-09-08 Todd FialaFix regressions in dotest.py when passing filters or...
2015-09-08 Evgeniy Stepanov[msan] Unpoison dlpi_phdr in dl_iterate_phdr.
2015-09-08 Alexey Samsonov[CMake] Remove all uses of LLVM_NATIVE_ARCH.
2015-09-08 Peter CollingbourneCodeGen: Introduce CodeGenModule::CreateMetadataIdentif...
2015-09-08 Rafael EspindolaCreate a dynamic segment.
2015-09-08 Michael J.... [lld][elf2] Address review comments.
2015-09-08 Peter CollingbourneRe-apply r247080 with order of evaluation fix.
2015-09-08 Alexey Samsonov[CMake] Rename COMPILER_RT_TEST_TARGET_TRIPLE to more...
2015-09-08 NAKAMURA Takumiclang/test/Modules/ModuleDebugInfo.cpp: Add -triple...
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
next