OSDN Git Service

[StatepointLowering] Minor NFC cleanups
[android-x86/external-llvm.git] / lib /
2016-03-23 Sanjoy Das[StatepointLowering] Minor NFC cleanups
2016-03-23 Sanjoy Das[StatepointLowering] Minor nfc refactoring
2016-03-23 Sanjoy Das[StatepointLowering] Schedule gc relocates before uniqu...
2016-03-23 Tom StellardAMDGPU: Cache information about register pressure sets
2016-03-23 Junmo ParkMinor code cleanup. NFC.
2016-03-23 Davide Italiano[ModuleUtils] Use range-based loop. NFC.
2016-03-22 Joerg SonnenbergerTypo
2016-03-22 Justin BognerMC: Don't access the filesystem in MCContext's constructor
2016-03-22 Rafael EspindolaDrop comdats from the dst module if they are not selected.
2016-03-22 George Burgess IVKeep CodeGenPrepare from preserving the domtree.
2016-03-22 Matthias BraunRevert "Support arbitrary addrspace pointers in masked...
2016-03-22 Simon Pilgrim[SelectionDAG] Ensure constant folded legalized vector...
2016-03-22 Tim NorthoverCodeGen: check return types match when emitting tail...
2016-03-22 Adam Nemet[LoopVersioning] Relax an assert for LCSSA PHIs
2016-03-22 Sanjoy DasAllow lowering call sites with both funclets and deopt...
2016-03-22 Dan Gohman[WebAssembly] Implement the rotate instructions.
2016-03-22 Sanjoy DasAdd a hasOperandBundlesOtherThan helper, and use it...
2016-03-22 Simon Pilgrim[X86][SSE] Reapplied: Simplify vector LOAD + EXTEND...
2016-03-22 Daniel Sanders[mips] Make simm6 consistent with the rest. NFC.
2016-03-22 Daniel Sanders[mips] Range check simm7.
2016-03-22 Daniel Sanders[mips] Range check simm5.
2016-03-22 Daniel Sanders[mips] Range check vsplat_uimm[1234568].
2016-03-22 Daniel Sanders[mips] Range check uimm4_ptr, remove uimm6_ptr, and...
2016-03-22 Zinovy Nis[PATCH] Force LoopReroll to reset the loop trip count...
2016-03-22 Marina Yatsina[ELF][gcc compatibility]: support section names with...
2016-03-22 Mehdi AminiRename DenseMap::resize() into DenseMap::reserve()...
2016-03-22 Junmo ParkMinor code cleanup. NFC.
2016-03-22 Sanjoy DasAdd "first class" lowering for deopt operand bundles
2016-03-21 Mike Aizatsky[sancov] do not instrument nodes that are full pre...
2016-03-21 Nicolai HaehnleAMDGPU: Fix dangling references introduced by r263982
2016-03-21 Simon Pilgrim[InstCombine] Ensure all undef operands are handled...
2016-03-21 Duncan P. N. Exon... Fix -Wdocumentation warnings from r263853
2016-03-21 George Burgess IV[MemorySSA] Consider def-only BBs for live-in calculations.
2016-03-21 Nicolai HaehnleAMDGPU: Coding style fixes
2016-03-21 Nicolai HaehnleAMDGPU: Add SIWholeQuadMode pass
2016-03-21 Krzysztof Parzyszek[Hexagon] Add handling fixups and instruction relaxation
2016-03-21 Krzysztof Parzyszek[Hexagon] Properly encode registers in duplex instructions
2016-03-21 Krzysztof Parzyszek[Hexagon] Fix reserving emergency spill slots for regis...
2016-03-21 Dan Gohman[WebAssembly] Implement the eqz instructions.
2016-03-21 Chad Rosier[SLP] Remove unnecessary member variables by using...
2016-03-21 Tom StellardAMDGPU/SI: Fix threshold calculation for branching...
2016-03-21 Chad Rosier[AArch64] Add a helpful assert. NFC.
2016-03-21 Matt ArsenaultAMDGPU: Remove SignBitIsZero for mubuf scratch offsets
2016-03-21 Peter CollingbourneARM: Better codegen for 64-bit compares.
2016-03-21 Renato Golin[ARM] Add Cortex-A32 support
2016-03-21 Matt ArsenaultAPFloat: Add frexp
2016-03-21 Matt ArsenaultAMDGPU: Add frexp_mant intrinsic
2016-03-21 Matt ArsenaultImplement constant folding for bitreverse
2016-03-21 Chad Rosier[AArch64] Fix a -Wdocumentation warning. NFC.
2016-03-21 Silviu Baranga[IndVars] Fix PR26974: make sure replaceCongruentIVs...
2016-03-21 Silviu Baranga[DAGCombine] Catch the case where extract_vector_elt...
2016-03-20 Jingyue Wu[NVPTX] Adds a new address space inference pass.
2016-03-20 Simon Pilgrim[X86][SSE] Tidyup setTargetShuffleZeroElements to match...
2016-03-20 Simon Pilgrim[X86][SSE] Detect zeroable shuffle elements from differ...
2016-03-20 Igor BregerAVX512BW: Enable v32i1/v64i1 BUILD_VECTOR
2016-03-20 Craig TopperSuppress a -Wunused-variable warning in release builds.
2016-03-20 Michael KupersteinUse a range-based for loop. NFC.
2016-03-19 Mehdi AminiExpose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomi...
2016-03-19 Saleem AbdulrasoolCodeGen: use range based for loop
2016-03-19 David Majnemer[SimplifyLibCalls] Only consider sinpi/cospi functions...
2016-03-19 David Majnemer[InstCombine] Don't insert instructions before a catch...
2016-03-19 Mehdi AminiAdd a comment on partial hashing of Metadata
2016-03-19 Mehdi AminiHash Metadata using pointer for MDString argument inste...
2016-03-19 Mehdi AminiCompute some Debug Info Metadata hash key partially...
2016-03-19 Mehdi AminiRework linkInModule(), making it oblivious to ThinLTO
2016-03-18 Manman Ren[CXX_FAST_TLS] Fix issues in ARM.
2016-03-18 Manman Ren[CXX_FAST_TLS] Disable tail call when calling conventio...
2016-03-18 Manman Ren[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and...
2016-03-18 Duncan P. N. Exon... AArch64: Don't modify other modules in AArch64PromoteCo...
2016-03-18 Mike Aizatsky[sancov] clang-formatting SanitizerCoverage.cpp and...
2016-03-18 Chandler CarruthRevert "Revert "[sancov] specifying sanitizer coverage...
2016-03-18 Chandler Carruth[sancov] Fix the sancov pass to initialize itself insid...
2016-03-18 Alexei StarovoitovBPF: emit an error message for unsupported signed divis...
2016-03-18 Easwaran RamanInterface to get/set profile summary metadata to module
2016-03-18 Kostya Serebryany[libFuzzer] add a flag close_fd_mask so that we can...
2016-03-18 Matthias BraunMILexer: Add ErrorCallbackType typedef; NFC
2016-03-18 Sanjoy Das[IndVars] Make the fix for PR26973 more obvious; NFCI
2016-03-18 Sanjoy Das[IndVars] Pass the right loop to isLoopInvariantPredicate
2016-03-18 Mike AizatskyRevert "[sancov] specifying sanitizer coverage dependen...
2016-03-18 Nicolai HaehnleAMDGPU: add missing braces around multi-line if block
2016-03-18 Chad Rosier[AArch64] Enable more load clustering in the MI Scheduler.
2016-03-18 Reid Kleckner[codeview] Only emit function ids for inlined functions
2016-03-18 Colin LeMahieu[MCParser] Accept uppercase radix variants 0X and 0B
2016-03-18 Mike Aizatsky[sancov] specifying sanitizer coverage dependencies.
2016-03-18 Nicolai HaehnleAMDGPU: Overload return type of llvm.amdgcn.buffer...
2016-03-18 Nicolai HaehnleAMDGPU/SI: Add llvm.amdgcn.buffer.atomic.* intrinsics
2016-03-18 Nicolai HaehnleAMDGPU: use ComplexPattern for offsets in llvm.amdgcn...
2016-03-18 Sam Kolton[AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3
2016-03-18 Benjamin Kramer[Fuzzer] Guard no_sanitize_memory attributes behind...
2016-03-18 Ehsan Amiriadding another optimization opportunity to readme file
2016-03-18 Kostya Serebryany[libFuzzer] read corpus dirs recursively
2016-03-18 Adam Nemet[LoopDataPrefetch] Add TTI to limit the number of itera...
2016-03-18 Adam Nemet[LoopDataPrefetch/Aarch64] Allow selective prefetching...
2016-03-18 Adam Nemet[Aarch64] Add pass LoopDataPrefetch for Cyclone
2016-03-18 Kostya Serebryany[libFuzzer] improve -merge functionality
2016-03-17 Peter CollingbourneDebugInfo: Add ability to not emit DW_AT_vtable_elem_lo...
2016-03-17 Tim Shen[PPC, FastISel] Fix ordered/unordered fcmp
2016-03-17 Adam Nemet[LoopVectorize] Annotate versioned loop with noalias...
2016-03-17 Adam Nemet[LoopVersioning] Annotate versioned loop with noalias...
2016-03-17 Justin BognerBitcode: Error out instead of crashing on corrupt metadata
next