platform/upstream/llvm.git
2015-12-21 Chad Rosier[LIR] Refactor code to enable future patch. NFC.
2015-12-21 Chad Rosier[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-21 Igor BregerAVX512BW: Enable AND/OR/XOR vector byte/word paked...
2015-12-21 Davide Italiano[llvm-objdump] Use appropriate helper. NFC.
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-21 Daniel Jasperclang-format: [JS] Change Google-style default for...
2015-12-21 Daniel Jasperclang-format: Only try to find the "main" include in...
2015-12-21 Zlatko Buljan[mips][microMIPS] Implement DERET and DI instructions...
2015-12-21 Tobias GrosserAdjust formatting to clang-format changes in 256149
2015-12-21 Alexander Kornienko[scan-view] replace deprecated optparse with argparse
2015-12-21 Tobias GrosserScopDetect: Extract profitability check into subfunction
2015-12-21 Daniel Jasperclang-format: Extend detection of the "main" #include...
2015-12-21 Tamas BerghammerFix emulation of the thumb str instruction
2015-12-21 James Molloy[Driver] Pass -O* to the gold plugin via -plugin-opt
2015-12-21 George Rimar[ELF] - fixed not properly handled @GOTTPOFF relocation...
2015-12-21 George Rimar[ELF] - Implemented R_*_IRELATIVE relocations for x86...
2015-12-21 George Rimar[ELF] - R_386_GOTOFF relocation implemented.
2015-12-21 Gabor HorvathFix a false positive case in ContainerSizeEmpty check...
2015-12-21 George Rimar[ELF] - Fixed padding for CIE/FDE entries of .eh_frame...
2015-12-21 Tobias GrosserScopInfo: Return immediately if scop is unprofitable...
2015-12-21 Tobias GrosserScopInfo: Return in case we found an invalid array...
2015-12-21 NAKAMURA Takumicheck-llvm: Tweak the feature "timestamps" for autoconf.
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
2015-12-21 Tobias GrosserScopInfo: Check for the existance of a single memory...
2015-12-21 Craig Topper[Sema] Use range-based for loops. NFC
2015-12-21 NAKAMURA Takumi[Cygwin] Enable TLS as emutls.
2015-12-21 NAKAMURA Takumicheck-clang-tools requires clang-headers due to test...
2015-12-21 Manuel Jacob[RS4GC] Add an assert which fails if there is a (yet...
2015-12-21 Craig Topper[InstCombine] Fix indentation. NFC.
2015-12-20 Dylan McKay[AVR] Added AVRCallingConv.td
2015-12-20 Xinliang David Li[PGO] testing _WIN64 instead of _WIN32
2015-12-20 Xinliang David Li[PGO] Implement BOOL_CMPXCHG for Windows
2015-12-20 Craig Topper[X86] Use range-based for loop. NFC
2015-12-20 Craig Topper[X86] Prevent constant hoisting for a couple compare...
2015-12-20 Johannes Doerfert[FIX] Schedule generation for block exiting multiple...
2015-12-20 Michael KruseCompile fix: Use "&&" operator instead of "and"
2015-12-20 Tobias GrosserScopInfo: Bail out in case of complex branch structures
2015-12-20 Michael Kuperstein[X86] Add missing m64/int64 conversions
2015-12-20 Michael Kuperstein[X86] Add signed aliases for popcnt intrinsics
2015-12-20 Dylan McKayAdd AVR.td and AVRRegisterInfo.td
2015-12-20 Simon Atanasyan[ELF][MIPS] MIPS .reginfo sections handling
2015-12-20 Davide Italiano[llvm-objdump] Move COFF function to where it belongs.
2015-12-20 Xinliang David LiFix a bug in test case -- duplicate entries
2015-12-20 Xinliang David LiFix a latent UAF bug in profwriter
2015-12-20 Weiming ZhaoFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-20 NAKAMURA TakumiRevert r219171, "llvm/test/lit.cfg: Suppress dwarf...
2015-12-19 Mehdi AminiThreadPool unittests: do not hold mutex when calling...
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Sanjoy Das[Deopt bundles] Fix a test case
2015-12-19 Davide Italiano[llvm-objdump] Fail early if we can't parse the object...
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-19 Paul RobinsonThe PS4 baton passes.
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-19 Paul RobinsonDriver part of debugger tuning.
2015-12-19 Xinliang David Li[PGO] Fix build failure with MSVC
2015-12-19 JF BastienWebAssembly: add vtable test
2015-12-19 Manuel JacobRemove unnecessary casts. NFC.
2015-12-19 Manuel JacobRemove double blanks. NFC.
2015-12-19 Xinliang David LiImprove InstrProfSymtab test coverage
2015-12-19 Matt ArsenaultSelectionDAG: Cleanup integer bin op promotion functions.
2015-12-19 Vedant Kumar[unittests] ThreadPool: Remove redundant loop, NFC
2015-12-19 Vedant Kumar[unittests] ThreadPool: Guard updates to MainThreadReady
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Xinliang David Li[PGO] Add hash to name mapping in InstrProfSymtab
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
2015-12-19 Simon Atanasyan[ELF] Allow target to configure ELF header flags in...
2015-12-19 Chris BienemanRevert "[CMake] Support a simple case for bootstrap...
2015-12-19 Mehdi AminiThreadPool unittest: reimplement concurrency test,...
2015-12-19 Kostya Serebryany[libFuzzer] deprecate -save_minimized_corpus, -merge...
2015-12-19 Kostya Serebryany[libFuzzer] split the tests to run them in parallel...
2015-12-19 Keno FischerHopefully fix debug-info-blocks.ll test on win32 bot
2015-12-19 Richard SmithTest for diagnostic quality improvement in r256049.
2015-12-19 Tom StellardAMDGPU/SI: Fix implemenation of isSourceOfDivergence...
2015-12-19 Kostya Serebryany[libFuzzer] make CrossOver just one of the other mutations
2015-12-19 Richard SmithFix crash-on-invalid if a :: is followed by two or...
2015-12-19 Philip Reames[RS4GC] Remove an overly strong assertion
2015-12-19 Paul RobinsonRecommit CC1 part of debugger tuning; pass through...
2015-12-19 Keno FischerClean up the processing of dbg.value in various places
2015-12-19 Eric ChristopherUse a command line alias to remove the need to rewrite...
2015-12-19 Matt ArsenaultAMDGPU: Switch barrier intrinsics to using convergent
2015-12-19 Matt ArsenaultFix broken type legalization of min/max
2015-12-19 Nicolai HaehnleAMDGPU/SI: use S_MOV_B64 for larger copies in copyPhysReg
2015-12-19 Nicolai HaehnleAMDGPU: fix overlapping copies in copyPhysReg
2015-12-19 Kostya Serebryany[libFuzzer] print successfull mutations sequences
2015-12-19 Chris Bieneman[CMake] Fixing a typo in a flag
2015-12-19 Chris Bieneman[CMake] Support a simple case for bootstrap builds...
2015-12-19 James Y KnightPossibly fix MSVC compilation after r256054.
2015-12-19 Siva Chandra[TestCPPAuto] On linux, we need -fno-limit-debug-info.
2015-12-19 Paul RobinsonRevert r256063, it's killing clang-tools-extra
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Pete CooperRegenerated test according to the example assembly...
2015-12-18 Paul RobinsonCC1 part of debugger tuning; pass through setting from...
2015-12-18 Todd FialaXcode: remove --test-subdir test reduction from previou...
2015-12-18 Jonathan PeytonPrevent monitor thread creation when KMP_BLOCKTIME...
2015-12-18 Jonathan PeytonRemove some extra spaces
next