OSDN Git Service

gn build: Merge r357719
[android-x86/external-llvm.git] / lib /
2019-04-05 Fangrui SongChange some dyn_cast to more apropriate isa. NFC
2019-04-05 Simon Pilgrim[SelectionDAG] Add fcmp UNDEF handling to SelectionDAG...
2019-04-05 Matt ArsenaultGlobalISel: Add another overload of buildUnmerge
2019-04-05 Matt ArsenaultAMDGPU/GlobalISel: Fix non-power-of-2 select
2019-04-05 Sanjay Patel[DAGCombiner][x86] scalarize splatted vector FP ops
2019-04-05 Fangrui Song[Symbolize] Replace map<SymbolDesc, StringRef> with...
2019-04-05 Pavel LabathFix r357749 for big-endian architectures
2019-04-05 Pavel LabathFix MSVC build for r357749
2019-04-05 Pavel LabathMinidump: Add support for reading/writing strings
2019-04-05 Piotr Sobczak[SelectionDAG] Compute known bits of CopyFromReg
2019-04-05 Craig Topper[X86] Promote i16 SRA instructions to i32
2019-04-05 Serguei Katkov[FastISel] Fix crash for gc.relocate lowring
2019-04-04 Eric ChristopherNFC: Move API uses of MD5::MD5Result to Optional rather...
2019-04-04 Nick LewyckyAn unreachable block may have a route to a reachable...
2019-04-04 Juergen Ributzka[TextAPI] Prefix all architecture enums to fix the...
2019-04-04 Evandro Menezes[IR] Refactor attribute methods in Function class ...
2019-04-04 James Y KnightRevert [X86] When using Win64 ABI, exit with error...
2019-04-04 Reid KlecknerAppease STLs where std::atomic<void*> lacks a constexpr...
2019-04-04 Reid KlecknerEnsure that ManagedStatic is constant initialized in...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-04-04 Sanjay Patel[x86] eliminate unnecessary broadcast of horizontal op
2019-04-04 Lewis Revill[RISCV] Support assembling TLS add and associated modifiers
2019-04-04 Joseph Tremoulet[COFF] Fix delay import directory iterator
2019-04-04 Jonas Paulsson[SystemZ] Bugfix in isFusableLoadOpStorePattern()
2019-04-04 Fangrui Song[Symbolize] Keep SymbolDescs with the same address...
2019-04-04 Diana Picus[ARM GlobalISel] Support DBG_VALUE
2019-04-04 Sander de Smalen[AArch64][AsmParser] Fix .arch_extension directive...
2019-04-04 Igor Kudrin[llvm-symbolizer] Add `--output-style` switch.
2019-04-04 Luqman Aden[InstCombine] Combine no-wrap sub and icmp w/ constant.
2019-04-04 Craig Topper[X86] Use INSERT_SUBREG rather than SUBREG_TO_REG when...
2019-04-04 Serguei Katkov[FastISel] Fix the crash in gc.result lowering
2019-04-04 David L. JonesRevert r357452 - 'SimplifyCFG SinkCommonCodeFromPredece...
2019-04-04 Sam Clegg[WebAssembly] EmscriptenEHSjLj: Don't abort if __THREW_...
2019-04-04 Hubert Tong[XCOFF] Add functionality for parsing AIX XCOFF object...
2019-04-04 Hubert Tong[Support] On AIX, Check ENOTSUP on posix_fallocate...
2019-04-04 Craig Topper[X86] Remove CustomInserters for RDPKRU/WRPKRU. Use...
2019-04-04 Reid Kleckner[codeview] Remove Type member from CVRecord
2019-04-03 Nico Weberllvm-undname: Name a pair. No behavior change.
2019-04-03 Craig Topper[X86] Remove CustomInserter pseudos for MONITOR/MONITOR...
2019-04-03 Nico Weberllvm-undname: Fix a crash-on-invalid
2019-04-03 Nico Weberllvm-undame: Fix an assert-on-invalid
2019-04-03 Nico Weberllvm-undname: Fix an assert-on-invalid
2019-04-03 Nico Weberllvm-undname: Fix a crash-on-invalid
2019-04-03 Sanjay Patel[x86] fold shuffles of h-ops that have an undef operand
2019-04-03 Sanjay Patel[x86] eliminate movddup of horizontal op
2019-04-03 Evandro Menezes[IR] Create new method in `Function` class (NFC)
2019-04-03 Matt ArsenaultAMDGPU: Split block for si_end_cf
2019-04-03 Jonas Devlieghere[dwarfdump] Remove bogus verifier error
2019-04-03 Taewook Oh[ProfileSummary] Count callsite samples when computing...
2019-04-03 Krzysztof Parzyszek[X86] Extend boolean arguments to inline-asm according...
2019-04-03 Simon Pilgrim[X86][AVX] combineHorizontalPredicateResult - split...
2019-04-03 Simon Pilgrim[X86][AVX] combineHorizontalPredicateResult - support...
2019-04-03 Paul Semel[DWARF] check whether the DIE is valid before querying...
2019-04-03 Jessica Paquette[AArch64][GlobalISel] Legalize G_FEXP2
2019-04-03 Simon Pilgrim[DAGCombiner] Rename variables Demanded -> DemandedBits...
2019-04-03 Lewis RevillTest commit: Remove double variable assignment
2019-04-03 Ulrich Weigand[SystemZ] Improve codegen for certain SADDO-immediate...
2019-04-03 George Rimar[yaml2obj][obj2yaml] - Change how symbol's binding...
2019-04-03 Petar Avramovic[MIPS GlobalISel] Select floating point arithmetic...
2019-04-03 Javed Absar[AArch64] Update v8.5a MTE LDG/STG instructions
2019-04-03 Sanjay Patel[DAGCombiner] loosen restrictions for moving shuffles...
2019-04-03 Simon Pilgrim[DAGCombine] Don't use getZExtValue() until we know...
2019-04-03 Simon Atanasyan[mips] Remove unused FGRH32 register class. NFC
2019-04-03 Clement Courbet[X86] Make the post machine scheduler macrofusion-aware.
2019-04-03 David Bolvansky[InstCombine] Simplify ctpop with bitreverse/bswap
2019-04-03 Hans WennborgRevert r357256 "[DAGCombine] Improve Lifetime node...
2019-04-03 Matt ArsenaultAMDGPU: Assume ECC is enabled by default if supported
2019-04-03 Alon Zakai[WebAssembly] Add Emscripten OS definition + small_printf
2019-04-03 Matt ArsenaultInstSimplify: Fold round intrinsics from sitofp/uitofp
2019-04-03 Sam Clegg[WebAssembly] Remove unneeded target operand flags
2019-04-03 Matt ArsenaultAMDGPU: Remove unnecessary subtarget get
2019-04-03 Matt ArsenaultAMDGPU: Fix names for generation features
2019-04-02 Jessica Paquette[GlobalISel] Add IRTranslator support for llvm.stacksav...
2019-04-02 Craig Topper[X86] Mark the default case of the X86InstrInfo::conver...
2019-04-02 Craig Topper[X86] Check MI.isConvertibleTo3Addr() before calling...
2019-04-02 David Bolvansky[InstCombine] Simplify ctlz/cttz with bitreverse
2019-04-02 Jessica Paquette[AArch64][GlobalISel] Select llvm.aarch64.stlxr(i64...
2019-04-02 Vedant Kumar[ArgPromotion] Set debug location at updated callsites
2019-04-02 Vedant Kumar[DebugInfo] Fix pr41180 : Loop Vectorization Debugify...
2019-04-02 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2019-04-02 Craig Topper[X86] Allow FixupLEAs to form INC/DEC under OptSize...
2019-04-02 Stefan Pintilie[PowerPC] Fix reversed bit issue in DCMX mask for ...
2019-04-02 Philip Reames[WideableCond] Fix a nasty bug in detection of "explici...
2019-04-02 Simon Pilgrim[SLP] reorderInputsAccordingToOpcode is const method...
2019-04-02 Fangrui Song[BPF] Replace fstream and sstream with line_iterator
2019-04-02 Joseph Tremoulet[SimplifyCFG] Don't split musttail call from ret
2019-04-02 Taewook Oh[SampleProfile] Repeat indirect call promotion only...
2019-04-02 Joseph Tremoulet[PruneEH] Don't split musttail call from ret
2019-04-02 Jonas Paulsson[SystemZ] Improve instruction selection of 64 bit...
2019-04-02 Brian Gesiak[Transforms] Redundant getValueOperand (NFC)
2019-04-02 Simon Atanasyan[mips] Remove the override of the `isMachineVerifierCle...
2019-04-02 Simon Atanasyan[mips] Use AltOrders to prevent using odd FP-registers
2019-04-02 Michael Liao[ObjectYAML] Fix build issue
2019-04-02 Alex Bradbury[RISCV] Support assembling @plt symbol operands
2019-04-02 Pavel LabathAdd minidump support to obj2yaml
2019-04-02 Sander de SmalenEnforce StackID definition in PEI
2019-04-02 Fangrui Song[Internalize] Replace uses of std::set with DenseSet
2019-04-02 Fangrui Song[Internalize] Replace fstream with line_iterator for...
2019-04-02 Hans WennborgSimplifyCFG SinkCommonCodeFromPredecessors: Also sink...
2019-04-02 Philip Reames[LoopPredication] Simplify widenable condition handling...
next