platform/upstream/llvm.git
2016-03-02 Davide Italiano[llvm-nm] Restore the previous behaviour (pre r262525).
2016-03-02 Zachary TurnerAdd support for reading line tables from PDB files.
2016-03-02 Sean SilvaAdd some minimal portability code paths for PS4.
2016-03-02 Devin Coughlin[analyzer] Move ObjCSuperDeallocChecker out of the...
2016-03-02 Davide Italiano[llvm-nm] Fix rendering of -s grouping with all the...
2016-03-02 Devin Coughlin[analyzer] Move ObjCDeallocChecker out of the alpha...
2016-03-02 Philip Reames[MBP] Adjust debug output to be more focused and approa...
2016-03-02 Amaury SechetUnpack array of all sizes in InstCombine
2016-03-02 Devin Coughlin[analyzer] Fix capitalization in ObjCSuperDeallocChecke...
2016-03-02 Daniel BerlinReally fix ASAN leak/etc issues with MemorySSA unittests
2016-03-02 Rui UeyamaUse ld.lld instead of "lld -flavor gnu".
2016-03-02 Kostya Serebryany[libFuzzer] add -Werror for libFuzzer build rule
2016-03-02 Artem BelevichFixed test failure platforms with name mangling differe...
2016-03-02 Rong Xu[PGO] Change profile use cc1 option to handle IR level...
2016-03-02 Xinliang David LiFix minor bug in test
2016-03-02 Stephane SezerUse shallow clones in build-llvm.py.
2016-03-02 Daniel BerlinRevert "Fix ASAN detected errors in code and test"...
2016-03-02 Daniel BerlinFix ASAN detected errors in code and test
2016-03-02 Bob WilsonAdd another test for the GlobalOpt change in r212079.
2016-03-02 Kostya Serebryany[libFuzzer] more trophies
2016-03-02 Nico Weberfix test from r262506
2016-03-02 Renato Golin[ARM] Merging 64-bit divmod lib calls into one
2016-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Reid KlecknerRevert "[X86] Elide references to _chkstk for dynamic...
2016-03-02 Matthias BraunARM: Introduce conservative load/store optimization...
2016-03-02 Kostya Serebryany[libFuzzer] allow -fsanitize-coverage=0 (disables all...
2016-03-02 Rui UeyamaMerge DarwinLdDriver and Driver.
2016-03-02 Rui UeyamaUse C++11 initializers for data members.
2016-03-02 Justin BognerSelectionDAG: Use correctly sized allocation functions...
2016-03-02 Artem Belevich[CUDA] Do not generate unnecessary runtime init code.
2016-03-02 Artem Belevich[CUDA] Emit host-side 'shadows' for device-side global...
2016-03-02 Rafael Espindola1Fix handling of undef in partial LTO.
2016-03-02 Geoff Berry[AArch64] Enable non-leaf frame pointer elimination.
2016-03-02 Chris Bieneman[CMake] Add test-depends target to build dependencies...
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-03-02 Rafael EspindolaLTO: Use the correct relocation model.
2016-03-02 Reid Kleckner[cmake] Check the compiler version first
2016-03-02 Chandler Carruth[AA] Hoist the logic to reformulate various AA queries...
2016-03-02 Rafael EspindolaHandle comdat in LTO.
2016-03-02 Michael KruseFix: Add pass manager barrier.
2016-03-02 Daniel Jaspertest/Driver/cl-pch-errorhandling.cpp: Copy input file...
2016-03-02 Simon Pilgrim[X86][SSSE3] Added combine test for unary shuffle ...
2016-03-02 Rafael EspindolaFix BUILD_SHARED_LIBS build.
2016-03-02 Haojian Wu[clang-tidy] Fix an assertion failure of "SLocEntry...
2016-03-02 Sagar Thakur[TSAN] Fix test java_race_pc
2016-03-02 Tamas BerghammerUpgrade the arm/thumb architecture used by the disassembler
2016-03-02 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding PSRA{W|WI}{128|256...
2016-03-02 Michael Zuckerman[LLVM][AVX512]PSRAWI Change imm8 to int.
2016-03-02 Renato GolinRevert "[RT] Make tsan tests more portable"
2016-03-02 Simon Pilgrim[X86][SSE] Lower 128-bit MOVDDUP with existing VBROADCA...
2016-03-02 Nikolay HaustovRevert "[AMDGPU] table-driven parser/printer for amd_ke...
2016-03-02 Renato Golin[RT] Make tsan tests more portable
2016-03-02 Nikolay HaustovRevert "[AMDGPU] Using table-driven amd_kernel_code_t...
2016-03-02 Nikolay Haustov[AMDGPU] Using table-driven amd_kernel_code_t field...
2016-03-02 Nikolay Haustov[AMDGPU] table-driven parser/printer for amd_kernel_cod...
2016-03-02 Dmitry Vyukovlibfuzzer: fix compiler warnings
2016-03-02 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding PSRAV
2016-03-02 Haojian Wu[clang-tidy] Make 'modernize-pass-by-value' fix work...
2016-03-02 Filipe Cabecinhas[test/vptr-non-unique-typeinfo] Address Samsonov's...
2016-03-02 Craig Topper[X86] Remove unnecessary call to isReg from emitter...
2016-03-02 Craig Topper[X86] Make X86MCCodeEmitter::DetermineREXPrefix locate...
2016-03-02 David Majnemer[Sema] PR26444 fix crash when alignment value is >...
2016-03-02 David Majnemer[X86] Permit reading of the FLAGS register without...
2016-03-02 Craig Topper[X86] Remove assertion I accidentally left in.
2016-03-02 Davide Italiano[modules] addHeaderInclude() can't fail.
2016-03-02 Craig Topper[X86] Be more structured about how we capture the regis...
2016-03-02 Simon Atanasyan[ELF] Fix reading of PC values of FDEs
2016-03-02 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'reduction...
2016-03-02 Sanjoy Das[SCEV] Minor naming, braces cleanup; NFC
2016-03-02 Craig Topper[X86] Use MCPhysReg and uint16_t for static arrays...
2016-03-02 Matt ArsenaultAMDGPU: Fix bug 26659.
2016-03-02 Matt ArsenaultAMDGPU: Cleanup suggested in bug 23960
2016-03-02 Matt ArsenaultBug 20810: Use report_fatal_error instead of unreachable
2016-03-02 Sanjoy DasAdd a comment with a rational for the unusual code...
2016-03-02 Sanjoy DasQualify getRangeForAffineAR with this-> for MSVC
2016-03-02 George Burgess IVAttempt to fix ASAN failure in a MemorySSA test.
2016-03-02 Sanjoy DasPerturb code in an attempt to appease MSVC
2016-03-02 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-02 Sanjoy DasMore code permutation to appease MSVC
2016-03-02 Sanjoy DasRemove "auto" to appease the MSVC bots
2016-03-02 Rui UeyamaUse C++11 initializers for data members.
2016-03-02 Matt ArsenaultDAGCombiner: Make sure an integer is being truncated
2016-03-02 Rui UeyamaRemove more dead code.
2016-03-02 Rui UeyamaRemove default implementations that are always overridd...
2016-03-02 Rui UeyamaRemove more dead code.
2016-03-02 Reid KlecknerAdd a few dllimport/dllexport tests. NFC
2016-03-02 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-02 Sanjay Patelrevert r262424 because there's a *clang test* for AArch...
2016-03-02 Daniel BerlinFix SHARED_LIBS build
2016-03-02 Sanjoy Das[SCEV] Make getRange smarter around selects
2016-03-02 Sanjoy Das[SCEV] Extract out a getRangeForAffineAR; NFC
2016-03-02 Rui UeyamaRemove dead code.
2016-03-02 Rui UeyamaRemove remaining files of Core.
2016-03-02 Rui UeyamaTidy up CMakefiles.
2016-03-02 Rui UeyamaRemove unused #include's.
2016-03-02 Chris Bieneman[CMake] Add convenience target clang-test-depends to...
2016-03-02 Chris Bieneman[CMake] Add convenience target llvm-test-depends to...
2016-03-02 Chris Bieneman[CMake] Add distribution target that is the "just-build...
2016-03-01 Sanjay Patel[InstCombine] convert 'isPositive' and 'isNegative...
2016-03-01 Rui UeyamaMake a few utility functions file-scoped.
next