platform/upstream/llvm.git
2018-03-24 Simon Pilgrim[X86][Haswell] Merge xmm/ymm instructions instregex...
2018-03-24 Simon Pilgrim[X86][SandyBridge] Merge xmm/ymm instructions instregex...
2018-03-24 Mandeep Singh... [Hexagon] Change std::sort to llvm::sort in response...
2018-03-24 Mandeep Singh... [AMDGPU] Change std::sort to llvm::sort in response...
2018-03-24 Andrea Di Biagio[llvm-mca] run clang-format on all files.
2018-03-24 Andrea Di Biagio[llvm-mca] Remove unused field in InstrBuilder. NFC
2018-03-24 Sanjay Patel[InstCombine] peek through FP casts for sign-bit compar...
2018-03-24 Sanjay Patel[InstCombine] fix formatting; NFC
2018-03-24 Simon Pilgrim[X86][AES] Ensure we're testing both non-VEX/VEX varian...
2018-03-24 Simon Pilgrim[X86][SSE] Ensure we're testing both non-VEX/VEX varian...
2018-03-24 Sanjay Patel[InstCombine] add multi-use/vector tests for intrinsic...
2018-03-24 Simon Pilgrim[X86][AVX1] Ensure we don't use later instruction sets...
2018-03-24 Simon Pilgrim[X86][AVX2] Ensure we don't use later instruction sets...
2018-03-24 George Rimar[ELF] - Do not ignore discarding of .rela.plt/.rela...
2018-03-24 Jonathan Coe[clang-tidy] Enable Python 3 support for add_new_check.py
2018-03-24 Vitaly Buka[sanitizer] Fix Darwin build
2018-03-24 Craig Topper[X86] Add a new disassembler opcode map for 3DNow....
2018-03-24 Vitaly BukaMmap interceptor providing mprotect support
2018-03-24 Vitaly Buka[sanitizer] Fix strlcpy and strlcat interceptors on...
2018-03-24 Craig Topper[X86] Use unique_ptr to simplify memory management...
2018-03-24 Craig Topper[X86] Use X86_INSTR_MRM_MAPPING macro instead of listin...
2018-03-24 Craig Topper[X86] Remove an unnecessary switch around two other...
2018-03-24 Craig Topper[X86] Merge the Has3DNow0F0FOpcode TSFlag into the...
2018-03-24 Zhihao Yuan[C++17] Fix class template argument deduction for defau...
2018-03-24 Eric ChristopherAdd REQUIRES lines for the targets being checked in...
2018-03-24 Alex Shlyapnikov[HWASan] Fix use-after-free.cc test on x86-64
2018-03-24 George Karpenkov[analyzer] Do not crash in CallEvent.getReturnType()
2018-03-24 Craig Topper[X86] Add a DAG combine to simplify PMULDQ/PMULUDQ...
2018-03-24 Richard Trieu[ODRHash] Support pointer and reference types.
2018-03-24 Alex ShlyapnikovRemove duplicated const qualifier.
2018-03-24 Rafael EspindolaAdd a SectionBase::getVA helper. NFC.
2018-03-24 Rui UeyamaDo not add a dummy entry to SharedFile::Verdefs. NFC.
2018-03-24 Eric ChristopherAllow FDE references outside the +/-2GB range supported...
2018-03-24 David BlaikieRemove unused header from EntryExitInstrumenter
2018-03-24 Craig Topper[X86] Correct the value AdSizeX in X86II enum. NFC
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-23 David BlaikieFix layering of CodeGen/TargetOpcodes.def by moving...
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-23 David BlaikieFix layering by moving Support/CodeGenCWrappers.h to...
2018-03-23 David BlaikieFix layering by moving X86DisassemblerDecoderCommon...
2018-03-23 David BlaikieMove TargetLoweringObjectFile from CodeGen to Target...
2018-03-23 Rafael EspindolaMove a Repl access.
2018-03-23 Rafael EspindolaDrop redundant ->Repl.
2018-03-23 Jim InghamAdd support for __attribute__(trivial_abi).
2018-03-23 Eric FiselierPartially Revert "Workaround GCC bug PR78489 - SFINAE...
2018-03-23 Philip Reames[GuardWidening] Group code by class [NFC]
2018-03-23 Reid Kleckner[X86] Fix Windows `i1 zeroext` conventions to use i8...
2018-03-23 Alex Shlyapnikov[HWASan] Port HWASan to Linux x86-64 (compiler-rt)
2018-03-23 Matt Morehouse[libFuzzer] Use OptForFuzzing attribute with -fsanitize...
2018-03-23 Jason MolendaRemove CommandObjectStats.cpp & CleanUpTest.cpp from
2018-03-23 Jason MolendaPut CommandObjectStats.cpp in lldb-core target, remove...
2018-03-23 Rui UeyamaRemove "FIXME" from a comment.
2018-03-23 David BlaikieChange for an LLVM header file move
2018-03-23 David BlaikieFix Layering, move instrumentation transform headers...
2018-03-23 Davide Italiano[Commands] Add a (currently empty) `stats` command.
2018-03-23 Fedor Sergeev[PM][FunctionAttrs] add NoUnwind attribute inference...
2018-03-23 Vitaly BukaFreeBSD sanitizer common, intercept couple of more...
2018-03-23 Vitaly BukaRevert "Mmap interceptor providing mprotect support"
2018-03-23 Jason MolendaChange the darwin-debug target to build the standard
2018-03-23 Davide Italiano[CMakeLists] Update file list after recent changes.
2018-03-23 Sanjay Patel[InstCombine] simplify code for FP intrinsic shrinking...
2018-03-23 Sanjay Patel[InstCombine] increase test coverage for intrinsic...
2018-03-23 Davide Italiano[Commands] Remove dead code for unused `args` command.
2018-03-23 Vitaly BukaMmap interceptor providing mprotect support
2018-03-23 Davide Italiano[Command] Remove dead code for the syntax command.
2018-03-23 Krzysztof Parzyszek[Hexagon] Make findLoopInstr member of HexagonInstrInfo
2018-03-23 Krzysztof Parzyszek[Hexagon] Correct update of instruction offet in HW...
2018-03-23 Adrian PrantlLog ObjC Runtime messages only in verbose mode
2018-03-23 Krzysztof Parzyszek[Hexagon] Boost profit for word-mask immediates, reduce...
2018-03-23 Zachary Turner[PDB] Resubmit "Support embedding natvis files in PDBs."
2018-03-23 Artem Belevich[CUDA] Fixed false error reporting in case of calling...
2018-03-23 Alex Shlyapnikov[HWASan] Port HWASan to Linux x86-64 (clang)
2018-03-23 Krzysztof Parzyszek[Hexagon] Assume all extendable branches to be of size...
2018-03-23 Yaxun Liu[AMDGPU] Fix codegen for inline assembly
2018-03-23 Andrea Di Biagio[llvm-mca] Split the InstructionInfoView from the Summa...
2018-03-23 Krzysztof Parzyszek[Hexagon] Incorrectly removing dead flag and adding...
2018-03-23 Benjamin Kramer[Hexagon] Silence unused variable warning in Release...
2018-03-23 Krzysztof Parzyszek[Hexagon] Fold offset in base+immediate loads/stores
2018-03-23 Jordan RoseFix misuse of llvm::YAML in clangd test.
2018-03-23 Craig Topper[X86] Add itinerary to RCPSS*_Int and similar instructions.
2018-03-23 Craig Topper[X86] Add itineraries to ADD.*_DB instructions to match...
2018-03-23 Tony Tye[AMDGPU] Update OpenCL to use 48 bytes of implicit...
2018-03-23 Tony Tye[AMDGPU] Update OpenCL to use 48 bytes of implicit...
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-23 Zachary Turner[PDB] Make our PDBs look more like MS PDBs.
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-23 Krzysztof Parzyszek[Hexagon] Always generate mux out of predicated transfe...
2018-03-23 Jordan RoseDelete the copy constructor for llvm::yaml::Node
2018-03-23 Krzysztof Parzyszek[Hexagon] Avoid early if-conversion for one sided branches
2018-03-23 Simon Pilgrim[X86][Btver2] Cleanup TEST instructions to use JFPA...
2018-03-23 Alex Shlyapnikov[HWASan] Port HWASan to Linux x86-64 (LLVM)
2018-03-23 Ana Pazos[ARM] Fix "Constant pool entry out of range!" in Thumb1...
2018-03-23 Andrea Di Biagio[llvm-mca] update the ResourcePressureView after r32833...
2018-03-23 Krzysztof Parzyszek[Hexagon] Two fixes in early if-conversion
2018-03-23 Simon Pilgrim[X86][Btver2] Cleanup MOVMSK instructions to use JFPA...
2018-03-23 Ben Langmuir[vfs] Don't bail out after a missing -ivfsoverlay file
2018-03-23 Andrew KaylorFix a block copying problem in LICM
2018-03-23 Andrea Di Biagio[llvm-mca] Make the resource cost a double.
2018-03-23 Fangrui Song[ADT] Simplify getMemory. NFC
2018-03-23 Krzysztof Parzyszek[Hexagon] Copy subregisters in HexagonStoreWiden
next