OSDN Git Service

android-x86/external-llvm.git
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...
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 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 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
2018-03-23 Simon Pilgrim[X86][Btver2] Vector permutes use a JFPU01 scheduler...
2018-03-23 Sanjay Patel[InstCombine] auto-generate checks; NFC
2018-03-23 Simon Pilgrim[X86][Btver2] Vector store instructions use a JFPU1...
2018-03-23 Sanjay Patel[InstSimplify] regenerate checks, move tests; NFC
2018-03-23 Zaara SyedaRe-commit: [MachineLICM] Add functions to MachineLICM...
2018-03-23 Sanjay Patel[InstCombine] regenerate test checks; NFC
2018-03-23 Simon Pilgrim[X86][Btver2] Cleanup DPPS/DPPD instructions to use...
2018-03-23 Sanjay Patel[InstCombine] reduce code duplication; NFC
2018-03-23 Sanjay Patel[InstCombine] improve variable name; NFC
2018-03-23 John Brawn[AArch64] Don't reduce the width of loads if it prevent...
2018-03-23 Simon Pilgrim[X86][Btver2] Fix MicroOps counts for DPPS/YMM memory...
2018-03-23 Simon Pilgrim[X86][Btver2] Cleanup SSE42 PCMPISTR/PCMPESTR string...
2018-03-23 Daniel NeilsonRemove the deprecated single-alignment IRBuilder API...
2018-03-23 Matthew Simpson[SLP] Stop counting cost of gather sequences with multi...
2018-03-23 Daniel NeilsonRemove deprecated MemIntrinsic methods (NFC)
2018-03-23 Alexey Bataev[DEBUGINFO] Add flag for DWARF2 to use sections as...
2018-03-23 Christof Douma[ARM] Support float literals under XO
2018-03-23 Florian HahnRevert r328307: [IPSCCP] Use constant range information...
2018-03-23 Amara Emerson[GlobalISel] Fix legalizer combine to not use illegal...
2018-03-23 Matthew Simpson[test] Allow for optional No-Op Barrier Pass in O0...
2018-03-23 Simon Pilgrim[X86][Znver1] Fix instregex entries that don't match...
2018-03-23 Simon Pilgrim[X86][SandyBridge] Fix missing comma that was causing...
2018-03-23 Florian Hahn[IPSCCP] Use constant range information for comparisons...
2018-03-23 Andrea Di Biagio[llvm-mca] Pass the InstrBuilder to the constructor...
2018-03-23 Andrea Di Biagio[llvm-mca] Add flag -resource-pressure to enable/disabl...
2018-03-23 Simon Pilgrim[X86][Btver2] Vector move/load/store instructions use...
2018-03-23 Florian Hahn[AArch64] Clean-up a few over-eager regexps in models.
2018-03-23 Florian Hahn[LoopUnroll] Simplify induction variables after peeling...
2018-03-23 Benjamin Kramer[ORC] Join materialization thread in unit test
2018-03-23 Martin Storsjo[ARM] Error out on .arm assembler directives on windows
2018-03-23 Martin StorsjoRevert "[DAGCombiner] Fold (zext (and/or/xor (shl/shr...
2018-03-23 Craig Topper[X86] Give VPCMPEQQ the same itinerary as its SSE count...
2018-03-23 Craig Topper[X86] Correct the latencies of SNB integer vector multi...
2018-03-23 Craig Topper[X86] Match vpblendvb/vblendvps/vblendvpd itineraries...
2018-03-23 Craig Topper[X86] Change VPSADBW itinerary to SSE_INTALU_ITINS_P...
2018-03-23 Craig Topper[X86] Give VLDDQUrm and LDDQUrm the same itinerary.
2018-03-23 Craig Topper[X86] Merge VMOVMSKBrr and MOVMSKBrr in the SNB shedule...
2018-03-23 Craig Topper[X86] Add VEXTRB/W/D/Q to Zen scheduler model.
2018-03-23 Craig Topper[X86] Fix the itinerary for vextractps to match extractps.
2018-03-23 Nirav Dave[DAG] Fix node id invalidation in Instruction Selection.
2018-03-23 Craig Topper[TableGen] Don't capture returned std::vectors by const...
2018-03-22 Kevin EnderbyFor llvm-nm and Mach-O files also use function starts...
next