platform/upstream/llvm.git
2016-10-06 Matt ArsenaultBranchRelaxation: Support expanding unconditional branches
2016-10-06 Krzysztof Parzyszek[Hexagon] Avoid replacing full regs with subregisters...
2016-10-06 Matt ArsenaultBranchRelaxation: Account for function alignment
2016-10-06 Valentina GiustiImprove test for Intel(R) MPX registers.
2016-10-06 David Sheinkman[OpenMP] Check if the template specialization is mappab...
2016-10-06 Matt ArsenaultMove AArch64BranchRelaxation to generic code
2016-10-06 Matt ArsenaultAArch64: Move remaining target specific BranchRelaxatio...
2016-10-06 Nirav Dave[X86] Fix intel syntax push parsing bug
2016-10-06 Mehdi AminiRevert "Use StringRef in LTOModule implementation ...
2016-10-06 Rafael EspindolaCentralize sh_entsize checking.
2016-10-06 Rafael EspindolaRefactor to use getSectionContentsAsArray.
2016-10-06 Rafael EspindolaRefactor duplicated typedefs. NFC.
2016-10-06 Marshall ClowMark issues 2514, 2519, 2536 and 2475 as done
2016-10-06 Tim NorthoverGlobalISel: fix misuse of using declaration in test.
2016-10-06 Sam Kolton[AMDGPU] Disassembler: print label names in branch...
2016-10-06 Anna Thomas[RS4GC] Fix comment to show TODO. NFC
2016-10-06 Vassil VassilevAllocate after the early exit checks. NFC.
2016-10-06 Rafael EspindolaUse range loop. NFC.
2016-10-06 Krzysztof Parzyszek[RDF] Replace some expensive copies with references...
2016-10-06 Krzysztof Parzyszek[RDF] Replace potentially unclear autos with real types
2016-10-06 Vassil Vassilev[modules] Allow VarDecls with initializers to use speci...
2016-10-06 Hal Finkel[llvm-opt-report] Record VF, etc. correctly for multipl...
2016-10-06 Diana PicusRevert "[ARM] Use __rt_div functions for divrem on...
2016-10-06 Asiri Rathnayake[libcxx] Recover no-exceptions XFAILs - I
2016-10-06 Hal Finkel[llvm-opt-report] Print line numbers starting from 1
2016-10-06 Henric KarlssonTest commit access (NFC)
2016-10-06 Sagar Thakur[ESan] [MIPS] Fix workingset-signal-posix.cpp on MIPS
2016-10-06 Matt ArsenaultAMDGPU: Partially fix reported code size for some instr...
2016-10-06 Zvi RackoverAdd test-cases which demontrate pr30561
2016-10-06 Sagar Thakur[ESan][MIPS] Adds support for MIPS64
2016-10-06 Bjorn Pettersson[ValueTracking] Teach computeKnownBits and ComputeNumSi...
2016-10-06 Sagar Thakur[EfficiencySanitizer] Adds shadow memory parameters...
2016-10-06 Alex Lorenz[Sema] Fix PR30520: Handle incomplete field types in...
2016-10-06 Eugene Leviant[ELF] Don't fail if undefined symbol is not used
2016-10-06 Benjamin KramerAdd missing -no-canonical-prefixes.
2016-10-06 Eugene Leviant[ELF] Linker script: implement LOADADDR
2016-10-06 Alex LorenzFix PR30440: Initialize FunctionTypeDepth in CXXNameMangler
2016-10-06 Nuno Lopesfix build on cygwin
2016-10-06 George Rimar[ELF] - Make checks in ObjectFile<ELFT>::getSection...
2016-10-06 Haojian Wu[clang-move] Move comments which are associated with...
2016-10-06 Haojian Wu[clang-move] Cleanup around replacements.
2016-10-06 James Molloy[ARM] Constant pool promotion - fix alignment calculation
2016-10-06 James Molloy[ARM] Improve testcase for r283323
2016-10-06 Dean Michael... [compiler-rt][XRay][NFC] clang-format XRay sources
2016-10-06 Petr Hosek[Driver] Add driver support for Fuchsia
2016-10-06 Petr Hosek[Triple] Add triple for Fuchsia
2016-10-06 Kostya Serebryany[libFuzzer] be more careful with memory usage, print...
2016-10-06 Mehdi AminiTaking StringRef in Driver.h APIs instead of raw pointe...
2016-10-06 Mehdi AminiUse llvm::raw_string_ostream instead of std::stringstre...
2016-10-06 Konstantin... [AMDGPU] Promote uniform i16 bitreverse intrinsic to i32
2016-10-05 Zachary TurnerFix build error on Android again.
2016-10-05 Zachary TurnerConvert some Args index-based iteration to range-style...
2016-10-05 Kostya Serebryany[libFuzzer] when re-running for lsan, don't look at...
2016-10-05 Sanjay Patel[DAG] add tests to show missing checks for SDNode FMF
2016-10-05 Kostya Serebryany[libFuzzer] refactoring to make -shrink=1 work for...
2016-10-05 Eric FiselierFix strict-aliasing violation in typeinfo::hash_code()
2016-10-05 Hal FinkelFix tests for Windows
2016-10-05 Richard SmithPR22924, PR22845, some of CWG1464: When checking the...
2016-10-05 Richard SmithAdd missing #include from r283039. Found by modules...
2016-10-05 Jason MolendaAdd i386/x86_64 tests of the eh_frame augmentation...
2016-10-05 Reid Kleckner[codeview] Truncate records to maximum record size...
2016-10-05 Hal Finkel[llvm-opt-report] Distinguish inlined contexts when...
2016-10-05 Adrian PrantlVerifier: Reject any unknown named MD nodes in the...
2016-10-05 Adrian PrantlRevert "Verifier: Reject any unknown named MD nodes...
2016-10-05 Hal FinkelAdd an llvm-opt-report tool to generate basic source...
2016-10-05 Rui UeyamaAdd exact number of streams for reserved stream #s.
2016-10-05 Enrico GranataFixes for libc++ std::unordered_map data formatter...
2016-10-05 Reid KlecknerRemove extra semicolon
2016-10-05 Reid KlecknerFix the build with MSVC 2013, still cannot default...
2016-10-05 Sanjay Patel[DAG] change test to use 'unsafe' function attribute...
2016-10-05 Rui UeyamaAdd an empty IPI stream.
2016-10-05 David CallahanModify df_iterator to support post-order actions
2016-10-05 Adrian PrantlVerifier: Reject any unknown named MD nodes in the...
2016-10-05 Dan Gohman[WebAssembly] Add binary-encoding opcode values to...
2016-10-05 Reid Kleckner[codeview] Translate bitpiece metadata to DEFRANGE_SUBF...
2016-10-05 Lang Hames[Object] Fix a crash in Archive::child_iterator's defau...
2016-10-05 Zachary TurnerConvert some more aliasing and CI functions to StringRef.
2016-10-05 Zachary TurnerUpdate some command aliasing functions to use StringRef.
2016-10-05 Zachary TurnerConvert CommandObject constructors to StringRef.
2016-10-05 Martin Storsjo[ARM] Use __rt_div functions for divrem on Windows
2016-10-05 Rui UeyamaEarly continue. NFC.
2016-10-05 James Y Knight[Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of...
2016-10-05 Zachary TurnerFixup the xfail situation on Windows.
2016-10-05 Anna Zaks[compiler-rt] Enable building iOS by default.
2016-10-05 Anna Zaks[asan] Fixup: Switch to using dynamic shadow offset...
2016-10-05 Vitaly Buka[ADT] Add missing const_iterator DenseSet::find() const
2016-10-05 Anna Zaks[asan] Reapply: Switch to using dynamic shadow offset...
2016-10-05 Anna Zaks[asan] Reapply: Switch to using dynamic shadow offset...
2016-10-05 Yunzhong GaoImprove the debug-info test created in r274263.
2016-10-05 Matthew Simpson[LV] Pass profitability analysis in vectorizer construc...
2016-10-05 Rui UeyamaRemove trailing whitespace.
2016-10-05 Krzysztof Parzyszek[RDF] Fix live def propagation through basic block
2016-10-05 Zachary TurnerConvert various CommandInterpreter functions to StringRef.
2016-10-05 Matthias BraunAMDGPU: Do not re-use tmpreg in spill/restore lowering
2016-10-05 Matthew Simpson[LV] Pass legality analysis in vectorizer constructor...
2016-10-05 Rafael EspindolaStore the hash in SectionPiece.
2016-10-05 Peter CollingbourneFastISel: Remove unused/un-overridden entry points...
2016-10-05 Matthew Simpson[LV] Remove obsolete comment (NFC)
2016-10-05 Matthew Simpson[LV] Use getScalarizationOverhead in memory instruction...
2016-10-05 Nemanja IvanovicRemoving optimization from the RUN lines and adjusting...
next