OSDN Git Service

[X86] Improved sched models for X86 BT*rr instructions.
[android-x86/external-llvm.git] / include /
2018-07-31 Amara Emerson[GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR...
2018-07-30 Craig Topper[DAGCombiner][TargetLowering] Pass a SmallVector instea...
2018-07-30 Lang Hames[ORC] Add SerializationTraits for std::set and std...
2018-07-30 Craig Topper[DAGCombiner][PowerPC][AArch64] Pass Created vector...
2018-07-30 Fangrui SongRemove trailing space
2018-07-30 Manoj Gupta[Inline] Copy "null-pointer-is-valid" attribute in...
2018-07-30 Jessica Paquette[MachineOutliner][AArch64] Add support for saving LR...
2018-07-30 John Brawn[BasicAA] Use PhiValuesAnalysis if available when handl...
2018-07-28 Craig Topper[SelectionDAG] Pass std::vector by reference instead...
2018-07-28 Matt ArsenaultDAG: Add calling convention argument to calling convent...
2018-07-28 Jakub Kuderski[Dominators] Make applyUpdate's documentation less...
2018-07-27 Fangrui Song[Support] Remove unnecessary MemoryBuffer::anchor ...
2018-07-27 Jessica Paquette[MachineOutliner] Exit getOutliningCandidateInfo when...
2018-07-27 Victor Leschuk[Support] Bring std::errc::not_supported to llvm::errc.
2018-07-27 Matt ArsenaultPatternMatch: Add wrappers for fabs and canonicalize
2018-07-27 Fangrui SongReplace LLVM_ALIGNAS with alignas as a follow-up of...
2018-07-26 Keno Fischer[SCEV] Add an expandAddToGEP overload for a single...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-26 Martin Storsjo[MC] Add support for the .rva assembler directive for...
2018-07-26 Alexey Bataev[DEBUGINFO, NVPTX] Emit correct debug information for...
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 Martin StorsjoRevert "[COFF] Use comdat shared constants for MinGW...
2018-07-26 Marco CastelluccioAllow users of the GCOV API to extend the FileInfo...
2018-07-26 Sjoerd Meijer[AArch64] Armv8.2-A: add the crypto extensions
2018-07-26 Victor Leschuk[Support] Introduce createStringError helper function
2018-07-26 Matthias BraunRegUsageInfo: Cleanup; NFC
2018-07-26 Matthias BraunInitializePasses: Sort declarations; NFC
2018-07-26 Matthias BraunCodeGen: Cleanup regmask construction; NFC
2018-07-25 Sanjay Patel[SelectionDAG] try to convert funnel shift directly...
2018-07-25 Florian HahnRevert r337904: [IPSCCP] Use PredicateInfo to propagate...
2018-07-25 Martin Storsjo[COFF] Use comdat shared constants for MinGW as well
2018-07-25 Andres FreundMove JIT listener C binding fallbackks to ExecutionEngi...
2018-07-25 Florian HahnRecommit r333268: [IPSCCP] Use PredicateInfo to propaga...
2018-07-25 Paul Semel[llvm-objdump] Add dynamic section printing to private...
2018-07-25 Chijun Sima[Dominators] Assert if there is modification to DelBB...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move target frame info into...
2018-07-24 Peter CollingbournePut "built-in" function definitions in global Used...
2018-07-24 Craig Topper[Inliner] Teach inliner to merge 'min-legal-vector...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Make Candidates own their call...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Sink some candidate logic into...
2018-07-24 Florian Hahn[PredicateInfo] Use custom mangling to support ssa_copy...
2018-07-24 Duncan P. N. Exon... ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
2018-07-24 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-24 Shiva ChenRevert "[DebugInfo] Generate DWARF debug information...
2018-07-24 Shiva Chen[DebugInfo] Generate DWARF debug information for labels.
2018-07-24 Andres FreundAdd PerfJITEventListener for perf profiling support.
2018-07-23 Wolfgang Pieb[DWARF v5] Refactor range lists dumping by using a...
2018-07-23 Martin Storsjo[MC] Add a separate flag for skipping comdat constant...
2018-07-23 George Burgess IV[DebugCounters] Keep track of total counts
2018-07-23 Sam McCall[Support] Add a UniqueStringSaver: like StringSaver...
2018-07-22 Xin Tong[ORE] Move loop invariant ORE checks outside the PM...
2018-07-21 Chen Zheng[InstrSimplify] fold sdiv if two operands are negated...
2018-07-21 Aaron Smith[DebugInfo] Add a new DI flag to record if a C++ record...
2018-07-21 Lang Hames[ORC] Re-apply r336760 with fixes.
2018-07-20 Lang HamesRe-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
2018-07-20 Martin Storsjo[COFF] Adjust how we flag weak externals
2018-07-20 Reid KlecknerRevert r337595 "[ORC] Add new symbol lookup methods...
2018-07-20 Lang Hames[ORC] Add new symbol lookup methods to ExecutionSession...
2018-07-20 Lang Hames[ORC] Simplify VSO::lookupFlags to return the flags...
2018-07-20 Lang Hames[ORC] Replace SymbolResolvers in the new ORC layers...
2018-07-20 Zachary TurnerFix linker failure with Any.
2018-07-20 Zachary TurnerAdd a Microsoft Demangler.
2018-07-20 Philip Pfaffe[Any] Fix a typo: didn't use the correct argument
2018-07-20 Alina Sbirlea[MemorySSA] Add API to update MemoryPhis, following...
2018-07-20 Zachary TurnerChange bool_constant to integral_constant.
2018-07-20 Zachary TurnerAdd llvm::Any.
2018-07-20 Pavel LabathDwarfDebug: Reduce duplication in addAccel*** methods
2018-07-20 Duncan P. N. Exon... Reapply "ADT: Shrink size of SmallVector by 8B on 64...
2018-07-20 Duncan P. N. Exon... Revert "ADT: Shrink size of SmallVector by 8B on 64...
2018-07-19 Duncan P. N. Exon... ADT: Shrink size of SmallVector by 8B on 64-bit platforms
2018-07-19 Reid KlecknerWork around bug in mingw-w64 GCC 8.1.0
2018-07-19 Teresa Johnson[ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTy...
2018-07-19 Serge GueltonUse std::reference_wrapper instead of llvm::ReferenceSt...
2018-07-18 Andrea Di Biagio[TargetInstPredicate] Add definition of CheckInvalidReg...
2018-07-18 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-17 Peter CollingbourneCodeGen: Add a target option for emitting .addrsig...
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-07-17 Zachary TurnerAdd some helper functions to the demangle utility classes.
2018-07-17 Florian HahnRevert rL337292 due to another MSVC STL problem.
2018-07-17 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-17 whitequark[LLVM-C] Add target triple normalization to the C API.
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-16 Sanjay Patel[Intrinsics] define funnel shift IR intrinsics + DAG...
2018-07-16 Fangrui Song[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 Roman Lebedev[X86][AArch64][DAGCombine] Unfold 'check for [no] signe...
2018-07-16 Jonas Devlieghere[AccelTable] Provide DWARF5AccelTableStaticData for...
2018-07-16 Alexandros Lamprineas[MemorySSAUpdater] Remove deleted trivial Phis from...
2018-07-16 Michael J. SpencerRecommit r335794 "Add support for generating a call...
2018-07-15 Andrea Di Biagio[llvm-mca][BtVer2] teach how to identify false dependen...
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Ensure we always select the same...
2018-07-13 Vedant KumarFix comments which mixed up 'before' and 'after', NFC
2018-07-13 Vedant KumarClarify wording of a doxygen comment, NFC
2018-07-13 Teresa Johnson[ThinLTO] Ensure we always select the same function...
2018-07-13 Vlad Tsyrklevich[LowerTypeTests] Limit when icall jumptable entries...
2018-07-13 Jonas Devlieghere[dwarfdump] Add pretty printer for accelerator table...
2018-07-13 Evgeniy StepanovRevert "CallGraphSCCPass: iterate over all functions."
2018-07-13 Joel Galenson[cfi-verify] Support AArch64.
2018-07-13 Ulrich Weigand[TableGen] Support multi-alternative pattern fragments
2018-07-13 Chandler Carruth[SLH] Introduce a new pass to do Speculative Load Harde...
next