OSDN Git Service

Take code ownership of LLVM bitcode.
[android-x86/external-llvm.git] / include /
2017-01-29 David Majnemer[Target] Add NoSignedZerosFPMath to the TargetOptions...
2017-01-29 Lang Hames[Orc][RPC] Remove a couple of redundant calls to abando...
2017-01-28 Mohammad Shahid[SLP] Vectorize loads of consecutive memory accesses...
2017-01-28 Arpith Chacko Jacob[NVPTX] Add intrinsics to support named barriers.
2017-01-28 Lang Hames[Orc][RPC] Unlock message send/receive locks on failure.
2017-01-28 Daniel BerlinMemorySSA: Allow movement to arbitrary places
2017-01-28 Quentin Colombet[RegisterBankInfo] Emit proper type for remapped registers.
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-28 Daniel BerlinMemorySSA: Move updater to its own file
2017-01-28 Daniel BerlinIntroduce a basic MemorySSA updater, that supports...
2017-01-28 Quentin Colombet[RegisterCoalescing] Recommit the patch "Remove partial...
2017-01-27 Peter CollingbourneAnalysis: Add appropriate const qualification to functi...
2017-01-27 Mehdi AminiGlobal DCE performance improvement
2017-01-27 Matthias BraunScheduleDAGInstrs: Cleanup toggleKillFlag(); NFC
2017-01-27 Matthias BraunScheduleDAGInstrs: Cleanup; NFC
2017-01-27 Tim Shen[APFloat] Reduce some dispatch boilerplates. NFC.
2017-01-27 Chandler Carruth[PM] Port LoopLoadElimination to the new pass manager...
2017-01-27 Adrian McCarthyNFC: Rename PDB_ReaderType::Raw to Native for consiste...
2017-01-26 Tim NorthoverGlobalISel: support debug intrinsics.
2017-01-26 Andrew KaylorAdd intrinsics for constrained floating point operations
2017-01-26 Sean Fertile[PPC] cleanup of mayLoad/mayStore flags and memory...
2017-01-26 Stanislav MekhanoshinReplace addEarlyAsPossiblePasses callback with adjustPa...
2017-01-26 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-01-26 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-01-26 Craig Topper[TargetTransformInfo] Add override keywords to suppores...
2017-01-26 Jonas Paulsson[TargetTransformInfo] Refactor and improve getScalariz...
2017-01-26 Adam Nemet[OptDiag] Predicates to check the same type of IR and...
2017-01-26 Chandler Carruth[PM] Simplify the new PM interface to the loop unroller...
2017-01-26 Chandler Carruth[Loops] Restructure the LoopInfo verify function so...
2017-01-26 Tim Shen[APFloat] Fix comments. NFC.
2017-01-25 Adam NemetNew OptimizationRemarkEmitter pass for MIR
2017-01-25 Adam Nemet[OptDiag] Split code region out of DiagnosticInfoOptimi...
2017-01-25 Adrian McCarthyNFC: Rename (PDB) RawSession to NativeSession
2017-01-25 Zachary Turner[pdb] Correctly parse the hash adjusters table from...
2017-01-25 Daniel BerlinMemorySSA: Link all defs together into an intrusive...
2017-01-25 Krzysztof ParzyszekAdd iterator_range<regclass_iterator> to {Target,MC...
2017-01-25 Krzysztof ParzyszekAdd loop pass insertion point EP_LateLoopOptimizations
2017-01-25 Artur Pilipenko[Guards] Introduce loop-predication pass
2017-01-25 Artur PilipenkoNFC. Make ScalarEvolution::isMonotonicPredicate public
2017-01-25 Matt ArsenaultDAG: Recognize no-signed-zeros-fp-math attribute
2017-01-25 Matt ArsenaultDAGCombiner: Allow negating ConstantFP after legalize
2017-01-25 NAKAMURA TakumiRewind instantiations of OuterAnalysisManagerProxy...
2017-01-25 Ahmed Bougacha[GlobalISel] Generate selector for more integer binop...
2017-01-25 Ahmed Bougacha[GlobalISel] Rename TargetGlobalISel.td to GISel/Select...
2017-01-25 Tom StellardAMDGPU add support for spilling to a user sgpr pointed...
2017-01-24 Jonas PaulssonImprove comment for ISD::EXTRACT_VECTOR_ELT
2017-01-24 Chandler Carruth[PH] Replace uses of AssertingVH from members of analys...
2017-01-24 Chandler Carruth[PM] Introduce a PoisoningVH as a (more expensive)...
2017-01-24 Pavel Labath[Support] Add sys::fs::set_current_path() (aka chdir)
2017-01-24 Lang Hames[Orc][RPC] Refactor ParallelCallGroup to decouple it...
2017-01-24 Serge PavlovMake VerifyDomInfo and VerifyLoopInfo global variables
2017-01-24 Lang Hames[Orc][RPC] Refactor some common remote-function-id...
2017-01-24 Dean Michael BerrisAllow DenseSet::iterators to be conveted to and compare...
2017-01-23 Matt ArsenaultSimplifyLibCalls: Replace more unary libcalls with...
2017-01-23 Dehao ChenMakes promoteIndirectCall an external function.
2017-01-23 David L. Jones[Analysis] Add LibFunc_ prefix to enums in TargetLibrar...
2017-01-23 Tim Shen[APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble...
2017-01-23 Kevin EnderbyAdd support for the x86_thread_state32_t and
2017-01-23 Steven WuAdd LC_BUILD_VERSION load command
2017-01-23 Chandler Carruth[PM] Teach LVI to correctly invalidate itself when...
2017-01-22 Chandler Carruth[PM] Improve the debug logging to always include the...
2017-01-22 Craig Topper[IR] Add LLVM_READONLY to BasicBlock::getTerminator.
2017-01-22 Craig Topper[IR] Use const_cast to reuse the const version of two...
2017-01-21 Lang Hames[Orc][RPC] Add 'removeHandler' and 'clearHandlers'...
2017-01-21 Chandler Carruth[PM] Teach the loop PM to run LoopSimplify prior to...
2017-01-21 Matthias BraunLiveRegUnits: Add accumulateBackward() function
2017-01-21 Xin TongFix Grammar. NFCI.
2017-01-21 Justin Lebar[NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM...
2017-01-21 Justin Lebar[ValueTracking] Clarify comments on CannotBeOrderedLess...
2017-01-21 Tim Shen[APFloat] Add asserts and descriptions. NFC.
2017-01-20 Dehao ChenAdd indirect call promotion to SamplePGO
2017-01-20 Easwaran RamanImprove PGO support for the new inliner
2017-01-20 Zachary Turner[pdb] Write the Named Stream mapping to Yaml and binary.
2017-01-20 Zachary Turner[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.
2017-01-20 Zachary Turner[PDB] Rename some files to be more intuitive.
2017-01-20 Peter CollingbourneIPO, LTO: Plumb the summary from the LTO API into the...
2017-01-20 Daniel BerlinNewGVN: Fix PR 31686 and PR 31698 by rewriting store...
2017-01-20 Chris Bieneman[DWARF] [ObjectYAML] Adding APIs for unittesting
2017-01-20 Petar Jovanovic[mips] Fix debug information for __thread variable
2017-01-20 Chandler Carruth[PM] Port LoopSink to the new pass manager.
2017-01-20 Jonas Paulsson[TargetLowering] Improve comment for setOperationAction().
2017-01-20 Matthias BraunBitVector: Fix undefined behaviour
2017-01-20 Matthias BraunRevert "LiveRegUnits: Add accumulateBackward() function"
2017-01-20 Chandler Carruth[LoopInfo] Add helper methods to compute two useful...
2017-01-20 Stanislav Mekhanoshin[AMDGPU] Prevent spills before exec mask is restored
2017-01-20 Anna Thomas[AliasAnalysis] Fences do not modify constant memory...
2017-01-20 Matthias BraunLiveRegUnits: Add accumulateBackward() function
2017-01-20 Matthias BraunCodeGen: Add/Factor out LiveRegUnits class; NFCI
2017-01-19 Zachary TurnerFix a few more build errors.
2017-01-19 Zachary Turner[pdb] Add HashTable data structure.
2017-01-19 Chad Rosier[Assembler] Improve error when unable to evaluate expre...
2017-01-19 Easwaran RamanAdd an interface to scale the frequencies of a set...
2017-01-19 Kevin EnderbyAdd support for the new LC_NOTE load command.
2017-01-19 Daniel SandersRe-commit: [globalisel] Tablegen-erate current Register...
2017-01-19 Peter CollingbourneLowerTypeTests: Implement exporting of type identifiers.
2017-01-19 Dehao ChenAdd -debug-info-for-profiling to emit more debug info...
2017-01-19 Matthias BraunLiveIntervalAnalysis: Cleanup; NFC
2017-01-18 Eli FriedmanPreserve domtree and loop-simplify for runtime unrolling.
2017-01-18 Justin BognerGlobalISel: Correct copy-pasted comment. NFC
2017-01-18 Sam Parker[ARM] Create SubtargetFeatures from build attrs
next