platform/upstream/llvm.git
2017-07-05 Zachary TurnerFix std::min ambiguity between uint32 and size_t.
2017-07-05 Zachary Turner[llvm-pdbutil] Add the ability to truncate stream purpo...
2017-07-05 Brendon Cahoon[DependenceAnalysis] Make sure base objects are the...
2017-07-05 Douglas GregorFix test case in pre-C++11 mode; address Aaron Ballman...
2017-07-05 Michael ZolotukhinFix one more reference to lit.util.capture()
2017-07-05 Galina KistanovaAdded more info on silent master to the doc.
2017-07-05 Craig Topper[InstCombine] Use CmpInst::Predicate with m_Cmp instead...
2017-07-05 Sam Clegg[WebAssembly] Fix types for address taken functions
2017-07-05 Douglas GregorCope with Range-v3's CONCEPT_REQUIRES idiom
2017-07-05 Douglas GregorCustomize the SFINAE diagnostics for enable_if to provi...
2017-07-05 Alexander Shaposhnikov[tablegen] Avoid creating temporary strings
2017-07-05 Sam Clegg[WebAssembly] MC: Don't generate extra types for weak...
2017-07-05 Brian GesiakAdd docs for -foptimization-record-file=
2017-07-05 Rafael EspindolaAdd a test for relocation addend on mips.
2017-07-05 Eric BeckmannRevert "Revert "Replace trivial use of external rc...
2017-07-05 Eric BeckmannRevert "Revert "Switch external cvtres.exe for llvm...
2017-07-05 Eric BeckmannRevert "Switch external cvtres.exe for llvm's own resou...
2017-07-05 Eric BeckmannRevert "Replace trivial use of external rc.exe by writi...
2017-07-05 Zachary Turner[PDB] Add a test that verifies every known type record.
2017-07-05 Quentin Colombet[AMDGPU] Move GISel accessor initialization from Target...
2017-07-05 Sean Fertile[Power9] Disable removing extra swaps on P9.
2017-07-05 Simon Pilgrim{DAGCombiner] Fold (rot x, 0) -> x
2017-07-05 Simon Pilgrim[X86] Test bitfield loadstore tests on i686 as well
2017-07-05 Sean Fertile[PowerPC] Make sure that we remove dead PHI nodes after...
2017-07-05 Andrew Zhogin[DAGCombiner] visitRotate patch to optimize pair of...
2017-07-05 Rafael EspindolaMerge createOrphanCommands into addOrphanSections.
2017-07-05 Simon Pilgrim[X86][SSE] Dropped -mcpu from bitcast+setcc mask tests
2017-07-05 Erik Pilkington[Sema] Don't allow -Wunguarded-availability to be silen...
2017-07-05 Tony Jiang[Power9] Exploit vector extract with variable index.
2017-07-05 Singapuram... Prefix the name of the calling host function in the...
2017-07-05 Erich KeaneAddress comments that escaped D33333
2017-07-05 Marshall ClowFix a bug in regex_Iterator where it would report zero...
2017-07-05 Kuba Mracek[lldb] Add a testcase for MainThreadCheckerRuntime...
2017-07-05 Tony Jiang[Power9] Exploit vector integer extend instructions...
2017-07-05 Daniel Sanders[globalisel][tablegen] Fix another unused variable...
2017-07-05 David BlaikieUse LoadedObjectInfoHelper to simplify/delegate the...
2017-07-05 David BlaikieDebugInfo: Generalize LoadedObjectInfoHelper from Runti...
2017-07-05 Siddharth Bhat[NFC] Fix breaking build by adding REQUIRES: pollyacc
2017-07-05 Siddharth Bhat[NFC] [ScopInfo] fix warning about construction order
2017-07-05 Siddharth Bhat[PPCGCodeGeneration] Teach Polly to start using live...
2017-07-05 Sean Eveson[ELF] Fix nullptr dereference when creating an error...
2017-07-05 Pavel LabathFix assorted compiler warnings (mismatched signedness...
2017-07-05 Pavel LabathFix "process load" on new android targets
2017-07-05 Daniel Sanders[globalisel][tablegen] Finish fixing compile-time regre...
2017-07-05 Dinar Temirbulatov[SLPVectorizer] Add an extra parameter to cancelSchedul...
2017-07-05 David Green[IndVarSimplify] Add AShr exact flags using induction...
2017-07-05 Ulrich Weigand[SystemZ] Simplify handling of ISA revisions
2017-07-05 Ulrich Weigand[SystemZ] Simplify handling of 128-bit multiply/divide...
2017-07-05 Ulrich Weigand[SystemZ] Small cleanups to SystemZScheduleZ13.td
2017-07-05 Nirav Dave[Hexagon] Preclude non-memory test from being optimized...
2017-07-05 Simon Atanasyan[driver][mips] Use AddTargetFeature to check arguments...
2017-07-05 Simon Atanasyan[driver][mips] Remove redundant curly brackets. NFC
2017-07-05 Tom StellardCMake: Add LLVM_UTILS_INSTALL_DIR option
2017-07-05 Diana Picus[GlobalISel] Refactor Legalizer helpers for libcalls
2017-07-05 Sjoerd Meijer[AsmParser] Mnemonic Spell Corrector
2017-07-05 Krasimir Georgiev[clang-format] Fix an uninitialized memory access
2017-07-05 Daniel Sanders[globalisel][tablegen] Fix the misuse of STATISTICS...
2017-07-05 Diana Picus[ARM] GlobalISel: Extract tiny helper. NFC
2017-07-05 Diana Picus[MachineIRBuilder] Fix formatting. NFC.
2017-07-05 Alexander KornienkoAdd const to reference arguments of Diagnostic ctor
2017-07-05 Igor Breger[GlobalISel][X86] For now don't handle not trivial...
2017-07-05 Diana Picus[MachineIRBuilder] Add buildOr helper. NFC.
2017-07-05 Igor Breger[GlobalIsel] allow x86_fp80 values to be dumped.
2017-07-05 Diana Picus[MachineIRBuilder] Add buildBinaryOp helper. NFC
2017-07-05 Daniel Sanders[globalisel][tablegen] Fix an unused variable warning...
2017-07-05 Peter Smith[ELF] Fix Windows build error
2017-07-05 Peter Smith[ELF] Allow multiple thunks to be added for a symbol.
2017-07-05 Max KazantsevRevert "[IndVars] Canonicalize comparisons between...
2017-07-05 Erik VerbruggenFix invalid warnings for header guards in preambles
2017-07-05 Daniel Sanders[globalisel][tablegen] Added instruction emission to...
2017-07-05 Peter Smith[ELF] Introduce Thunk reuse compatibility
2017-07-05 Peter Smith[ELF] Extract allocateHeaders() from assignAddresses()
2017-07-05 Haojian Wu[clang-tidy] Add "MakeSmartPtrFunction" option to moder...
2017-07-05 Richard Smith[modules ts] Improve merging of module-private declarat...
2017-07-05 Jonas Hahnfeld[asan] Remove check for stack size
2017-07-05 Max Kazantsev[IndVars] Canonicalize comparisons between non-negative...
2017-07-05 Igor Breger[GlobalISel][X86] Allow graceful fallback for struct...
2017-07-05 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-05 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-05 Nemanja IvanovicAdd the missing triple to the test case added as part...
2017-07-05 Yaxun Liu[AMDGPU] Fix size and alignment of size_t and pointer...
2017-07-05 Nemanja Ivanovic[PowerPC] Fix for PR33636
2017-07-05 Eric FiselierFix equivalent test on OS X and FreeBSD
2017-07-05 Eric FiselierAdd dummy CMake target for *.pass.cpp tests when LIBCXX...
2017-07-05 Eric FiselierImplement LWG 2937 - equivalent("dne", "exists") is...
2017-07-05 Yuka Takahashi[Bash-autocompletion] Show flags which has HelpText...
2017-07-05 Richard Smith[modules ts] Declarations from a module interface unit...
2017-07-05 Nirav DaveRewrite areNonVolatileConsecutiveLoads to use BaseIndex...
2017-07-05 Alexander Shaposhnikov[profiledata] Avoid creating a temporary vector in...
2017-07-05 Anna Thomas[SafepointIRVerifier] Add verifier pass for finding...
2017-07-05 Dylan McKayRevert "[AVR] Add the branch selection pass from the...
2017-07-05 Rafael EspindolaFix PR33635.
2017-07-05 Dylan McKay[AVR] Add the branch selection pass from the GitHub...
2017-07-04 Gadi HaberNFC.
2017-07-04 Rafael EspindolaMove clearOutputSections earlier. NFC.
2017-07-04 Craig TopperRecommit r307064, "[InstCombine] Add test cases demonst...
2017-07-04 Yaxun Liu[AMDGPU] Fix regressions on mesa/clover with libclc...
2017-07-04 Kamil RytarowskiEnable LLVM asan support for NetBSD/amd64
2017-07-04 Andrew Zhogin[ARM][test] Added test/CodeGen/ARM/ror.ll test. NFC...
2017-07-04 Rafael EspindolaMove clearOutputSections earlier. NFC.
next