platform/upstream/llvm.git
2017-12-13 Ilya Biryukov[clangd] clang-format the source code. NFC
2017-12-13 Ilya Biryukov[clangd] Implemented logging using Context
2017-12-13 Alex Bradbury[RISCV] Define sfence.vma InstAliases to match the...
2017-12-13 Haojian Wu[clangd] Remove the const specifier of the takeSymbol...
2017-12-13 Igor Laevsky[FuzzMutate] Only generate loads and stores to the...
2017-12-13 Igor Laevsky[FuzzMutate] Avoid zero sized aggregates
2017-12-13 Igor Laevsky[FuzzMutate] Correctly split landingpad blocks
2017-12-13 Simon Pilgrim[X86][SSE] MOVMSK only uses the sign bit from each...
2017-12-13 Alex Bradbury[RISCV] Implement floating point assembler pseudo instr...
2017-12-13 Igor LaevskyReintroduce r320049, r320014 and r319894.
2017-12-13 Roger Ferrer... [DAG] Promote ADDCARRY / SUBCARRY
2017-12-13 Francis Visoiu... [CodeGen] Print jump-table index operands as %jump...
2017-12-13 Francis Visoiu... [CodeGen] Print target index operands as target-index...
2017-12-13 Francis Visoiu... [CodeGen] Print constant pool index operands as %const...
2017-12-13 Eric Liu[Sema] Ignore decls in namespaces when global decls...
2017-12-13 Stefan Maksimovic[mips] Provide additional DSP bitconvert patterns
2017-12-13 Pavel Labath[Testing/Support] Make the HasValue matcher composable
2017-12-13 Alex Bradbury[RISCV][NFC] Update RISCVInstrInfoC.td to match usual...
2017-12-13 Alex Bradbury[RISCV][NFC] Put isSImm6 and simm6 td definition in...
2017-12-13 Alex Bradbury[RISCV] MC layer support for the remaining RVC instructions
2017-12-13 Gadi Haber[X86][BMI]: Adding full coverage of MC encoding for...
2017-12-13 Alex Bradbury[cmake] Fix host tools build in when LLVM_EXPERIMENTAL_...
2017-12-13 Sam McCall[clangd] Emit ranges for clangd diagnostics, and fix...
2017-12-13 Sam McCall[clangd] Overload hash_value for SymbolID, fix struct...
2017-12-13 Serguei KatkovRevert "[CGP] Enable select in complex addr mode"
2017-12-13 Craig Topper[Targets] Don't automatically include the scheduler...
2017-12-13 Serguei Katkov[CGP] Enable select in complex addr mode
2017-12-13 Dean Michael... [XRay][compiler-rt] Reduce XRay log spam
2017-12-13 Serguei Katkov[NFC] Refactor SafepointIRVerifier
2017-12-13 Mohammad Shahid[SLP] Vectorize jumbled memory loads.
2017-12-13 Florian Hahn[CallSiteSplitting] Refactor creating callsites.
2017-12-13 Matthias BraunRename LiveIntervalAnalysis.h to LiveIntervals.h
2017-12-13 Matthias BraunRemove unnecessary includes; NFC
2017-12-13 Rafael EspindolaMake a test more interesting.
2017-12-13 Rafael EspindolaRemove unnecessary use of Repl.
2017-12-13 Rafael EspindolaMake a method private. NFC.
2017-12-13 Davide Italiano[IRExecutionUnit] Initialize uninititialized member...
2017-12-13 Davide Italiano[DataEncoder] Replace buggy versions of write functions.
2017-12-13 Rafael EspindolaFix the type of the Discared section.
2017-12-13 Evgeniy Stepanov[hwasan] Inline instrumentation & fixed shadow.
2017-12-13 Petr Hosek[lldb] Set component when invoking add_llvm_install_targets
2017-12-13 Stephan T.... [libcxx] [test] Fix line endings, avoid unnecessary...
2017-12-13 Stephan T.... [libcxx] [test] Fix MSVC warnings, null pointer deref.
2017-12-13 Michael Trentreverting out -r320532 because a warning is breaking...
2017-12-13 Eli Friedman[Coverage] Always emit unused coverage mappings in...
2017-12-12 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-12 Kostya Serebryany[libFuzzer] change the strategy for -experimental_len_c...
2017-12-12 Sanjay Patel[EarlyCSE] add tests for commuted min/max; NFC
2017-12-12 Krzysztof Parzyszek[Hexagon] Relax some checks in testcases, NFC
2017-12-12 John Baldwin[libunwind][MIPS]: Add support for unwinding in O32...
2017-12-12 Gheorghe-Teodor... [OpenMP] Add function attribute for triggering data...
2017-12-12 Rui UeyamaUse the standard error handling mechanism in MinGW...
2017-12-12 Alexey Bataev[InstCombine] Fix PR35618: Instcombine hangs on single...
2017-12-12 Raoul Wols[clangd] (Attempt to) read clang-format file for docume...
2017-12-12 Krzysztof Parzyszek[Hexagon] Better detection of identity and undef masks...
2017-12-12 Vedant KumarAdd an #include to appease an older clang, NFC
2017-12-12 Kelvin Li[OpenMP] Diagnose function name on the link clause
2017-12-12 Rui UeyamaRemove trailing whitespace.
2017-12-12 Don Hinton[cmake] Follow-up to rL320494.
2017-12-12 Martin Storsjo[MinGW] Don't pass -dynamicbase:no by default for arm...
2017-12-12 Martin Storsjo[COFF] Disallow -dynamicbase:no for arm and arm64
2017-12-12 Krzysztof Parzyszek[Hexagon] Fix wrong order of operands for vmux
2017-12-12 Fiona GlaserReassociate: add global reassociation algorithm
2017-12-12 Roman Lebedev[msan] LIT: Add lld testing config
2017-12-12 Alexey BataevRevert "[InstCombine] Fix PR35618: Instcombine hangs...
2017-12-12 Sanjoy DasReapply "[X86] Flag BroadWell scheduler model as complete"
2017-12-12 Hiroshi YamauchiSplit IndirectBr critical edges before PGO gen/use...
2017-12-12 Alexey Bataev[InstCombine] Fix PR35618: Instcombine hangs on single...
2017-12-12 Zhihao Yuan[libcxx] P0604, invoke_result and is_invocable
2017-12-12 Sanjoy DasRevert "[X86] Flag BroadWell scheduler model as complete"
2017-12-12 Craig Topper[X86] Add a couple TODOs about missing coverage/feature...
2017-12-12 Kelvin LiAdd --cuda-path to mock a CUDA Toolkit installation...
2017-12-12 Nirav Dave[X86] Cleanup type conversion of 64-bit load-store...
2017-12-12 Alexandre GaneaTest commit.
2017-12-12 Geoff Berry[MachineOperand][MIR] Add isRenamable to MachineOperand.
2017-12-12 Rafael EspindolaFix line endings. NFC.
2017-12-12 Alexey BataevRevert "[InstCombine] Fix PR35618: Instcombine hangs...
2017-12-12 Casey Carterworkaround PR 28385 in __find_exactly_one_checked
2017-12-12 Alexey Bataev[InstCombine] Fix PR35618: Instcombine hangs on single...
2017-12-12 Alexey BataevRevert "[InstCombine] Fix PR35618: Instcombine hangs...
2017-12-12 Don Hinton[cmake] Support moving debuginfo-tests to llvm/projects
2017-12-12 Alexey Bataev[InstCombine] Fix PR35618: Instcombine hangs on single...
2017-12-12 Don Hinton[debuginfo-tests] Support moving debuginfo-tests to...
2017-12-12 Don Hinton[debuginfo-tests] Add support for moving debuginfo...
2017-12-12 Erich KeaneRevert a part of 320489 that was submitted unintentionally.
2017-12-12 Simon Pilgrim[X86] Remove CompleteModel tags from CPU targets until...
2017-12-12 Alex Bradbury[RISCV][NFC] Formatting fix in RISCVInstrInfo.td
2017-12-12 Alexey BataevRevert "[InstCombine] Fix PR35618: Instcombine hangs...
2017-12-12 Erich KeaneFix ICE when __has_unqiue_object_representations called...
2017-12-12 Alexey Bataev[InstCombine] Fix PR35618: Instcombine hangs on single...
2017-12-12 Alex Bradbury[RISCV] Implement assembler pseudo instructions for...
2017-12-12 Haojian Wu[clangd] Introduce a "Symbol" class.
2017-12-12 Alexey BataevRevert "[InstCombine] Fix PR35618: Instcombine hangs...
2017-12-12 Alex Bradbury[RISCV] MC layer support for the instructions added...
2017-12-12 Alexey Bataev[InstCombine] Fix PR35618: Instcombine hangs on single...
2017-12-12 Ilya Biryukov[clangd] Removed unused variable. NFC
2017-12-12 Ayman Musa[X86] Recognize constant arrays with special values...
2017-12-12 Anna Thomas[InstComineLoadStoreAlloca] Optimize stores to GEP...
2017-12-12 Krasimir Georgiev[clang-format] Improve ObjC headers detection.
2017-12-12 Peter Smith[ELF] Refactor to remove loop copying all Sections...
next