OSDN Git Service

android-x86/external-llvm.git
2018-06-30 Jessica Paquette[MachineOutliner] Add support for target-default outlining.
2018-06-30 Craig Topper[X86] Remove masking from avx512 rotate intrinsics...
2018-06-29 Chandler Carruth[instsimplify] Move the instsimplify pass to use more...
2018-06-29 Zachary Turner[CodeView] Correctly compute the name of S_PROCREF...
2018-06-29 Heejin Ahn[WebAssembly] Update comments for non-splat pow2 vector...
2018-06-29 Heejin Ahn[WebAssembly] Comment out a switch block in ISelDAGToDAG
2018-06-29 Alina Sbirlea[MemorySSA] Add APIs to MemoryPhis to delete incoming...
2018-06-29 Alex Shlyapnikov[HWASan] Do not retag allocas before return from the...
2018-06-29 Vedant Kumar[LLVMContext] Detecting leaked instructions with metadata
2018-06-29 Paul RobinsonPass DWARFUnit to verifier by reference not by value...
2018-06-29 Sean FertileRevert "Extend CFGPrinter and CallPrinter with Heat...
2018-06-29 Matt ArsenaultAMDGPU: Don't use struct type for argument layout
2018-06-29 Craig Topper[X86] Limit the number of target specific nodes emitted...
2018-06-29 Sean FertileExtend CFGPrinter and CallPrinter with Heat Colors
2018-06-29 Jonas Devlieghere[dsymutil] Rename conflicting declaration
2018-06-29 Craig Topper[X86] Use a std::vector for the memory unfolding table.
2018-06-29 Jonas Devlieghere[dsymutil] Make the CachedBinaryHolder the default
2018-06-29 Jonas Devlieghere[dsymutil] Introduce a new CachedBinaryHolder
2018-06-29 Petar Jovanovic[mips] Support shrink-wrapping
2018-06-29 Stanislav Mekhanoshin[AMDGPU] Enable LICM in the BE pipeline
2018-06-29 Jessica Paquette[MachineOutliner] Add always and never options to ...
2018-06-29 Sanjay Patel[InstCombine] add more tests for shuffle-binop folds...
2018-06-29 Andrea Di Biagio[llvm-mca] Remove field HasReadAdvanceEntries from...
2018-06-29 Alexey Bataev[DEBUG_INFO, NVPTX] Do not emit .debug_loc section.
2018-06-29 Krzysztof Parzyszek[Hexagon] Remove unused instruction itineraties, NFC
2018-06-29 Sanjay Patel[InstCombine] enhance shuffle-of-binops to allow differ...
2018-06-29 Roman ShirokiyFix overconfident assert in ScalarEvolution::isImpliedV...
2018-06-29 Sjoerd Meijer[AArch64] Armv8.4-A: Virtualization system registers
2018-06-29 Filipe Cabecinhas[cmake] Change WIN32 test to CMAKE_HOST_WIN32
2018-06-29 Simon Pilgrim[X86][SSE] Support v16i8/v32i8 vector rotations
2018-06-29 Sjoerd Meijer[ARM][AArch64] Armv8.4-A Enablement
2018-06-29 Roman LebedevSCEVExpander::expandAddRecExprLiterally(): check before...
2018-06-29 Kristof BeylsMake email options of find_interesting_reviews more...
2018-06-29 Craig Topper[X86] Remove masking from the avx512 packed sqrt intrin...
2018-06-28 Tom StellardAMDGPU: Separate R600 and GCN TableGen files
2018-06-28 Sterling AugustineRequire x86 for this test.
2018-06-28 Eli Friedman[ARM] Assert that ARMDAGToDAGISel creates valid UBFX...
2018-06-28 Jessica Paquette[MachineOutliner] Never add the outliner in -O0
2018-06-28 Sanjay Patel[InstCombine] adjust shuffle tests; NFC
2018-06-28 Jake Ehrlich[llvm-readobj] Add experimental support for SHT_RELR...
2018-06-28 Benjamin Kramer[SupportTests] Silence -Wsign-compare warnings
2018-06-28 Sanjay Patel[InstCombine] fix opcode check in shuffle fold
2018-06-28 Martin Storsjo[COFF] Fix constant sharing regression for MinGW
2018-06-28 Zachary TurnerFix padding with custom character in formatv.
2018-06-28 Teresa Johnson[ThinLTO] Port InlinerFunctionImportStats handling...
2018-06-28 Benjamin Kramer[NVPTX] Delete dead code
2018-06-28 Eli Friedman[ARM] Add missing Thumb2 assembler diagnostics.
2018-06-28 Sterling AugustineSome targets don't have lld built, so just use a binary...
2018-06-28 Anastasis Grammenos[SROA] Preserve DebugLoc when rewriting alloca partitions
2018-06-28 Sterling AugustineHandle absolute symbols as branch targets in disassembly.
2018-06-28 Zachary TurnerAdd a flag to FileOutputBuffer that allows modification.
2018-06-28 Simon PilgrimRemove unnecessary semicolon. NFCI.
2018-06-28 Justin Bogner[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple...
2018-06-28 Vedant Kumar[Debugify] Do not report line 0 locations as errors
2018-06-28 Craig Topper[X86] Suppress load folding into and/or/xor if it will...
2018-06-28 Jonas DevlieghereRevert "Re-land r335297 "[X86] Implement more of x86...
2018-06-28 Jonas DevlieghereRevert "[OrcMCJIT] Fix test after r335508 causing it...
2018-06-28 Zachary Turner2 VS natvis improvements.
2018-06-28 Zachary TurnerSet line ending style of llvm.natvis to CRLF.
2018-06-28 Sanjay Patel[InstCombine] allow shl+mul combos with shuffle (select...
2018-06-28 Jessica Paquette[MachineOutliner] Define MachineOutliner support in...
2018-06-28 Simon Pilgrim[DAGCombiner] Ensure we use the correct CC result type...
2018-06-28 Matt Davis[llvm-mca] Delete Pipeline's copy ctor and assignement...
2018-06-28 Simon Pilgrim[WebAssembly] Add getSetCCResultType placeholder overri...
2018-06-28 Jessica PaquetteRevert "[MachineOutliner] Add always and never options...
2018-06-28 Jessica PaquetteRevert "[MachineOutliner] Never add the outliner in...
2018-06-28 Jessica Paquette[MachineOutliner] Never add the outliner in -O0
2018-06-28 Matthias BraunSelectionDAGBuilder, mach-o: Skip trap after noreturn...
2018-06-28 Jessica Paquette[MachineOutliner] Add always and never options to ...
2018-06-28 Haojian WuRevert "[DAGCombiner] Ensure we use the correct CC...
2018-06-28 Simon Pilgrim[llvm-mca][x86] Add FMA4 resource tests
2018-06-28 Simon Pilgrim[llvm-mca][x86] Add 3dnow! resource tests
2018-06-28 Stanislav Mekhanoshin[AMDGPU] Early expansion of 32 bit udiv/urem
2018-06-28 Andrea Di Biagio[llvm-mca] Use a WriteRef to describe register writes...
2018-06-28 Stanislav Mekhanoshin[AMDGPU] Overload llvm.amdgcn.fmad.ftz to support f16
2018-06-28 John Brawn[PhiValues] Adjust unit test to invalidate instructions...
2018-06-28 Alexey Bataev[DEBUG_INFO, NVPTX] Add test for .debug_loc section...
2018-06-28 Jonas Devlieghere[dsymutil] Use UnitListTy consistently (NFC)
2018-06-28 John BrawnAdd a PhiValuesAnalysis pass to calculate the underlyin...
2018-06-28 Benjamin KramerRevert "Add support for generating a call graph profile...
2018-06-28 Sjoerd Meijer[ARM] Parallel DSP Pass
2018-06-28 Pavel LabathRevert "ADT: Move ArrayRef comparison operators into...
2018-06-28 Pavel LabathADT: Move ArrayRef comparison operators into the class
2018-06-28 Andrea Di Biagio[llvm-mca] Refactor method RegisterFile::collectWrites...
2018-06-28 Jesper AntonssonComment change to verify commit rights. NFC.
2018-06-28 Hans Wennborgs/TablesChecked/TableChecked/ after r335823
2018-06-28 Matt ArsenaultAMDGPU: Remove MFI::ABIArgOffset
2018-06-28 Matt ArsenaultAMDGPU: Error on calls from graphics shaders
2018-06-28 Matt ArsenaultAMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized...
2018-06-28 Matt ArsenaultAMDGPU: Fix assert on aggregate type kernel arguments
2018-06-28 Benjamin KramerUnify sorted asserts to use the existing atomic pattern
2018-06-28 Simon Pilgrim[DAGCombiner] Ensure we use the correct CC result type...
2018-06-28 Florian Hahn[SCCP] Mark CFG as preserved.
2018-06-28 Simon Pilgrim[DAGCombiner] Remove unused variable. NFCI.
2018-06-28 Max Kazantsev[IndVarSimplify] Ignore unreachable users of truncs
2018-06-28 Clement Courbet[llvm-exegesis] Add partial X87 support.
2018-06-28 Petar Jovanovic[DwarfDebug] Remove unused argument (NFC)
2018-06-28 Petr HosekSupport for multiarch runtimes layout
2018-06-28 Craig Topper[X86] Use PatFrag with hardcoded numbers for FROUND_NO_...
2018-06-28 Craig Topper[X86] Change how we prefer shift by immediate over...
next