platform/upstream/llvm.git
2017-05-29 Zachary TurnerDon't capture a temporary std::string in a StringRef.
2017-05-29 Zachary TurnerResubmit "[X86] Adding new LLVM TableGen backend that...
2017-05-29 Zachary TurnerRevert "[X86] Adding new LLVM TableGen backend that...
2017-05-29 Galina KistanovaDisabled implicit-fallthrough warnings for ConvertUTF...
2017-05-29 David BlaikieDebugInfo: Include .dwo file name when hashing multiple...
2017-05-29 David BlaikieAttempt to fix buildbots...
2017-05-29 Saleem AbdulrasoolSupport: adjust the default obj format for wasm
2017-05-29 Dylan McKay[AVR] Remove SREG from CPI's Uses; authored by Florian...
2017-05-28 Craig Topper[TableGen][X86] Fix formatting I accidentally messed...
2017-05-28 Erik Pilkington[ItaniumDemangle] Fix a exponential string copying bug
2017-05-28 Erik Pilkington[demangler] Fix a exponential string copying bug
2017-05-28 NAKAMURA TakumiPrune trailing whitespace. (To regenerate makefiles)
2017-05-28 David BlaikieDebugInfo: Omit an empty CU when a subprogram was moved...
2017-05-28 Martell Malone[libcxxabi] Disable DLL annotations on static
2017-05-28 Geoff Berry[AArch64][Falkor] Combine sched details files into...
2017-05-28 Geoff Berry[AArch64][Falkor] Fix some sched details.
2017-05-28 Eric Fiselier[coroutines] Support "coroutines" feature in module...
2017-05-28 Eric FiselierCorrect XFAIL's in coroutine tests to only list ubsan
2017-05-28 Eric FiselierFix use of uninitialized memory
2017-05-28 Eric FiselierXFAIL tests which trigger coroutine debug info crash...
2017-05-28 Eric FiselierAdd hack to allow test to run w/o C++17 copy elision
2017-05-28 Eric FiselierRemove XFAIL's for recently fixed bug
2017-05-28 Eric Fiselier[coroutines] Add end-to-end tests within libc++
2017-05-28 Craig Topper[TableGen][X86] Use CHAR_BIT with sizeof instead of...
2017-05-28 Craig Topper[TableGen][X86] Mark a couple global tables as const...
2017-05-28 Craig Topper[TableGen][X86] Improve formatting of the fold table...
2017-05-28 Craig Topper[TableGen][X86] Add an llvm_unreachable to a switch...
2017-05-28 Craig Topper[TableGen][X86] Remove unnecessary std::string creation...
2017-05-28 Craig Topper[TableGen][X86] Replace a global std::vector with a...
2017-05-28 Eric Fiselier[coroutines] Diagnose invalid result types for `await_...
2017-05-28 Craig Topper[TableGen][X86] getValueAsString returns a std::string...
2017-05-28 Gor Nishanov[coroutines] www/cxx_status.html: add non-breaking...
2017-05-28 Gor Nishanov[coroutines] www/cxx_status.html: add non-breaking...
2017-05-28 Sanjay Patel[x86] auto-generate better checks; NFC
2017-05-28 Benjamin Kramer[InstrProf] Use more ArrayRef/StringRef.
2017-05-28 Ayman Musa[X86] Adding new LLVM TableGen backend that generates...
2017-05-28 Ayman Musa[X86] Adding FoldGenRegForm helper field (for memory...
2017-05-28 Oren Ben Simhon[X86] Fixing VPOPCNTDQ feature set lookup.
2017-05-28 Ismail Donmezbaremetal.cpp: Fix tests where lib suffix is 64
2017-05-28 Galina KistanovaReverted r304083 as it seems there is a desire to addre...
2017-05-28 Galina KistanovaAdded braces to address gcc warning: suggest explicit...
2017-05-27 NAKAMURA TakumiClangdTests.cpp: Use "clang/Config/config.h" instead...
2017-05-27 Gor Nishanov[coroutines] Mark cxx_status.html of Coroutines TS...
2017-05-27 David BlaikieDebugInfo: Add source code/build instructions for split...
2017-05-27 Gor NishanovCloning: Fix debug info cloning
2017-05-27 George RimarRecommit "[DWARF] - Make collectAddressRanges() return...
2017-05-27 Craig Topper[TableGen] Prevent DagInit from leaking its Args and...
2017-05-27 Craig Topper[TableGen] Use the correct type for the first template...
2017-05-27 Tobias GrosserDelinearize memory accesses that reference parameters...
2017-05-27 Tobias GrosserAllow side-effect free function calls in valid affine...
2017-05-27 Tobias Grosser[SCEV] Assume parameters coming from function calls...
2017-05-27 Sanjay Patel[DAGCombiner] use narrow load to avoid vector extract
2017-05-27 Tobias GrosserUpdate some tests to changes in isl's internal represen...
2017-05-27 Tobias GrosserUpdate isl to isl-0.18-662-g17e172e
2017-05-27 Tobias GrosserUpdate information on isl C++ bindings in Polly release...
2017-05-27 NAKAMURA TakumiClangdTests.cpp: Fix a possible typo, it was "if (TmpDi...
2017-05-27 Craig Topper[TableGen] Remove all the static vectors named TheActua...
2017-05-27 Gor Nishanov[coroutines] Define getPassName() for coroutine passes
2017-05-27 Vitaly Buka[PartialInlining] Replace delete with unique_ptr in...
2017-05-27 Gor NishanovScalarEvolution unit test: fix typo that breaks check-all
2017-05-27 Tobias Grosser[Polly] Added the list of Instructions to output in...
2017-05-27 Adam NemetRearrange Dom unittest to accommodate multiple tests
2017-05-27 Adam Nemetclang-format DomTree unittest
2017-05-27 Matthias BraunAArch64/PEI: Do not add reserved regs to liveins
2017-05-27 Keno Fischer[SCEVExpander] Try harder to avoid introducing inttoptr
2017-05-27 Eric FiselierRevert "[coroutines] Support "coroutines" feature in...
2017-05-27 George Rokos[OpenMP] Create COMDAT group for OpenMP offload registr...
2017-05-27 Matthias BraunScheduleDAGInstrs: Fix fixupKills()
2017-05-27 Eric Fiselier[coroutines] Support "coroutines" feature in module...
2017-05-27 Erik Pilkington[Demangler] copy changes made in libcxxabi's r303718...
2017-05-27 Quentin Colombet[AArch64][GlobalISel] Add the Localizer pass for the...
2017-05-27 Quentin Colombet[GlobalISel] Add a localizer pass for target to use
2017-05-27 Wei Mi[GVN] Recommit the patch "Add phi-translate support...
2017-05-27 Matthias BraunBranchRelaxation: computeLiveIns() after creating new...
2017-05-26 Matthias BraunAArch64: Fix cmpxchg O0 expansion
2017-05-26 Bob Haarman[llvm-pdbdump] pdb2yaml: add an -all option to dump...
2017-05-26 Peter CollingbourneBitcode: Remove some dead code. Spotted by Teresa.
2017-05-26 Alex Shlyapnikov[asan] Enable back halt_on_error-torture.cc disabled...
2017-05-26 Craig Topper[InstSimplify] Push commuted op checks for and/or of...
2017-05-26 Alexei Starovoitov[bpf] disallow global_addr+off folding
2017-05-26 David BlaikieFix test broken by r304020
2017-05-26 Davide Italiano[Mips] Placate GCC's -Wmisleading-indentation. NFCI.
2017-05-26 Davide Italiano[lib/LTO] Don't reinvent the code for switching linkage.
2017-05-26 Vitaly Buka[compiler-rt] Don't reset non-default user handler...
2017-05-26 Matthias BraunLivePhysRegs: Rework constructor + documentation; NFC
2017-05-26 Matthias BraunLivePhysRegs: Doxygen cleanup; NFC
2017-05-26 Matthias BraunLivePhysRegs: Add default for removeRegsInMask(Clobbers...
2017-05-26 Matthias BraunMachineVerifier: Remove unused set; NFC
2017-05-26 Sumanth Gundapaneni[Hexagon] Cleanup of unused function isCalleeSaveReg...
2017-05-26 Konstantin... Resubmit r303861.
2017-05-26 Vitaly Bukaallow_user_segv_handler was already removed
2017-05-26 Konstantin... Resubmit r303859 with test fixed.
2017-05-26 Benjamin KramerRemove unused diagnostics. NFC.
2017-05-26 Benjamin KramerMake helper functions static. NFC.
2017-05-26 Benjamin KramerMake helper functions static. NFC.
2017-05-26 Frederich MunchFix the ManagedStatic list ordering when using DynamicL...
2017-05-26 Martell Malone[libcxxabi] iconv is not needed for mingw-w64
2017-05-26 Petr Hosek[scan-build] Patch to scan-build tool to support "...
2017-05-26 Petr Hosek[lld][ELF]Add option to make .dynamic read only
2017-05-26 Craig Topper[InstSimplify] Move a variable declaration to make...
next