platform/upstream/llvm.git
2016-02-09 Nick LewyckyUse std::forward to make ErrorOr<T> constructible from...
2016-02-09 Saleem AbdulrasoolUse the reserved spellings for attributes
2016-02-09 Reid KlecknerAvoid forcing emission of delayed dllexported classes...
2016-02-09 Sanjoy Das[GMR/OperandBundles] Teach getModRefBehavior about...
2016-02-09 Siva Chandra[TestExprsChar] Fix a typo is failure archs list
2016-02-09 Pete CooperAdd cmdline options for LC_DATA_IN_CODE load command.
2016-02-09 Richard SmithRemove TrailingObjects::operator delete. It's still...
2016-02-09 Richard SmithRemove 'llvm::TrailingObjects::operator delete', clang...
2016-02-09 Pete CooperGenerate LC_FUNCTION_STARTS load command.
2016-02-09 David L KreitzerFix the LLVM_ENABLE_MODULES build after adding TargetOp...
2016-02-09 Pete CooperWe should never dead strip mach header symbols.
2016-02-09 Pete CooperReorder enum entry as its used for atom sorting.
2016-02-09 Sanjoy DasAdd an "addUsedAAAnalyses" helper function
2016-02-09 Sanjoy DasRemove SCEVAAWrapperPass from createLegacyPMAAResults...
2016-02-09 Richard SmithFix undefined behavior when compiling in C++14 due...
2016-02-09 Richard SmithRe-commit r259942 (reverted in r260053) with a differen...
2016-02-09 David BlaikieSimplify some expressions involving unique_ptr and...
2016-02-09 Zachary TurnerRemove skip and xfail decorators for target architecture.
2016-02-09 Zachary TurnerRemove skipIfHostPlatform and skipUnlessHostPlatform...
2016-02-09 Zachary TurnerRemove the skipUnlessArch decorator.
2016-02-09 Evgeniy Stepanov[asan] Fix build on Windows and PowerPC.
2016-02-09 Wei MiThis patch is to fix PR26529 caused by r259736.
2016-02-08 Davide Italiano[llvm-nm] Remove excessive parenthesis, noticed by...
2016-02-08 Eric FiselierRevert r260012 due to __gnu_cxx::hash_map breakage
2016-02-08 Rong Xu[PGO] Revert r260146 as it breaks Darwin platforms.
2016-02-08 Michael ZolotukhinFactor out UnrollAnalyzer to Analysis, and add unit...
2016-02-08 Simon Pilgrim[X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory...
2016-02-08 Evgeniy Stepanov[asan] Fix Windows build.
2016-02-08 Davide Italiano[llvm-nm] Yet another attempt of simplifying code.
2016-02-08 Evgeniy Stepanov[asan] Remove leftover debug print statement.
2016-02-08 Andrew Kaylor[regalloc][WinEH] Do not mark intervals as not spillabl...
2016-02-08 Evgeniy Stepanov[asan] Implement SEGV read vs write detection for ARM...
2016-02-08 Justin Bognerllvm-cov: Fix reading gcov data that does not have...
2016-02-08 Xinliang David Li[PGO] Cover more cases of implicitly generated C++...
2016-02-08 Ekaterina RomanovaThis patch adds doxygen comments for all the intrinsinc...
2016-02-08 Nico WeberMake ParentMap work with explicit specializations of...
2016-02-08 Nathan Wilson[Concepts] Remove the IsConcept bit and associated...
2016-02-08 Justin Bognercmake: Use "set" instead of "option" for LLVM_ENABLE_LTO
2016-02-08 Pete CooperMove includes inside guards. NFC.
2016-02-08 Dan Gohman[WebAssembly] Update the br_if instructions' operand...
2016-02-08 Sanjay Patelrangify; NFC
2016-02-08 Rong Xu[PGO] Update InstrProfData.inc to sync with llvm
2016-02-08 George Burgess IVFix typo in asan_flags.
2016-02-08 Rong Xu[PGO] Differentiate Clang instrumentation and IR level...
2016-02-08 Sanjay Patel[x86] convert masked store of one element to scalar...
2016-02-08 Justin Bognercmake: Accept "thin" or "full" as arguments to -DLLVM_E...
2016-02-08 Xinliang David Li[PGO] Simpflify test and increase coverage
2016-02-08 Xinliang David LiFix build bot failure
2016-02-08 Tom StellardAMDGPU/SI: Implement a work-around for smrd corrupting...
2016-02-08 Hans WennborgAdd triple to h-registers-3.ll to make bots happy after...
2016-02-08 Zachary TurnerA number of improvements to decorator conditionals.
2016-02-08 Zachary TurnerRemove expectedFailureWindows decorator.
2016-02-08 Hans Wennborg[X86] Don't zero/sign-extend i1, i8, or i16 return...
2016-02-08 Kostya Serebryany[asan] fix the Windows build (MSVC says: cannot specify...
2016-02-08 Tim NorthoverAArch64: match correct order in subtraction pattern.
2016-02-08 Sanjay Patelfix typos; NFC
2016-02-08 Vedant Kumar[Coverage] Fix crash when handling certain macro expansions
2016-02-08 Kostya Serebryany[asan] re-commit r259961, this time making the test...
2016-02-08 Xinliang David LiSimplify test cases
2016-02-08 Adrian PrantlSimplify this unittest.
2016-02-08 Richard SmithRemove dead code.
2016-02-08 Matt ArsenaultAMDGPU: Remove bfi and bfm intrinsics
2016-02-08 Teresa Johnson[ThinLTO] Remove imported available externally defs...
2016-02-08 Xinliang David LiFix windows build bot failure
2016-02-08 Xinliang David Li[PGO] Enable compression in pgo instrumentation
2016-02-08 Xinliang David Li[PGO] Enable compression in pgo instrumentation
2016-02-08 Rong XuFix missing space (NFC)
2016-02-08 Marshall ClowClean up a test; get rid of hard-wired char/wchar_t...
2016-02-08 Aaron Watrymath: Add frexp ported from amd-builtins
2016-02-08 Adrian PrantlUse llvm::TempDIScope instead of manually deleting...
2016-02-08 Silviu Baranga[SCEV][LAA] Re-commit r260085 and r260086, this time...
2016-02-08 Adrian PrantlAdd a unit test for r259973.
2016-02-08 Haicheng Wu[JumpThreading] Change a return of ComputeValueKnownInP...
2016-02-08 Matt ArsenaultSelectionDAG: Lower some range metadata to AssertZext
2016-02-08 Haojian Wu[clang-tidy] Some improvements in 'misc-definitions...
2016-02-08 Haojian Wu[clang-tidy] Fix assertion failure on `at` function...
2016-02-08 Samuel AntaoRe-apply for the 2nd-time r259977 - [OpenMP] Reorganize...
2016-02-08 Haojian Wu[clang-tidy] Correct IncorrectRoundings namespace.
2016-02-08 Aaron BallmanMove static functions returning UDTs outside of the...
2016-02-08 Rafael EspindolaFix the alignment of PT_PHDR.
2016-02-08 Michael Zuckerman[AVX512][PROLQ][PROLD] Change imm8 to int
2016-02-08 Alexander Kornienko[clang-tidy] Reshuffled paragraphs a bit, added contents.
2016-02-08 Alexander Kornienko[clang-tidy] Fix an error in .rst
2016-02-08 Alexander Kornienko[clang-tidy] Update documentation
2016-02-08 Aaron BallmanReverting r260096; it causes build bot failures:
2016-02-08 Aaron BallmanExpand the simplify boolean expression check to handle...
2016-02-08 Igor Breger[SLP] Fix placement of debug statement (NFC)
2016-02-08 NAKAMURA Takumiclang/test/OpenMP/parallel_private_codegen.cpp: Fix...
2016-02-08 Alexey Bataev[OPENMP] Fix test incompatibility with arm buildbots
2016-02-08 Alexey Bataev[OPENMP] Fixed test incompat with MSVC
2016-02-08 Maxim Ostapenko[asan] XFAIL local_alias.cc testcase on android in...
2016-02-08 Igor BregerAVX512: Change builtin function name for scalar intrins...
2016-02-08 Igor BregerAVX512: Change builtin function name for scalar intrins...
2016-02-08 Silviu BarangaRevert r260086 and r260085. They have broken the memory
2016-02-08 Silviu Baranga[LoopVersioning] Don't assert when there are no memchecks
2016-02-08 Silviu Baranga[SCEV][LAA] Add no wrap SCEV predicates and use use...
2016-02-08 Haojian Wu[clang-tidy] Move incorrect-roundings to upstream.
2016-02-08 Simon Atanasyan[ELF][MIPS] Support R_MIPS_COPY relocation
2016-02-08 Eugene LeviantShow real error message in -data-evaluate-expression
2016-02-08 Pavel LabathRevert "Enable test_lldbmi_settings_set_target_run_args...
next