OSDN Git Service

android-x86/external-llvm.git
2018-07-26 Martin Storsjo[MC] Add support for the .rva assembler directive for...
2018-07-26 Stephen HinesHandle the lack of a symbol table correctly.
2018-07-26 Zachary Turner[MS Demangler] Demangle data member pointers.
2018-07-26 Scott Linder[AMDGPU] Fix VGPR spills where offset doesn't fit in...
2018-07-26 Sanjay Patel[InstCombine] fold udiv with common factor from muls...
2018-07-26 Ana Pazos[RISCV] Add support for _interrupt attribute
2018-07-26 Matthias BraunMacroFusion: Fix macro fusion with ExitSU failing in...
2018-07-26 Roman Lebedev[DAGCombine] optimizeSetCCOfSignedTruncationCheck(...
2018-07-26 Alexey Bataev[DEBUGINFO, NVPTX] Emit correct debug information for...
2018-07-26 Sanjay Patel[InstCombine] add tests for udiv with common factor...
2018-07-26 Alexey Bataev[DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_cal...
2018-07-26 James HendersonRevert r338027 to pacify build bot
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 David Green[UnJ] Common some code. NFC
2018-07-26 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-26 Jonas Devlieghere[test] Disable dsymutil update test on windows
2018-07-26 Luke CheesemanEnable some pointer authentication instructions for...
2018-07-26 James HendersonFix raw_fd_ostream::write_impl hang with large output
2018-07-26 Pavel Labathdwarfgen: Don't create an AsmPrinter with an invalid...
2018-07-26 Stefan Maksimovic[mips] Sign extend i32 return values on MIPS64
2018-07-26 Martin StorsjoRevert "[COFF] Use comdat shared constants for MinGW...
2018-07-26 Chandler Carruth[x86/SLH] Extract the logic to trace predicate state...
2018-07-26 Jonas Devlieghere[test] Do dsymutil update in place
2018-07-26 Marco CastelluccioAllow users of the GCOV API to extend the FileInfo...
2018-07-26 Sjoerd Meijer[AArch64][NFC] Removed tab characters from test files.
2018-07-26 Sjoerd Meijer[AArch64] Armv8.2-A: add the crypto extensions
2018-07-26 Fangrui Song[ConstProp] Fix calls-math-finite.ll on FreeBSD
2018-07-26 Fangrui Song[AsmParser] Fix preserve-comments-crlf.s on FreeBSD
2018-07-26 Craig Topper[X86] Don't use CombineTo to skip adding new nodes...
2018-07-26 David Carlier[Docs] Update of Xray page
2018-07-26 Alex LorenzRevert r337981: it breaks the debuginfo-tests
2018-07-26 Craig Topper[X86] Remove some unnecessary explicit calls to DCI...
2018-07-26 Victor Leschuk[Support] Introduce createStringError helper function
2018-07-26 Amara Emerson[GlobalISel] Fall back to SDISel for swifterror/swiftse...
2018-07-26 Wolfgang Pieb[DWARF v5] Don't report an error when the .debug_rnglis...
2018-07-26 Fangrui Song[LoadStoreVectorizer] Use const reference
2018-07-26 Matthias BraunRegUsageInfo: Cleanup; NFC
2018-07-26 Matthias BraunCodeGen.cpp: Sort initializers; NFC
2018-07-26 Matthias BraunInitializePasses: Sort declarations; NFC
2018-07-26 Matthias BraunCodeGen: Cleanup regmask construction; NFC
2018-07-26 Dean Michael... [MCA] Avoid an InstrDesc copy in mca::LSUnit::reserve.
2018-07-25 Wolfgang Pieb[DWARF v5] Don't emit multiple DW_AT_rnglists_base...
2018-07-25 Jonas Devlieghere[dsymutil] Add support for generating DWARF5 accelerato...
2018-07-25 Yonghong Songbpf: new option -bpf-expand-memcpy-in-order to expand...
2018-07-25 Eli Friedman[GlobalMerge] Handle llvm.compiler.used correctly.
2018-07-25 Sanjay Patel[SelectionDAG] try to convert funnel shift directly...
2018-07-25 Roman Tereshin[LSV] Look through selects for consecutive addresses
2018-07-25 Sanjay Patel[AArch, PowerPC] add more tests for legal rotate ops...
2018-07-25 Eli Friedman[GlobalMerge] Allow merging globals with arbitrary...
2018-07-25 Florian HahnRevert r337904: [IPSCCP] Use PredicateInfo to propagate...
2018-07-25 Martin StorsjoAdd missing 'override', fixing compilation with some...
2018-07-25 Martin Storsjo[COFF] Use comdat shared constants for MinGW as well
2018-07-25 Martin Storsjo[COFF] Hoist constant pool handling from X86AsmPrinter...
2018-07-25 Eli Friedman[LangRef] Clarify undefined behavior for function attri...
2018-07-25 Eli Friedman[ARM] Prefer lsls+lsrs over lsls+ands or lsrs+ands...
2018-07-25 Roman Tereshin[SCEV] Add [zs]ext{C,+,x} -> (D + [zs]ext{C-D,+,x}...
2018-07-25 Stella Stamenova[windows] Don't inline fieldFromInstruction on Windows
2018-07-25 Xinliang David LiAdd an option to specify the name of
2018-07-25 Ulrich WeigandFix corruption of result number in LegalizeVectorOps.cpp
2018-07-25 Stanislav Mekhanoshin[AMDGPU] Use AssumptionCacheTracker in the divrem32...
2018-07-25 Stanislav MekhanoshinFix llvm::ComputeNumSignBits with some operations and...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Krzysztof Parzyszek[Hexagon] Properly scale bit index when extracting...
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Andres FreundMove JIT listener C binding fallbackks to ExecutionEngi...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Petar Jovanovic[MIPS GlobalISel] Lower pointer arguments
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Jonas Paulsson[SystemZ] Use tablegen loops in SchedModels
2018-07-25 Florian HahnRecommit r333268: [IPSCCP] Use PredicateInfo to propaga...
2018-07-25 Thomas Preud... Fix PR34170: Crash on inline asm with 64bit output...
2018-07-25 Paul Semel[llvm-objdump] Add dynamic section printing to private...
2018-07-25 Paul Semel[llvm-readobj] Generic hex-dump option
2018-07-25 Chandler Carruth[x86/SLH] Sink the return hardening into the main block...
2018-07-25 Chandler Carruth[x86/SLH] Improve name and comments for the main harden...
2018-07-25 Simon Atanasyan[mips] Replace custom parsing logic for data directives...
2018-07-25 Chijun Sima[Dominators] Assert if there is modification to DelBB...
2018-07-25 Craig Topper[X86] Use X86ISD::MUL_IMM instead of ISD::MUL for multi...
2018-07-25 Craig Topper[X86] Autogenerate complete checks and fix a failure...
2018-07-25 Tom Stellard[RegisterBankInfo] Ignore InstrMappings that create...
2018-07-25 Petr Hosek[profile] Support profiling runtime on Fuchsia
2018-07-25 Chandler Carruth[x86/SLH] Teach the x86 speculative load hardening...
2018-07-25 Craig Topper[X86] Use a shift plus an lea for multiplying by a...
2018-07-25 Craig Topper[X86] Expand mul by pow2 + 2 using a shift and two...
2018-07-24 Craig Topper[X86] Use a two lea sequence for multiply by 37, 41...
2018-07-24 Craig Topper[X86] Add test cases for multiply by 37, 41, and 73.
2018-07-24 Craig Topper[X86] Change multiply by 26 to use two multiplies by...
2018-07-24 Hideki Saito[LV] Fix for PR38110, LV encountered llvm_unreachable()
2018-07-24 Roman Tereshin[SCEV] Add zext(C + x + ...) -> D + zext(C-D + x +...
2018-07-24 Craig Topper[X86] When expanding a multiply by a negative of one...
2018-07-24 Craig Topper[X86] Generalize the multiply by 30 lowering to generic...
2018-07-24 Heejin Ahn[WebAssembly] Add tests for weaker memory consistency...
2018-07-24 Craig Topper[X86] Change multiply by 19 to use (9 * X) * 2 + X...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move outlined function remark...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move target frame info into...
2018-07-24 Peter CollingbournePut "built-in" function definitions in global Used...
2018-07-24 Chandler Carruth[x86] Teach the x86 backend that it can fold between...
2018-07-24 Craig Topper[Inliner] Teach inliner to merge 'min-legal-vector...
2018-07-24 Craig Topper[X86] Add test case to show failure to combine away...
2018-07-24 Azharuddin... [docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable...
next