platform/upstream/llvm.git
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Transforms.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Support.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/ProfileData.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Object.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/MC.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/LTO.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/IR.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/ExecutionEngine.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/DebugInfo.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/CodeGen.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Bitcode.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Analysis.
2017-12-13 Shoaib Meenai[cmake] Explicitly set VS 2017 compatibility
2017-12-13 Shoaib Meenai[cmake] Determine MSVC host triple correctly when cross...
2017-12-13 Matt ArsenaultAMDGPU: Partially fix disassembly of MIMG instructions
2017-12-13 Alexey Bataev[OPENMP] Add codegen for `nowait` clause in target...
2017-12-13 Brian M. Rzycki[JumpThreading] Preservation of DT and LVI across the...
2017-12-13 Kostya Kortchinsky[scudo] Adding a public Scudo interface
2017-12-13 Sam CleggAdd missing reference to lldCommon in MinGW/CMakeLists.txt
2017-12-13 Krzysztof Parzyszek[Hexagon] Intrinsic support for V62 and V65
2017-12-13 Alexey Bataev[OPENMP] Initial codegen for `target teams distribute...
2017-12-13 Aditya Kumar[GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases...
2017-12-13 Adrian PrantlIgnore metainstructions during the shrink wrap analysis
2017-12-13 Jonas Devlieghere[dsymutil][test] Fix failing test when no lipo binary...
2017-12-13 Zhihao Yuan[libcxx] Fix basic_stringbuf constructor
2017-12-13 Simon Pilgrim[X86] Add JCC/JECXZ/JECXZ/JRCXZ/LOOP schedule tests
2017-12-13 Amaury SechetRegenerate test-shrink.ll test results. NFC
2017-12-13 Jonas Devlieghere[dsymutil] Re-enable threading
2017-12-13 Simon Pilgrim[X86] Add RET/RETF schedule tests
2017-12-13 Rafael EspindolaMove Repl check to a symbol method.
2017-12-13 Simon Pilgrim[X86] Add POP/PUSH schedule tests
2017-12-13 Rafael EspindolaSimplify. NFC.
2017-12-13 Alexey Bataev[OPENMP] Support `reduction` clause on target-based...
2017-12-13 Brian M. Rzycki[Function] Remove trailing end-of-line whitespace....
2017-12-13 Kostya Kortchinsky[sanitizer] Introduce a vDSO aware timing function
2017-12-13 Paul Osmialowski[AArch64] fix an issue with older /proc/cpuinfo layout
2017-12-13 Kostya Kortchinsky[scudo] Inline getScudoChunk function.
2017-12-13 Ilya Biryukov[clangd] Fix bool conversion operator of UniqueFunction
2017-12-13 Alexey Bataev[OPENMP] Fix handling of clauses in clause parsing...
2017-12-13 Nemanja IvanovicFix link failure on one build bot introduced by r320584.
2017-12-13 Galina KistanovaReverted r320229. It broke tests on builder llvm-clang...
2017-12-13 Simon Pilgrim[X86] Add PREFETCH schedule tests
2017-12-13 Simon Pilgrim[X86] Add XCHG schedule tests
2017-12-13 Simon Pilgrim[X86] Add MOVNTI schedule tests
2017-12-13 Nemanja Ivanovic[PowerPC] MachineSSA pass to reduce the number of CR...
2017-12-13 Simon Pilgrim[X86] Add ENTER/LEAVE schedule tests
2017-12-13 Simon Pilgrim[X86] Add IMUL schedule tests
2017-12-13 Simon Pilgrim[X86] Add RDMSR/WRMSR, RDPMC + RDTSC/RDTSCP schedule...
2017-12-13 Simon Pilgrim[X86] Add ARPL/BOUND schedule tests
2017-12-13 Krzysztof Parzyszek[Hexagon] Add front-end support for Hexagon V65
2017-12-13 Ilya Biryukov[clangd] Try to workaround MSVC compilation failure.
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
next