platform/upstream/llvm.git
2018-05-03 Richard SmithTrack the result of evaluating a computed noexcept...
2018-05-03 Max KazantsevRe-enable "[SCEV] Make computeExitLimit more simple...
2018-05-03 Rumeet DhindsaUpdate Error Message
2018-05-03 Petr Hosek[CMake][Cache] Stop pretending that Fuchsia is UNIX
2018-05-03 Lei Liu[Sema] Do not match function type with const T in templ...
2018-05-03 Petr Hosek[Support] Support building LLVM for Fuchsia
2018-05-03 Shoaib Meenai[ObjCARC] Convert an if to an early continue. NFC
2018-05-03 Alex Lorenz[ObjC] Supress the 'implementing unavailable method...
2018-05-03 Nemanja IvanovicCommit r331416 breaks the big-endian PPC bot. On the...
2018-05-03 Rumeet DhindsaUpdated ThinLTO test to not include forward or backward...
2018-05-03 Chandler Carruth[gcov] Switch to an explicit if clunky array to satisfy...
2018-05-03 Michael BergMachineInst support mapping SDNode fast math flags...
2018-05-02 Nemanja Ivanovic[PowerPC] Implement isMaskAndCmp0FoldingBeneficial
2018-05-02 Davide Italiano[NSDictionary] Simplify the formatter. NFCI.
2018-05-02 Sam Clegg[WebAssembly] MC: Create and use first class section...
2018-05-02 Sam Clegg[MC] Factor MCObjectStreamer::addFragmentAtoms out...
2018-05-02 Chandler Carruth[gcov] Make the CLang side coverage test work with...
2018-05-02 Nemanja Ivanovic[PowerPC] No CTR loop if the candidate exiting block...
2018-05-02 Alex Lorenz[ObjC] The absence of ownership qualifiers on an ambigu...
2018-05-02 Chandler Carruth[GCOV] Emit the writeout function as nested loops of...
2018-05-02 Richard SmithUse conventional spelling of always-failing assert.
2018-05-02 Rumeet DhindsaAdded support for ThinLTO plugin options : thinlto...
2018-05-02 Martin Storsjo[llvm-rc] Default to writing the output next to the...
2018-05-02 Martin Storsjo[llvm-cvtres] Allow parameters preceded by '-' in addit...
2018-05-02 Artem Dergachev[analyzer] Revert r331096 "CStringChecker: Add support...
2018-05-02 Paul Semel[llvm-objcopy] Add --discard-all (-x) option
2018-05-02 Craig Topper[X86] Mark all x86 specific builtins as nothrow.
2018-05-02 Roman Tereshin[GlobalISel][InstructionSelect] Making Coverage Info...
2018-05-02 Paul Semel[llvm-objcopy] Add --weaken option
2018-05-02 Roman Tereshin[GlobalISel][InstructionSelect] Refactoring buildMatchT...
2018-05-02 Roman Tereshin[GlobalISel][InstructionSelect] Refactoring out a getMa...
2018-05-02 Leonard MosescuUse the UUID from the minidump's CodeView Record for...
2018-05-02 Alexey Bataev[OPENMP] Add support for reductions on simd directives...
2018-05-02 Volodymyr SapsaiRevert "Emit an error when mixing <stdatomic.h> and...
2018-05-02 Martin Storsjo[llvm-rc] Add rudimentary support for codepages
2018-05-02 Dan Albert[Driver] Infer Android sysroot location.
2018-05-02 Dan Albert[Driver] Obey computed sysroot when finding libc++...
2018-05-02 Simon Pilgrim[X86][SNB] Fix scheduling of MMX integer multiply instr...
2018-05-02 Aaron BallmanMove the TestPlugin project into the Tests folder in...
2018-05-02 Simon Pilgrim[X86] Split WriteShuffle/WriteVarShuffle + WriteBlend...
2018-05-02 Alexey Bataev[OPENMP] Analyze the type of the mapped entity instead...
2018-05-02 Martin Storsjo[COFF, ARM64] Hook up a few remaining relocations
2018-05-02 Farhana Aleen[AMDGPU] A trivial fix for a buildbot failure caused...
2018-05-02 Petr Hosek[sanitizer] Fix Fuchsia ReadBinaryName not to crash...
2018-05-02 Daniel Sanders[reassociate] Fix excessive revisits when processing...
2018-05-02 Simon Pilgrim[X86] Cleanup WriteFShuffle/WriteFVarShuffle (+256...
2018-05-02 Volodymyr SapsaiEmit an error when mixing <stdatomic.h> and <atomic>
2018-05-02 Volodymyr SapsaiEmit an error when mixing <stdatomic.h> and <atomic>
2018-05-02 Alexey Bataev[OPENMP] Do not emit warning for implicitly declared...
2018-05-02 Krzysztof ParzyszekAdd assertion to padding size calculation, NFC
2018-05-02 Adrian PrantlSilence compiler warning.
2018-05-02 Pavel LabathFix gdb-remote qMemoryRegionInfo unit tests for xml...
2018-05-02 Adrian PrantlEnable AUTOBRIEF in doxygen configuration.
2018-05-02 Alexey Bataev[OPENMP] Enable c++ exceptions outside of the target...
2018-05-02 Farhana AleenRevert "[AMDGPU] performAddCombine should run after...
2018-05-02 Jessica PaquetteAdd -foutline option to enable the MachineOutliner...
2018-05-02 Simon Pilgrim[X86] Convert most remaining XOP uses of X86SchedWriteP...
2018-05-02 Farhana Aleen[AMDGPU] performAddCombine should run after DAG is...
2018-05-02 Simon PilgrimFix line-endings. NFCI.
2018-05-02 Jan Veselyclc_sqrt: Reuse unary_decl.inc
2018-05-02 Alexey Bataev[OPENMP] Support C++ member functions in the device...
2018-05-02 Philip PfaffePass compiler arguments in the create_ll.sh script
2018-05-02 Philip PfaffeRevert "[polly] [ScopInfo] Don't pre-compute the name...
2018-05-02 Clement CourbetRe-land rL331357 "[X86] Fix scheduling info for VMPSADB...
2018-05-02 Malcolm Parsons[analyzer] Fix filename in cross-file HTML report
2018-05-02 Simon Pilgrim[X86] Cleanup WriteFMul scheduler classes with more...
2018-05-02 Simon PilgrimFix '32-bit shift implicitly converted to 64 bits'...
2018-05-02 Alexey Bataev[OPENMP] Emit names of the globals depending on target.
2018-05-02 Clement CourbetRevert rL331355 "[X86] Fix scheduling info for VMPSADBW...
2018-05-02 Clement Courbet[X86] Fix scheduling info for (V?)SQRTPDm on silvermont.
2018-05-02 Clement Courbet[X86] Fix scheduling info for VMPSADBWYrmi.
2018-05-02 Clement Courbet[MIPS] Fix DIV/DIVU scheduling classes.
2018-05-02 Simon Pilgrim[X86] Convert most remaining AVX512 uses of X86SchedWri...
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for LDR/STR fill and spill...
2018-05-02 Simon Tatham[TableGen] Don't quote variable name when printing...
2018-05-02 Pavel LabathPredicate.h: remove unused functions
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for scatter ST1 store instr...
2018-05-02 Simon DardisRevert "[mips] Correct the predicates of sign extension...
2018-05-02 Simon Pilgrim[X86] Convert most remaining uses of X86SchedWritePair...
2018-05-02 Simon Dardis[mips] Correct the predicates of sign extension instruc...
2018-05-02 Henry Wong[analyzer] Add `TaintBugVisitor` to the ArrayBoundV2...
2018-05-02 Peter Szecsi[ASTImporter] Fix isa cast assert
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for non-temporal, contiguou...
2018-05-02 Florian Hahn[LoopInterchange] Update some loops to use range base...
2018-05-02 Simon Dardis[mips] Correct the predicates for shifts.
2018-05-02 Simon Pilgrim[X86] Cleanup WriteFAdd/WriteFCmp scheduler classes...
2018-05-02 Sander de Smalen[AArch64][SVE] Asm: Support for LD1RQ load-and-replicat...
2018-05-02 Piotr PadlewskiMark invariant.group.barrier as inaccessiblememonly
2018-05-02 Bjorn Pettersson[SelectionDAG] Selection of DBG_VALUE using a PHI node...
2018-05-02 Matt Morehouse[libFuzzer] Don't short-circuit from CrashCallback.
2018-05-02 Richard SmithUpdate lldb to match clang r331244 (addition of char8_t).
2018-05-02 Bruno Cardoso... [Modules] Allow @import to reach submodules in private...
2018-05-02 Dean Michael... [XRay][tools] Rename llvm-xray filenames from .cc ...
2018-05-02 Sam CleggFix release build breakage
2018-05-01 Volodymyr SapsaiTrack skipped files in dependency scanning.
2018-05-01 Douglas YungThis test fails if there is no integrated assembler...
2018-05-01 Sam Clegg[WebAssembly] Fix debug printing of symbol types
2018-05-01 Matt Davis[llvm-mca] Lift the logic of the RetireControlUnit...
2018-05-01 Jason MolendaFix the .experimental. settings feature so that we...
2018-05-01 Farhana Aleen[AMDGPU] Support horizontal vectorization.
next