OSDN Git Service

android: shared_llvm.mk: add libLLVMOrcJIT to llvm_device_static_libraries
[android-x86/external-llvm.git] / include /
2020-03-24 Qiang Yunow mesa can be compiled
2019-09-09 Hans WennborgMerging r371262:
2019-09-05 Hans WennborgMerging r370720 and r370721:
2019-08-30 Hans WennborgMerging r370355:
2019-08-22 Hans WennborgMerging r369095:
2019-08-13 Hans WennborgMerging r368477:
2019-08-12 Hans WennborgMerging r368230:
2019-08-09 Hans WennborgMerging r367750:
2019-08-05 Hans WennborgMerging r367662:
2019-08-01 Hans WennborgMerging r367417:
2019-07-31 Hans WennborgMerging r367124, r367292, r367394, r367396, and r367398.
2019-07-22 Hans WennborgMerging r366481:
2019-07-18 Alex Bradbury[DWARF][RISCV] Add support for RISC-V relocations neede...
2019-07-17 Nilanjana BasuChanges to display code view debug info type records...
2019-07-17 Nico Weberllvm-pdbdump: Fix several smaller issues with injected...
2019-07-17 Matt ArsenaultAMDGPU: Set inaccessiblememonly on sendmsg intrinsics
2019-07-17 Peter Collingbournehwasan: Initialize the pass only once.
2019-07-17 Nilanjana BasuAdding inline comments to code view type record directi...
2019-07-17 Matt ArsenaultGlobalISel: Handle widenScalar of arbitrary G_MERGE_VAL...
2019-07-17 Evgeniy StepanovBasic codegen for MTE stack tagging.
2019-07-17 Momchil VelikovRevert [AArch64] Add support for Transactional Memory...
2019-07-17 Daniil Fukalov[AMDGPU] Tune inlining parameters for AMDGPU target
2019-07-17 Lang Hames[ORC] Add deprecation warnings to ORCv1 layers and...
2019-07-17 Hideto Ueno[Attributor] Deduce "willreturn" function attribute
2019-07-17 Alex Bradbury[AsmPrinter] Make the encoding of call sites in .gcc_ex...
2019-07-17 Matt ArsenaultMips: Remove immarg from copy and insert intrinsics
2019-07-17 Momchil Velikov[AArch64] Add support for Transactional Memory Extensio...
2019-07-17 Serguei Katkov[LoopInfo] Fix getUniqueNonLatchExitBlocks
2019-07-16 Matt ArsenaultARM: Fix missing immarg for space intrinsic
2019-07-16 Matt ArsenaultGlobalISel: Add overload of handleAssignments with...
2019-07-16 Guanzhong Chen[WebAssembly] Implement thread-local storage (local...
2019-07-16 Matt ArsenaultAMDGPU: Partially revert r366250
2019-07-16 Matt ArsenaultAMDGPU: Fix some missing GCCBuiltin declarations
2019-07-16 Nico WeberTeach `llvm-pdbutil pretty -native` about `-injected...
2019-07-16 Matt ArsenaultAMDGPU: Fix missing immarg for mfma intrinsics
2019-07-16 Francis Visoiu Mistrih[Remarks] Simplify and refactor the RemarkParser interface
2019-07-16 Francis Visoiu Mistrih[Remarks][NFC] Combine ParserFormat and SerializerFormat
2019-07-16 George Rimar[Object/llvm-readelf/llvm-readobj] - Improve error...
2019-07-16 Kyrylo Tkachov[AArch64] Implement __jcvt intrinsic from Armv8.3-A
2019-07-16 Igor Kudrin[DWARF] Simplify DWARFAttribute. NFC.
2019-07-16 Rui UeyamaFix parameter name comments using clang-tidy. NFC.
2019-07-16 Jonas DevlieghereRe-land "[DebugInfo] Move function from line table...
2019-07-16 Jonas DevlieghereRevert "[DebugInfo] Move function from line table to...
2019-07-16 Jonas Devlieghere[DebugInfo] Move function from line table to the prolog...
2019-07-15 Leonard ChanRevert "[NewPM] Port Sancov"
2019-07-15 Heejin Ahn[WebAssembly] Rename except_ref type to exnref
2019-07-15 Matt ArsenaultTableGen: Add address space to matchers
2019-07-15 Evgeniy StepanovARM MTE stack sanitizer.
2019-07-15 Matt ArsenaultAMDGPU: Fix missing immarg from interp intrinsics
2019-07-15 Thomas Preud'homme[FileCheck] Store line numbers as optional values
2019-07-15 Konstantin ZhuravlyovAMDGPU: Remove reserved value accidentally left in...
2019-07-15 Matt ArsenaultAMDGPU: Add 24-bit mul intrinsics
2019-07-15 Ilya BiryukovRevert "r366069: [PatternMatch] Implement matching...
2019-07-15 Dmitry Venikov[PatternMatch] Implement matching code for LibFunc
2019-07-15 Nico WeberPDB HashTable: Make iterator key type const
2019-07-15 George RimarRecommit r366052 "[obj2yaml] - Rework tool's error...
2019-07-15 George RimarRevert r366052 "[obj2yaml] - Rework tool's error report...
2019-07-15 George Rimar[obj2yaml] - Rework tool's error reporting logic for...
2019-07-15 Hideto Ueno[Attributor] Deduce "nonnull" attribute
2019-07-15 Serguei Katkov[LoopInfo] Introduce getUniqueNonLatchExitBlocks utilit...
2019-07-14 Alexandros Lamprineas[TargetParser][ARM] Account dependencies when processin...
2019-07-14 Alexandros Lamprineas[clang][Driver][ARM] Favor -mfpu over default CPU features
2019-07-14 Simon Pilgrim[Hashing] hash_1to3_bytes - avoid trunc(v + zext(x...
2019-07-14 Florian Hahn[BitcodeReader] Use tighter upper bound to validate...
2019-07-14 Simon PilgrimVirtRegMap - add missing initializers. NFCI.
2019-07-14 Simon PilgrimSlotIndexes - add missing initializer. NFCI.
2019-07-14 Simon Pilgrim[MachineOutliner] Add missing initializers for Outlined...
2019-07-13 Johannes Doerfert[Attributor][Fix] Never override given argument numbers
2019-07-13 Thomas Preud'hommeFileCheck [7/12]: Arbitrary long numeric expressions
2019-07-13 Johannes Doerfert[Attributor][NFC] Run clang-format on the attributor...
2019-07-13 Johannes Doerfert[Attributor] Only return attributes with a valid state
2019-07-13 Johannes Doerfert[Attributor][FIX] Lookup of (call site) argument attributes
2019-07-12 Nico WeberPDB HashTable: Move TraitsT from class parameter to...
2019-07-12 Stanislav Mekhanoshin[AMDGPU] use v32f32 for 3 mfma intrinsics
2019-07-12 Alina Sbirlea[MemorySSA] Use SetVector to avoid nondeterminism.
2019-07-12 Nico WeberSlightly simplify MappedBlockStream::createIndexedStrea...
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-07-12 Stefan Stipanovic[Attributor] Removing unnecessary `virtual` keywords.
2019-07-12 Fangrui Song[Support] Move the static initializer install_out_memor...
2019-07-12 Artem BelevichMinor cleanup.
2019-07-12 Jordan RoseSupport for dumping current PrettyStackTrace on SIGINFO...
2019-07-12 Djordje TodorovicRevert "[DwarfDebug] Dump call site debug info"
2019-07-12 George Rimar[Object/ELF] - Improve error reporting for notes.
2019-07-12 Stanislav Mekhanoshin[AMDGPU] Fixed comment. NFC.
2019-07-12 Fangrui Song[YAMLIO] Remove trailing spaces when outputting maps
2019-07-11 Leonard Chan[NewPM] Port Sancov
2019-07-11 Stefan Stipanovic[Attributor] Deduce "nosync" function attribute.
2019-07-11 Benjamin Kramer[NVPTX] Remove now unused atomic.load.add.f32 intrinsics
2019-07-11 Nico WeberFix a few 'no newline at end of file' warnings that...
2019-07-11 Matt ArsenaultFix missing C++ mode comment
2019-07-11 George RimarRevert r365775 - "[Object/ELF] - Improve error reportin...
2019-07-11 George Rimar[Object/ELF] - Improve error reporting for notes.
2019-07-11 Tim NorthoverInstructionSimplify: Simplify InstructionSimplify....
2019-07-11 George Rimar[yaml2obj] - Allow overriding the sh_size field.
2019-07-11 Fangrui Song[llvm-objcopy] Don't change permissions of non-regular...
2019-07-11 Haojian WuRevert Recommit "[CommandLine] Remove OptionCategory...
2019-07-11 Johannes DoerfertReplace three "strip & accumulate" implementations...
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
2019-07-10 Vitaly BukaNFC: Pass DataLayout into isBytewiseValue
2019-07-10 David Tenty[NFC]Fix IR/MC depency issue for function descriptor...
next