OSDN Git Service

android-x86/external-llvm.git
2018-08-21 Vedant Kumar[CodeGenPrepare] Scan past debug intrinsics to find...
2018-08-21 Vedant Kumar[CodeGenPrepare] Exit earlier when optimizing selects...
2018-08-21 Vedant KumarAvoid dbg.value use-before-def in a few tests (NFC)
2018-08-21 Alina SbirleaUpdate MemorySSA in BasicBlockUtils.
2018-08-21 Alina Sbirlea[MemorySSA] Update comment for move APIs to clarify...
2018-08-21 Zachary Turner[MS Demangler] Print template constructor args.
2018-08-21 Tom StellardMachineScheduler: Refactor setPolicy() to limit computi...
2018-08-21 Philip Reames[LICM] Fix a test so it actualy checks what was meant...
2018-08-21 Scott Linder[AMDGPU] Consider loads from flat addrspace to be poten...
2018-08-21 Zachary Turner[MS Demangler] Fix a few more edge cases.
2018-08-21 Zachary TurnerPrint "invalid mangled name" when we can't demangle...
2018-08-21 Heejin Ahn[WebAssembly] Restore __stack_pointer after catch instr...
2018-08-21 Anna ThomasNFC: update the test comments in LV test about early...
2018-08-21 Thomas Lively[WebAssembly] v128.const
2018-08-21 Fangrui Song[docs][gold] Fix a typo
2018-08-21 Marcello Maggioni[LICM] Refactor some AliasSetTracker code to get rid...
2018-08-21 Florian Hahn[CodeExtractor] Use 'normal destination' BB as insert...
2018-08-21 Heejin Ahn[WebAssembly] Don't make wasm cleanuppads into funclet...
2018-08-21 Heejin Ahn[WebAssembly] Change writeSPToMemory to writeSPToGlobal...
2018-08-21 Bjorn Pettersson[RegisterCoalescer] Use substPhysReg in reMaterializeTr...
2018-08-21 Heejin Ahn[WebAssembly] Add isEHScopeReturn instruction property
2018-08-21 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-08-21 Craig Topper[InstCombine] Pull simple checks above a more complicat...
2018-08-21 Florian Hahn[GVN] Assign new value number to calls reading memory...
2018-08-21 Krzysztof Parzyszek[RegisterCoalscer] Manually remove leftover segments...
2018-08-21 Benjamin Kramer[NVPTX] Remove ftz variants of cvt with rounding mode
2018-08-21 Matt Davis[llvm-mca] Remove unused decl. NFC.
2018-08-21 Eric ChristopherTemporarily Revert "[PowerPC] Generate Power9 extswsli...
2018-08-21 Andrea Di Biagio[llvm-mca] Add the ability to customize the instruction...
2018-08-21 Simon Pilgrim[X86][SSE] Add non-uniform udiv test that is mostly...
2018-08-21 Philip Reames[AST] Remove notion of volatile from alias sets [NFCI]
2018-08-21 Yury DelendikUpdate DBG_VALUE register operand during LiveInterval...
2018-08-21 Aditya NandakumarRevert "Revert rr340111 "[GISel]: Add Legalization...
2018-08-21 Simon Pilgrim[X86][SSE] Lower vXi8 general shifts to SSE shifts...
2018-08-21 Peter Collingbournellvm-readobj: Simplify. NFCI.
2018-08-21 Craig Topper[BypassSlowDivision] Teach bypass slow division not...
2018-08-21 Simon Pilgrim[X86][SSE] Lower v8i16 general shifts to SSE shifts...
2018-08-21 Simon Pilgrim[X86][SSE] Lower directly to SSE shifts in the BLEND...
2018-08-21 Matt ArsenaultTry to fix bot build failure
2018-08-21 Farhana Aleen[AMDGPU] Support idot2 pattern.
2018-08-21 Matt ArsenaultAMDGPU: Partially move target handling code from clang...
2018-08-21 Simon Pilgrim[X86][SSE] Add helper function to convert to/between...
2018-08-21 Daniel Sanders[aarch64][mc] Don't lookup symbols when there is no...
2018-08-21 Nicola Zaghen[InstCombine] Add new tests for icmp ugt/ult (add nuw...
2018-08-21 Simon Pilgrim[X86] Add SSE2 and XOP udiv combine tests
2018-08-21 Sanjay Patel[InstSimplify] use isKnownNeverNaN to fold more fcmp...
2018-08-21 Anna Thomas[LV] Vectorize loops where non-phi instructions used...
2018-08-21 Sanjay Patel[InstSimplify] add tests for FP uno/ord with nnan; NFC
2018-08-21 Anna ThomasNFC: Add loop vectorizer tests showing various control...
2018-08-21 Andrea Di Biagio[llvm-mca] Replace use of llvm::any_of with std::any_of.
2018-08-21 Andrea Di Biagio[llvm-mca] Add method cycleEvent() to class Scheduler...
2018-08-21 Tim Renouf[AMDGPU] Allow int types for MUBUF vdata
2018-08-21 Tim Renouf[AMDGPU] New buffer intrinsics
2018-08-21 Tim Renouf[AMDGPU] New tbuffer intrinsics
2018-08-21 Bjorn PetterssonChange how finalizeBundle selects debug location for...
2018-08-21 Simon Pilgrim[X86] Add SSE2 sdiv combine tests
2018-08-21 Sam Parker[DAGCombiner] Reduce load widths of shifted masks
2018-08-21 Simon Pilgrim[TargetLowering] Add BuildSDiv support for division...
2018-08-21 Petar Jovanovic[MIPS GlobalISel] Select bitwise instructions
2018-08-21 Max Kazantsev[LICM] Hoist guards with invariant conditions
2018-08-21 Bjorn Pettersson[RegisterCoalescer] Do not assert when trying to remat...
2018-08-21 Max Kazantsev[NFC] Add some LICM tests
2018-08-21 Kirill Bobyrev[llvm] NFC: Fix assert condition and suppress warning
2018-08-21 Max Kazantsev[NFC] Factor out predecessors collection into a separat...
2018-08-21 Serguei Katkov[IR Verifier] Do not allow bitcast of pointer to vector...
2018-08-21 Alex Langford[docs] Fix a small typo in a debug info example
2018-08-21 Philip Reames[AST] Mark invariant.starts as being readonly
2018-08-21 Philip Reames[LICM] Add tests from D50786 [NFC]
2018-08-21 Philip Reames[LICM][NFC] Add tests from D50730
2018-08-21 Philip Reames[LICM] More tests for D50925 [NFC]
2018-08-21 Fangrui Song[llvm-objcopy] Simplify find(X,Y) != X.end() with is_co...
2018-08-21 Reid KlecknerFix global_metadata_external_comdat.ll test
2018-08-20 Zachary Turner[MS Demangler] Demangle special operator 'dynamic initi...
2018-08-20 Zachary Turner[MS Demangler] Anonymous namespace hashes can be backre...
2018-08-20 Zachary Turner[MS Demangler] Properly demangle anonymous namespaces.
2018-08-20 Heejin Ahn[WebAssembly] Revert type of wake count in atomic.wake...
2018-08-20 Philip Reames[LICM][Tests] Add tests for store hoisting [NFC]
2018-08-20 Reid KlecknerRe-land r334313 "[asan] Instrument comdat globals on...
2018-08-20 Craig Topper[InstCombine] Add splat vector constant support to...
2018-08-20 Heejin Ahn[WebAssembly] Remove an unused argument from writeSPToM...
2018-08-20 Fangrui Song[llvm-strip] Allow only one input
2018-08-20 Matt Davis[llvm-mca] Remove unused formal parameter. NFC.
2018-08-20 Michael Bergextend binop folds for selects to include true and...
2018-08-20 Zachary Turner[llvm-objdump] Add ability to demangle COFF symbols.
2018-08-20 Craig Topper[X86] Add test command line to expose PR38649.
2018-08-20 Craig Topper[X86] Prevent lowerVectorShuffleByMerging128BitLanes...
2018-08-20 Craig Topper[X86] Teach combineTruncatedArithmetic to handle some...
2018-08-20 Craig Topper[X86] Pre-commit test cases for D50878.
2018-08-20 Craig Topper[LegacyPassManager] Remove analysis P from AnUsageMap...
2018-08-20 Krzysztof ParzyszekConsistently use MemoryLocation::UnknownSize to indicat...
2018-08-20 David BlaikieAdd missing include (<functional> for std::ref)
2018-08-20 Richard SmithMove Itanium demangler implementation into a header...
2018-08-20 Vitaly BukaRevert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since...
2018-08-20 Cameron McInally[FPEnv] Support constrained FREM intrinsic
2018-08-20 Marcello Maggioni[PSV] Update API to be able to use TargetCustom without UB.
2018-08-20 Zachary Turner[MS Demangler] Demangle member pointer template parameters.
2018-08-20 Aditya NandakumarRevert "Revert r339977: [GISel]: Add Opcodes for a...
2018-08-20 Simon Pilgrim[TargetLowering] Disable BuildSDiv division by one...
2018-08-20 Sanjay Patel[ConstantFolding] improve folding of binops with vector...
2018-08-20 Alina Sbirlea[MemorySSA] Update comment to better describe cfg chang...
next