platform/upstream/llvm.git
2018-04-06 Benjamin Kramer[ELF] Don't write to the source directory in test.
2018-04-06 Max Kazantsev[NFC] Add missing end of line symbols
2018-04-06 Francis Visoiu... [MIR] Add support for MachineFrameInfo::LocalFrameSize
2018-04-06 Pavel Labath[debug_loc] Fix typo in DWARFExpression constructor
2018-04-06 Sam McCall[clangd] move comment to the right place. NFC
2018-04-06 Max Kazantsev[NFC] Loosen restriction on preheader to fix buildbot
2018-04-06 Dean Michael... [XRay][clang] Only run driver test for Linux and FreeBSD
2018-04-06 Hiroshi Inoue[PowerPC] allow D-form VSX load/store when accessing...
2018-04-06 Dean Michael... [XRay][clang] Add a flag to enable/disable linking...
2018-04-06 Marshall ClowMark <span> as "In progress"
2018-04-06 Frederic Riss[debugserver] Fix LC_BUILD_VERSION load command handling.
2018-04-06 Robert Widmann[LLVM-C] Fill Out LLVMCallConv
2018-04-06 Dean Michael... [XRay][clang] Consolidate runtime and link-time flag...
2018-04-06 Rafael EspindolaChange which file we print when a symbol cannot be...
2018-04-06 Peter CollingbourneCOFF: Create output sections early. NFCI.
2018-04-06 Robert Widmann[LLVM-C] Audit Inline Assembly APIs for Consistency
2018-04-06 Rafael EspindolaUpdate method names in documentation.
2018-04-06 Rafael EspindolaDon't ignore addend when a SHF_MERGE section is dead.
2018-04-06 Petr HosekCMake option to allow enabling experimental new pass...
2018-04-05 Manoj GuptaFix lld-x86_64-darwin13 build fails.
2018-04-05 Sanjay Patel[InstCombine] FP: Z - (X - Y) --> Z + (Y - X)
2018-04-05 Douglas YungFix test added in r329301 to work properly with Windows...
2018-04-05 Sanjay Patel[InstCombine] add FP tests for Z - (X - Y); NFC
2018-04-05 Manoj GuptaAttempt to fix Mips breakages.
2018-04-05 Davide Italiano[dotest] --skip-category should append and not override.
2018-04-05 Eugene Zelenko[Sema] Revert r329346 because of memory sanitizer failures.
2018-04-05 Zvi RackoverX86 Tests: Add a case for combining sdiv by a splatted...
2018-04-05 Lang Hames[RuntimeDyld][PowerPC] Add a test case for r329335.
2018-04-05 Craig Topper[X86] Separate CDQ and CDQE in the scheduler model.
2018-04-05 Mandeep Singh... [IR] Change std::sort to llvm::sort in response to...
2018-04-05 Richard SmithAdd a couple more tests for DR372.
2018-04-05 Craig Topper[X86] Add MOVZPQILo2PQIrr to the Sandy Bridge scheduler...
2018-04-05 Sanjay Patel[InstCombine] nsz: -(X - Y) --> Y - X
2018-04-05 Roman Lebedev[InstCombine][NFC] Regenerate select-of-bittest.ll...
2018-04-05 Roman Lebedev[InstCombine] [NFC] Add more tests for getting rid...
2018-04-05 Craig Topper[X86] Add LEAVE instruction to the scheduler models...
2018-04-05 Eugene Zelenko[Sema] Fix some Clang-tidy modernize and Include What...
2018-04-05 Wolfgang Pieb[DWARF v5][NFC]: Refactor DebugRnglists to prepare...
2018-04-05 Simon Pilgrim[X86][SSE] Add floating point add/mul fast-math vector...
2018-04-05 Simon Pilgrim[X86][SSE] Add floating point min/max vector.reduce...
2018-04-05 Richard SmithPR36992: do not store beyond the dsize of a class objec...
2018-04-05 Konstantin... AMDGPU/Metadata: Always report a fixed number of hidden...
2018-04-05 Aaron Smith[cmake] Remove duplicate command line options from...
2018-04-05 Craig Topper[X86] Remove some InstRWs for plain store instructions...
2018-04-05 Max Moroz[llvm-cov] Prevent llvm-cov from hanging when a symblin...
2018-04-05 Rui Ueyama[WebAssembly] Remove StackPointerGlobal member variable...
2018-04-05 Rui Ueyama[WebAssembly] Remove another trivial accessor.
2018-04-05 Lang Hames[RuntimeDyld][PowerPC] Use global entry points for...
2018-04-05 Mandeep Singh... [Bitcode] Change std::sort to llvm::sort in response...
2018-04-05 Fangrui Song[ELF] Add CHECK to test/ELF/undef-start.s
2018-04-05 Richard SmithDR1672, DR1813, DR1881, DR2120: Implement recent fixes...
2018-04-05 Daniel Neilson[InstCombine] Properly change GEP type when reassociati...
2018-04-05 Craig Topper[X86] Synchronize the SchedRW on some EVEX instructions...
2018-04-05 Mandeep Singh... [ARM] Change std::sort to llvm::sort in response to...
2018-04-05 Michael KruseSilence msvc warning on isl. NFC.
2018-04-05 Craig Topper[X86] Disassembler support for having an ADSIZE prefix...
2018-04-05 Zachary Turner[llvm-pdbutil] Display types from MSVC precompiled...
2018-04-05 Konstantin... llvm-exegesis: Fix unittests include dirs when llvm...
2018-04-05 Alex LorenzRemove the temporary availability checking workaround for
2018-04-05 Sam CleggFix typo in comment -fmath-errno=0 -> -fno-math-errno
2018-04-05 Sanjay Patel[InstCombine] add test for fneg+fsub with nsz; NFC
2018-04-05 Simon Pilgrim[X86][SSE] Add integer add/mul vector.reduce tests
2018-04-05 Simon Pilgrim[X86][SSE] Add integer and/or/xor vector.reduce tests
2018-04-05 Simon Pilgrim[X86][SSE] Add integer min/max vector.reduce tests
2018-04-05 Philip PfaffeAnother fix for r329293: Unbreak the windows bots
2018-04-05 Rui UeyamaMake "Size" column in the map file one characters shorter.
2018-04-05 Sanjay Patel[InstCombine] use pattern matchers for fsub --> fadd...
2018-04-05 Sam Clegg[WebAssembly] Allow for the creation of user-defined...
2018-04-05 Pavel LabathOne more windows build fix
2018-04-05 Sanjay Patel[InstCombine] add tests for fsub --> fadd; NFC
2018-04-05 Rui UeyamaFix column size in the map file.
2018-04-05 Andrea Di Biagio[documentation][llvm-mca] Update the documentation.
2018-04-05 Craig Topper[X86] Use WriteFShuffle256 for VEXTRACTF128 to be consi...
2018-04-05 Pavel LabathFix windows build after r329296
2018-04-05 Philip PfaffeFix r329293: Add a missing CMake dependency
2018-04-05 Rafael EspindolaInitialize OutputOff to zero.
2018-04-05 Andrea Di BiagioFix the buildbots after r329304.
2018-04-05 Greg ClaytonCleanup DWARFCompileUnit and DWARFUnit in preparation...
2018-04-05 Andrea Di Biagio[MC][Tablegen] Allow models to describe the retire...
2018-04-05 Sanjay Patel[PatternMatch] define m_FNeg using m_FSub
2018-04-05 Michael KruseRemove namespace comment at end of class. NFC.
2018-04-05 Aleksei Sidorin[ASTImporter] Fix for importing unnamed structs
2018-04-05 Manoj GuptaDisable -fmerge-all-constants as default.
2018-04-05 Hiroshi Inoue[PowerPC] fix assertion failure due to missing instruct...
2018-04-05 Ben Hamilton[clang-format] Support lightweight Objective-C generics
2018-04-05 Ben Hamilton[clang-format] Ensure ObjC selectors with 0 args are...
2018-04-05 Pavel LabathRemove unused NativeProcessProtocol.h include from...
2018-04-05 Pavel LabathFix error in QEnableErrorStrings gdb-remote docs
2018-04-05 Sanjay Patel[InstCombine] add vector and vector undef tests for...
2018-04-05 Philip PfaffeRe-land r329273: [Plugins] Add a slim plugin API to...
2018-04-05 Benjamin Kramer[clang-tidy] Remove google-runtime-member-string-references
2018-04-05 Jan Veselyr600: Update datalayout after LLVM r328656
2018-04-05 Jan Veselyamdgcn: Update datalayout after LLVM r328656
2018-04-05 Akira Hatanaka[ObjC] Make C++ triviality type traits available to...
2018-04-05 Pavel Labath[Testing/Support]: Better matching of Error failure...
2018-04-05 Tim NorthoverARM: Do not spill CSR to stack on entry to noreturn...
2018-04-05 Krzysztof Parzyszek[Hexagon] Remove default values from lambda parameters
2018-04-05 Brian Gesiak[Lexicon] Add "ICE", internal compiler error
2018-04-05 Andrea Di Biagio[MC] Fix spaces between values printed by EmitRegisterF...
2018-04-05 Sam Parker[DAGCombine] Revert r329160
next