OSDN Git Service

android-x86/external-llvm.git
2018-06-14 Shoaib Meenai[cmake] Change ON/OFF to YES/NO. NFC
2018-06-14 Shoaib Meenai[cmake] Add linker detection for Apple platforms
2018-06-14 Eli FriedmanMake uitofp and sitofp defined on overflow.
2018-06-14 Lang Hames[ORC] Strip weak flags from a symbol once it is selecte...
2018-06-14 Matt Davis[llvm-mca] Clean up the header comment. NFC.
2018-06-14 Michael Bergeasing the constraint for isNegatibleForFree and GetNeg...
2018-06-14 Florian HahnRevert r334764, as it breaks some bots
2018-06-14 Florian Hahn[TableGen] Make TreePatternNode::getChild return a...
2018-06-14 George Burgess IV[MSSA] Print more optimization information
2018-06-14 Sanjay Patel[x86] be more selective about converting 'and' to shuff...
2018-06-14 Craig Topper[X86] Fix stale comment in folding tables.
2018-06-14 Tom StellardAMDGPU/GlobalISel: Implement select() for @llvm.amdgcn...
2018-06-14 Justin BognerRe-apply "[VirtRegRewriter] Avoid clobbering registers...
2018-06-14 Justin BognerRevert "[VirtRegRewriter] Avoid clobbering registers...
2018-06-14 Michael Bergupdating isNegatibleForFree and GetNegatedExpression...
2018-06-14 Sam Clegg[WebAssembly] Ignore explicit section names for functions
2018-06-14 Justin Bogner[VirtRegRewriter] Avoid clobbering registers when expan...
2018-06-14 Bruno Cardoso... [CMAKE] Honor CMAKE_OSX_SYSROOT to compute include...
2018-06-14 Sanjay Patel[x86] add tests for AVX1 FP logic op abuse (PR37749...
2018-06-14 Andrea Di Biagio[llvm-mca] Add tests for instructions that implicitly...
2018-06-14 Tomasz Krupa[X86] Lowering Mask Scalar intrinsics to native IR...
2018-06-14 Justin Lebar[SCEV] Fix a variable name, NFC.
2018-06-14 Justin Lebar[SCEV] Simplify zext/trunc idiom that appears when...
2018-06-14 Justin Lebar[SCEV] Simplify trunc-of-add/mul to add/mul-of-trunc...
2018-06-14 Justin Lebar[SCEV] Fix indentation and combine two if statements...
2018-06-14 Sam CleggRevert "[MC] Factor MCObjectStreamer::addFragmentAtoms...
2018-06-14 Tony Tye[AMDGPU] Document the AMDGPU LLVM attributes
2018-06-14 Bjorn PetterssonRevert rL334704: "[DebugInfo] Check size of variable...
2018-06-14 Nirav DaveAvoid unused variable in non-assert builds.
2018-06-14 Andrea Di Biagio[llvm-mca] Add another test for partial register stalls.
2018-06-14 Nirav Dave[DAG] Avoid needing to walk out legalization tables...
2018-06-14 Craig Topper[X86] Add more vector instructions to the memory foldin...
2018-06-14 Craig Topper[X86] Remove '128' from the internal name of some scala...
2018-06-14 Craig Topper[X86] Disable load unfolding for a bunch of instruction...
2018-06-14 Craig Topper[X86] Remove NotMemoryFoldable from some AVX/AVX512...
2018-06-14 Lang Hames[ORC] Filter out self-dependencies in VSO::addDependencies.
2018-06-14 Lang Hames[ORC] Assert that the query argument to VSO::lookup...
2018-06-14 Lang Hames[ORC] Add a WaitUntilReady argument to blockingLookup.
2018-06-14 Lang Hames[ORC] Strip the Materializing flag off finalized symbol...
2018-06-14 Simon Dardis[docs] Update CompilerWriterInfo.rst for MIPS
2018-06-14 Simon Pilgrim[EarlyCSE] Fix MSVC build. NFCI.
2018-06-14 Simon Pilgrim[CostModel][AArch64] Add cost tests for ALTERNATE/SELEC...
2018-06-14 Sam Clegg[MC] Move MCAssembler::dump into the correct cpp file...
2018-06-14 Paul Robinson[DWARFv5] Tolerate files not all having an MD5 checksum.
2018-06-14 Simon Dardis[mips] Correct predicates for MSA pseudo instructions
2018-06-14 Max Kazantsev[EarlyCSE] Propagate conditions of AND and OR instructions
2018-06-14 Florian Hahn[TableGen] Move some shared_ptrs to avoid unnecessary...
2018-06-14 Bjorn Pettersson[DebugInfo] Check size of variable in ConvertDebugDecla...
2018-06-14 Simon Pilgrim[SLPVectorizer] Remove RawInstructionsData/getMainOpcod...
2018-06-14 Simon Pilgrim[CostModel] Cleanup isSingleSourceVectorMask to match...
2018-06-14 Simon Pilgrim[CostModel] Recognise REVERSE shuffle mask if the eleme...
2018-06-14 Clement Courbet[llvm-exegesis] Use BenchmarkResult::Instructions inste...
2018-06-14 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-06-14 Craig Topper[x86] fix mappings of cvttp2si/cvttp2ui x86 intrinsics...
2018-06-14 Matt Davis[llvm-mca] Introduce the ExecuteStage (was originally...
2018-06-13 Tom StellardAMDGPU/GlobalISel: Implement select() for 32-bit G_FADD...
2018-06-13 Zachary TurnerRevert "Enable ThreadPool to queue tasks that return...
2018-06-13 Francis Visoiu... Reland: [Timers] Use the pass argument name for JSON...
2018-06-13 Florian Hahn[TableGen] Make getOnlyTree return a const ref (NFC)
2018-06-13 George KarpenkovUpdate comments of CheckedArithmetic API based on Phili...
2018-06-13 Reid Kleckner[WinASan] Don't instrument globals in sections containi...
2018-06-13 Francis Visoiu... Revert r334649 "[Timers] Use the pass argument name...
2018-06-13 Francis Visoiu... [Timers] Use the pass argument name for JSON keys in...
2018-06-13 Craig Topper[X86] Move RCPSSr_Int, RSQRTSSr_Int, SQRTSDr_Int, SQRTS...
2018-06-13 Zachary TurnerAdd missing #include.
2018-06-13 Zachary TurnerEnable ThreadPool to support tasks that return values.
2018-06-13 Stanislav Mekhanoshin[AMDGPU] Corrected computeKnownBits for V_PERM_B32
2018-06-13 George KarpenkovAdd checkMulAdd helper function to CheckedArithmetic
2018-06-13 George KarpenkovChange checked arithmetic functions API to return Optional
2018-06-13 Andrea Di Biagio[llvm-mca] Fixed a bug in the logic that checks if...
2018-06-13 Jordan Rose[CMake] Handle 'libtool' being at a path with spaces...
2018-06-13 Peter CollingbourneLTO: Keep file handles open for memory mapped files.
2018-06-13 Craig Topper[X86] Add one more intrinsic and test cases to avx512...
2018-06-13 Saleem AbdulrasoolIR: fix documentation markup
2018-06-13 Yaxun Liu[AMDGPU] Change enqueue kernel handle type
2018-06-13 Simon Pilgrim[CostModel][X86] Test showing failure to recognise...
2018-06-13 Dmitry Preobrazhensky[AMDGPU][MC] Enabled parsing of relocations on VALU...
2018-06-13 Simon Pilgrim[CostModel] Recognise BROADCAST shuffle mask if the...
2018-06-13 Andrea Di BiagioRevert: [llvm-mca] Flush the output stream before we...
2018-06-13 Simon Pilgrim[CostModel][X86] Test showing failure to recognise...
2018-06-13 Andrea Di Biagio[llvm-mca] Flush the output stream before we start...
2018-06-13 Dmitry Preobrazhensky[AMDGPU][MC][GFX8][GFX9] Allow LDS direct reads for...
2018-06-13 Sanjay Patel[DAGCombiner] remove hasOneUse() check from fadd consta...
2018-06-13 Tom StellardAMDGPU: Move isSDNodeSourceOfDivergence() implementatio...
2018-06-13 Sanjay Patel[x86] add test for fadd with more than one use; NFC
2018-06-13 Cameron McInally[FPEnv] Expand constrained FP operations
2018-06-13 Hans WennborgDo not enforce absolute path argv0 in windows
2018-06-13 Guillaume Chatelet[llvm-exegesis] Fix buildbot - power was using native...
2018-06-13 Guillaume Chatelet[llvm-exegesis] Fix failing assert when creating Snippe...
2018-06-13 Krzysztof ParzyszekRevert "Improve handling of COPY instructions with...
2018-06-13 Guillaume Chatelet[llvm-exegesis] Cleaner design without mutable data.
2018-06-13 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2018-06-13 Krzysztof ParzyszekImprove handling of COPY instructions with identical...
2018-06-13 Sanjay Patel[x86] eliminate even more sign-bit tests with vector...
2018-06-13 Alex Bradbury[RISCV] Add codegen support for atomic load/stores...
2018-06-13 Alex Bradbury[RISCV] Codegen support for atomic operations on RV32I
2018-06-13 Simon Pilgrim[SLPVectorizer] getSameOpcode - remove useless cast...
2018-06-13 Simon Pilgrim[SLPVectorizer] getSameOpcode - remove unusued alternat...
2018-06-13 Clement Courbet[TableGen] Emit a fatal error on inconsistencies in...
2018-06-13 Hans WennborgGettingStarted.rst: Fix 'If you you' typo (PR37787)
next