platform/upstream/llvm.git
2016-11-15 Pablo BarrioRevert "[JumpThreading] Unfold selects that depend...
2016-11-15 Pablo BarrioRevert "[JumpThreading] Prevent non-deterministic use...
2016-11-15 Diana Picus[ARM] Make sure GlobalISel is only initialized once...
2016-11-15 Cameron Desrochers[clang-format] Fixed line merging of more than two...
2016-11-15 Tony Jiang[PowerPC] Implement BE VSX load/store builtins - clang...
2016-11-15 Robert Lougher[LoopVectorizer] When estimating reg usage, unused...
2016-11-15 Tony Jiang[PowerPC] Implement BE VSX load/store builtins - llvm...
2016-11-15 Diana PicusGet GlobalISel to build on Linux after r286407
2016-11-15 Zvi Rackover[X86][FastISel] Assert that we are dealing with arithme...
2016-11-15 Sam Kolton[AMDGPU] TableGen: change individual instruction flags...
2016-11-15 Zvi Rackover[X86][FastISel] Fix lowering of overflow result on...
2016-11-15 Florian HahnTest commit, remove trailing space.
2016-11-15 Rafael Espindolaclang format include/llvm/Support/ELF.h. NFC.
2016-11-15 Eugene Leviant[ELF] Don't check Out<ELFT>::RelaPlt as it's always...
2016-11-15 NAKAMURA TakumiDWARFAbbreviationDeclaration.h: Fix a typo in r286924...
2016-11-15 Alexey Bataev[OPENMP] Fix for PR30632: Name mangling issue.
2016-11-15 Michal Gorny[test] Correctly include build llvm_shlib_dir in stand...
2016-11-15 Joerg SonnenbergerIntroduce TLI predicative for base-relative Jump Tables.
2016-11-15 Eugene Leviant[ELF] Convert DynamicSection to input section.
2016-11-15 Javed Absar[ARM] Add machine scheduler for Cortex-R52
2016-11-15 Sam McCallFix uninitialized members.
2016-11-15 Daniel SandersFix -Wunused introduced in r286945 for release builds.
2016-11-15 Daniel Sanders[tablegen] Extract portions of AsmMatcherEmitter for...
2016-11-15 Alexey Bataev[OPENMP] Fixed codegen for 'omp cancel' construct.
2016-11-15 Haojian Wu[clang-move] Make the output code look more pretty.
2016-11-15 Adam Nemet[opt-viewer] Add support for libYAML for faster parsing
2016-11-15 George Rimar[ELF] - Do not create reserved symbols in case of reloc...
2016-11-15 George Rimar[ELF] - Better diagnostic for relative relocation to...
2016-11-15 George Rimar[ELF] - Allow symbols of STT_NOTYPE to be associated...
2016-11-15 Asaf BadouhDAGCombiner: fix combine of trunc and select
2016-11-15 Vitaly BukaAvoid creating reference from nullptr.
2016-11-15 Matt ArsenaultTableGen: Add operator !or
2016-11-15 Zvi Rackover[X86][GlobalISel] Add minimal call lowering support...
2016-11-15 Craig Topper[AVX-512] Add an example test case for PR31018.
2016-11-15 Craig Topper[X86] Add LLVM version number for each intrinsic handle...
2016-11-15 Marshall ClowMissed one of the try blocks the first time :-(. Thanks...
2016-11-15 Matt ArsenaultAMDGPU: Fix f16 fabs/fneg
2016-11-15 Lang Hames[ORC] Work around an apparent modules/linkage issue.
2016-11-15 Anna Zaks[asan] Fixup to r286608 that makes the test pass on...
2016-11-15 Rui UeyamaSimplify identify_magic.
2016-11-15 Dominic Chen[analyzer] Rename assumeWithinInclusiveRange*()
2016-11-15 Jason MolendaChange the kernel searching code to not go through the
2016-11-15 Dominic Chen[analyzer] Minor optimization: avoid setting state...
2016-11-15 Greg ClaytonImprove DWARF parsing speed by improving DWARFAbbreviat...
2016-11-15 Rui UeyamaIdentify object files compiled with cl.exe /GL.
2016-11-15 Rui UeyamaFix -Wswitch.
2016-11-15 Rui UeyamaAdd a file magic for CL.exe's object file created with...
2016-11-15 Lang Hames[ORC] Temporarily disable RPCUtils unit test.
2016-11-15 Zachary TurnerFix some more Printf warnings.
2016-11-15 Zachary TurnerFix some more StringRef printf warnings.
2016-11-15 Saleem Abdulrasoolllvm-strings: support the `-n` option
2016-11-15 Matt ArsenaultAMDGPU: Set hasExtraSrcRegAllocReq on v_div_scale_*
2016-11-15 Matt ArsenaultAMDGPU: Fix formatting of 1/2pi immediate
2016-11-15 Tom StellardMIRParser: Add support for parsing vreg reg alloc hints
2016-11-15 Vitaly BukaAvoid calling std::memcmp with nullptr
2016-11-14 Adrian McCarthyFix TestMiniDumpNew.py test for Python 2/3 issue
2016-11-14 Greg ClaytonFix a deadlock issue that would happen when loading...
2016-11-14 Evandro Menezes[AArch64] Compute the Newton series for reciprocals...
2016-11-14 Zachary TurnerFix some StringRef Printf warnings.
2016-11-14 Peter CollingbourneLinker: Remove unnecessary call to copyMetadata in...
2016-11-14 Vedant Kumar[cfi] Mark tests as xfailing on Darwin
2016-11-14 Tim NorthoverGlobalISel: add tests for G_ZEXT/G_SEXT to types smalle...
2016-11-14 Vedant Kumar[cfi] Mark some tests as requiring additional support...
2016-11-14 Devin Coughlin[analyzer] Fix crash in NullabilityChecker calling...
2016-11-14 Sanjay Patel[InstCombine] add tests to show missing bitcast folds
2016-11-14 Chris BienemanOne more cleanup to lldb version printing
2016-11-14 Kuba Brecka[sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET...
2016-11-14 Adrian PrantlRemove redundant uses of \brief.
2016-11-14 Vitaly BukaDon't pass nullptr into memcpy
2016-11-14 Tom StellardRegAllocGreedy: Properly initialize this pass, so that...
2016-11-14 Kuba Brecka[tsan] Add support for C++ exceptions into TSan (call...
2016-11-14 Kuba Brecka[tsan] Add support for C++ exceptions into TSan (call...
2016-11-14 Jonathan PeytonUpdate stats-gathering code
2016-11-14 Saleem AbdulrasoolRevert "Revert "llvm-strings: support printing the...
2016-11-14 Jonathan PeytonIntroduce dynamic affinity dispatch capabilities
2016-11-14 Kevin EnderbyAdd a checkSymbolTable() method to the MachOObjectFile...
2016-11-14 Krzysztof Parzyszek[Hexagon] Give a predicate function a more meaningful...
2016-11-14 Evgeniy StepanovTemporarily relax test expectations to fix failures...
2016-11-14 Marshall ClowP0503R0, adopted in Issaquah, rewords some requirements...
2016-11-14 Marshall ClowMissed a test with exceptions disabled earlier. Oops.
2016-11-14 Tim NorthoverARM: try to fix GCC 4.8 compilation again after r286881.
2016-11-14 Tim NorthoverRecommit: ARM: sort register lists by encoding in push...
2016-11-14 Vitaly BukaFix heap-use-after-free coff::createPDB
2016-11-14 Geoff Berry[AArch64] Change some pointers to references. NFC.
2016-11-14 Michael Kuperstein[X86] Tests exhibiting bad parial reloading behavior...
2016-11-14 Marshall ClowImplement P0516: 'Clarify That shared_future’s Copy...
2016-11-14 Rui UeyamaAttempt to fix freaky bot.
2016-11-14 Geoff Berry[AArch64] Split 0 vector stores into scalar store pairs.
2016-11-14 Geoff Berry[AArch64] Factor out transform code from split16BStore...
2016-11-14 Eric Liu[change-namespace] consider typedef/using alias decls...
2016-11-14 Marshall ClowMake one of the new tests fail correctly on pre-C+...
2016-11-14 Teresa Johnson[ThinLTO] Only promote exported locals as marked in...
2016-11-14 Kostya Serebryany[libFuzzer] replace 'auto' with 'auto *' to better...
2016-11-14 Daniel SandersRevert: r286868 - Test commit
2016-11-14 Daniel SandersTest commit
2016-11-14 Tim NorthoverRevert "ARM: sort register lists by encoding in push...
2016-11-14 Tim NorthoverARM: sort register lists by encoding in push/pop instru...
2016-11-14 Michael KupersteinGive SLP vectorizer credit where it's due.
2016-11-14 Marshall ClowImplement P0510 'Make future_error Constructible' adopt...
2016-11-14 Sean Fertile[PPC] altivec.h functions for converting half precision...
next