OSDN Git Service

android-x86/external-llvm.git
2018-03-26 Sanjay Patel[InstCombine] check uses before creating instructions...
2018-03-26 Simon Pilgrim[X86][Btver2] Add (V)SQRTPD/(V)SQRTSD costs
2018-03-26 Nicolai HaehnleAMDGPU: Introduce common SOP_Pseudo and VOP_Pseudo...
2018-03-26 Andrea Di Biagio[llvm-mca] Add a flag -instruction-info to enable/disab...
2018-03-26 Andrea Di Biagio[llvm-mca] Update the commandline docs after r328305.
2018-03-26 Simon Pilgrim[X86][Btver2] Double the AGU and schedule pipe resource...
2018-03-26 Krzysztof Parzyszek[LSR] Allow giving priority to post-incrementing addres...
2018-03-26 Andrea Di Biagio[llvm-mca] Add flag -instruction-tables to print the...
2018-03-26 Carlos Alberto... Test commit - adding a new line.
2018-03-26 Max Kazantsev[LoopUnroll] Fix dangling pointers in SCEV
2018-03-26 Hans WennborgRevert r328386 "[X86] Fix Windows `i1 zeroext` conventi...
2018-03-26 Benjamin Kramer[DeadArgElim] Strip allocsize attributes when deleting...
2018-03-26 Sam Parker[IRCE] Enable increasing loops of variable bounds
2018-03-26 Martin Storsjo[ARM] Simplify constructing the ARMArchFeature string...
2018-03-26 Craig Topper[X86] Fix the SchedRW for intrinsic register form of...
2018-03-26 Craig Topper[X86] Merge the SSE and AVX versions of fp divs and...
2018-03-26 Craig Topper[X86] Add itinerary to intrinsic version of sqrtss...
2018-03-26 Craig Topper[X86] Correct the itineraries for the dot production...
2018-03-26 Craig Topper[X86] Use the same itinerary for VCVTDQ2PD as the SSE...
2018-03-26 Craig Topper[X86] Swap the itineraries on the memory and register...
2018-03-26 Craig Topper[X86] Give VMOVSX/ZX the same itinerary as the SSE...
2018-03-25 Craig Topper[X86] Give vpmsadbw the same itinerary as the SSE versi...
2018-03-25 Craig Topper[X86] Move (v)movss to port 5 only for Skylake. Move...
2018-03-25 Erik Pilkington[demangler] Use a back-patching scheme to resolve forwa...
2018-03-25 Erik Pilkington[demangler] Tweak how parameter pack sizes are determined.
2018-03-25 Erik Pilkington[demangler] Support for clang's enable_if attribute.
2018-03-25 Sanjay Patel[PatternMatch] allow undef elements when matching vecto...
2018-03-25 Simon Pilgrim[X86] Use WriteResPair for WriteIDiv to cleanup sched...
2018-03-25 Simon Pilgrim[SchedModel] Remove instregex entries that don't match...
2018-03-25 Simon Pilgrim[X86][SkylakeClient] Fix missing comma
2018-03-25 Simon Pilgrim[ARM] Remove sched model instregex entries that don...
2018-03-25 Simon Pilgrim[X86] Add missing full stop to comment. NFCI.
2018-03-25 Sanjay Patel[InstSimplify, InstCombine] add/update tests with FP...
2018-03-25 Craig Topper[X86][SkylakeClient] Fix a set of regular expressions...
2018-03-25 Simon Pilgrim[X86][MMX] MOVQ2DQ/MOVDQ2Q are better described as...
2018-03-25 Simon Pilgrim[X86][SkylakeServer] Merge multiple instregex. NFCI
2018-03-25 Craig Topper[X86] Update cost model for Goldmont. Add fsqrt costs...
2018-03-25 Sanjay Patel[InstCombine] adjust test comments; NFC
2018-03-25 Sanjay Patel[InstCombine] consolidate casted icmp vector tests
2018-03-25 Sanjay Patel[InstCombine] peek through more icmp of FP cast + bitcast
2018-03-25 Simon Pilgrim[X86] Add the ability to override memory folding latenc...
2018-03-25 Craig Topper[X86] Consistently prefix all defs in X86ScheduleSLM...
2018-03-24 Martin Storsjo[X86] Update a partially stale comment, since SVN r3283...
2018-03-24 Craig Topper[SchedModel] Remove an unneeded temporary vector.
2018-03-24 Craig Topper[SchedModel] Use std::move in a couple places to reduce...
2018-03-24 Craig Topper[SchedModel] Use std::move to replace a vector instead...
2018-03-24 Eric FiselierFix module.modulemap after r328395
2018-03-24 Craig Topper[SchedModel] Remove std::vectors that were created...
2018-03-24 Simon Pilgrim[SchedModel] Record::getName() returns StringRef -...
2018-03-24 Simon Pilgrim[SchedModel] Avoid std::string creation for instregex...
2018-03-24 Simon Pilgrim[X86][SkylakeClient] Merge xmm/ymm instructions instreg...
2018-03-24 Simon Pilgrim[X86][Broadwell] Merge xmm/ymm instructions instregex...
2018-03-24 Mandeep Singh... [RISCV] Use init_array instead of ctors for RISCV targe...
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 Craig Topper[X86] Add a new disassembler opcode map for 3DNow....
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 Eric ChristopherAdd REQUIRES lines for the targets being checked in...
2018-03-24 Craig Topper[X86] Add a DAG combine to simplify PMULDQ/PMULUDQ...
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 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 David BlaikieFix Layering, move instrumentation transform headers...
2018-03-23 Fedor Sergeev[PM][FunctionAttrs] add NoUnwind attribute inference...
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 Krzysztof Parzyszek[Hexagon] Make findLoopInstr member of HexagonInstrInfo
2018-03-23 Krzysztof Parzyszek[Hexagon] Correct update of instruction offet in HW...
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 Krzysztof Parzyszek[Hexagon] Assume all extendable branches to be of size...
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 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...
next