OSDN Git Service

android-x86/external-llvm.git
2018-03-29 Matt ArsenaultAMDGPU: Fix selection error on constant loads with...
2018-03-29 Philip ReamesFix an accidental circular dependence
2018-03-29 Mandeep Singh... [Mips] Change std::sort to llvm::sort in response to...
2018-03-29 Paul RobinsonTry to fix a couple tests for Windows.
2018-03-29 Dinar Temirbulatov[SLPVectorizer] Add tests related to PR30787, NFCI.
2018-03-29 Zachary Turner[MSF] Default to FPM2, and always mark FPM pages allocated.
2018-03-29 Zachary Turner[PDB] Print some more details when explaining MSF fields.
2018-03-29 Craig Topper[IR][CodeGen] Remove dependency on EVT from IR/Function...
2018-03-29 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-29 Zachary Turner[PDB] Fix a bug in the explain subcommand.
2018-03-29 David Zarzycki[ADT] NFC: Fix bogus StringSwitch rule-of-five boilerplate
2018-03-29 Zachary TurnerRemove unused function.
2018-03-29 Zachary Turner[PDB] Add an explain subcommand.
2018-03-29 Haicheng Wu[JumpThreading] Don't select an edge that we know we...
2018-03-29 Pavel Labath.debug_names: Correctly align the AugmentationStringSiz...
2018-03-29 Andrea Di Biagio[llvm-mca] Correctly set the ReadAdvance information...
2018-03-29 Krzysztof Parzyszek[Hexagon] Add support to handle bit-reverse load intrinsics
2018-03-29 Pavel Labath.debug_names: Parse DW_IDX_die_offset as a reference
2018-03-29 Sjoerd Meijer[Kaleidoscope] Tiny typo fixes
2018-03-29 Simon Pilgrim[X86][SSE] Don't bother re-adding combined target shuff...
2018-03-29 Sylvestre LedruRename llvm library from libLLVM-X.Y to libLLVM-X
2018-03-29 Simon Dardis[Mips] Remove dead code
2018-03-29 David Green[LoopRotate] Restructuring LoopRotation.cpp to create...
2018-03-29 Benjamin Kramer[Transforms] Make sure to include the c binding header...
2018-03-29 Max Kazantsev[NFC] Fix meaningless assert in SCEV
2018-03-29 Craig Topper[X86] Don't pass getRegisterName from the InstPrinters...
2018-03-29 Robert Widmann[LLVM-C] Finish exception instruction bindings
2018-03-29 Craig Topper[X86] Rename RIi64_NOREX tblgen class to just Ii64...
2018-03-29 Craig Topper[X86] Cleanup inheritance of the X86InstrFormats.td...
2018-03-29 George Burgess IV[MemorySSA] Turn an assert into a condition
2018-03-29 George Burgess IV[MemorySSA] Consider callsite args for hashing and...
2018-03-29 David BlaikieRemove some unused includes to fix layering.
2018-03-29 David BlaikieSplit Disassembler.h in two to fix dependencies
2018-03-29 David BlaikieAdd missing dependency (headers are included from MC...
2018-03-28 David BlaikiePlumb useAA through TargetTransformInfo to remove Trans...
2018-03-28 Craig Topper[X86][SkylakeServer] Remove checks for 'k', 'z', '_Int...
2018-03-28 Jun Bum Lim[PostRAMachineSink] preserve CFG
2018-03-28 Krzysztof Parzyszek[Hexagon] Add support for "new" circular buffer intrinsics
2018-03-28 David BlaikieOops - moved slightly too many things from Scalar to...
2018-03-28 Jessica Paquette[MachineOutliner] Simplify call outlining + require...
2018-03-28 David BlaikieTransforms: Introduce Transforms/Utils.h rather than...
2018-03-28 Peter Collingbourne[llvm-ar] Support multiple dashed options
2018-03-28 Simon Pilgrim[X86][AVX2] Add shuffle test case from PR36933
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC] Added ds_add_src2_f32
2018-03-28 Lang Hames[ORC] Restore the narrower check from before r328687.
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC] Added PCK variants of image load/store...
2018-03-28 Daniel Neilson[PatternMatch] Add matchers for vector operations
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added buffer_*_format_d16_hi_x
2018-03-28 Lang Hames[ORC] Re-add the Windows check that was dropped in...
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added s_scratch* instructions
2018-03-28 Dan LiewRevert "[lit] Temporarily disable shtest-timeout.py...
2018-03-28 Dan Liew[lit] Remove a timing senstive part of `shtest-timeout.py`
2018-03-28 Simon Pilgrim[X86][Btver2] Moved JWriteFCmp/JWriteFCmpY classes...
2018-03-28 Alexander PotapenkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-28 Andrea Di Biagio[X86][BtVer2] Fix the number of micro opcodes for AES...
2018-03-28 Alexander Potapenko[MSan] Introduce ActualFnStart. NFC
2018-03-28 Tim RenoufRevert "[AMDGPU] For OS type AMDPAL, fixed scratch...
2018-03-28 Andrea Di Biagio[X86][BtVer2] Fix the number of micro opcodes for a...
2018-03-28 Alexander Potapenko[MSan] Add an isStore argument to getShadowOriginPtr...
2018-03-28 Christof Douma[ARM] Support float literals under XO
2018-03-28 Mikael Holmen[RegisterCoalescing] Don't move COPY if it would interf...
2018-03-28 Lang Hames[ORC] Fix ORC on platforms without indirection support.
2018-03-28 Sanjay Patel[AArch64] add ftrunc tests; NFC
2018-03-28 Sanjay Patel[PowerPC] add ftrunc vector tests; NFC
2018-03-27 Heejin Ahn[WebAssembly] Add exception and selector intrinsics
2018-03-27 Matt ArsenaultAMDGPU: Really implement getFrameRegister
2018-03-27 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-27 Jessica Paquette[MachineOutliner] AArch64: Don't outline ADRPs with...
2018-03-27 Tim Renouf[AMDGPU] For OS type AMDPAL, fixed scratch on compute...
2018-03-27 Paul Robinson[DWARF] Suppress split line tables more carefully.
2018-03-27 Tony Tye[AMDGPU] Define code object identification string used...
2018-03-27 Tim Renouf[CodeGen] Fixed unreachable with -print-machineinstrs...
2018-03-27 Sterling AugustineInitialize variable added in r328617.
2018-03-27 Graydon Hoare[YAML] Remove unit test of multibyte non-printable...
2018-03-27 Simon Pilgrim[X86] Add WriteFMOVMSK/WriteVecMOVMSK/WriteMMXMOVMSK...
2018-03-27 Wolfgang Pieb[DWARF][DWARF v5]: Adding support for dumping DW_RLE_of...
2018-03-27 Graydon Hoare[YAML] Escape non-printable multibyte UTF8 in Output...
2018-03-27 Xin Tong80-line wrap. NFC
2018-03-27 Matt ArsenaultAMDGPU: Fix not preserving CSR VGPR if used for SGPR...
2018-03-27 Matt ArsenaultAMDGPU: Set natural stack alignment in DataLayout
2018-03-27 Fangrui Song[DWARF] Simplify DWARFAddressRange::contains
2018-03-27 Rong Xu[PGO] Fix branch probability remarks assert
2018-03-27 Matt ArsenaultAMDGPU: Fix crash when MachinePointerInfo invalid
2018-03-27 Matt ArsenaultAMDGPU: Fix register name format in tests
2018-03-27 Matt ArsenaultAMDGPU: Fix FP restore from being reordered with stack ops
2018-03-27 Krzysztof Parzyszek[Hexagon] Implement TTI::shouldMaximizeVectorBandwidth
2018-03-27 Stefan Pintilie[Power9] Fix the resource list for the COPY instruction.
2018-03-27 Pirama Arumuga... Remap values in PromotedFloats
2018-03-27 Artur PilipenkoFix a reoccuring typo in load-combine tests
2018-03-27 Krzysztof Parzyszek[Hexagon] Rudimentary support for auto-vectorization...
2018-03-27 Rafael Auler[AArch64] Decorate AArch64 instrs with OPERAND_PCREL
2018-03-27 Fedor Sergeev[NFC] OptPassGate extracted from OptBisect
2018-03-27 Krzysztof ParzyszekUse .set instead of = when printing assignment in assem...
2018-03-27 Krzysztof Parzyszek[LV] Add TTI::shouldMaximizeVectorBandwidth to allow...
2018-03-27 Andrea Di Biagio[llvm-mca] pass the correct set of used registers in...
2018-03-27 Simon Pilgrim[X86][Btver2] Add MMX_PMOVMSKBrr to MOVMSK scheduler...
2018-03-27 Strahinja Petrovic[PowerPC] Secure PLT support
2018-03-27 Alexander Richardson[MIPS] Add static_assert that all Fixups are handled...
2018-03-27 Max Kazantsev[LoopUnroll][NFC] Remove redundant canPeel check
2018-03-27 Sam Parker[IRCE] Enable decreasing loops of non-const bound
next