OSDN Git Service

[WebAssembly] Remove an extra ';' at the end of a namespace
[android-x86/external-llvm.git] / include /
2018-06-19 Heejin Ahn[WebAssembly] Remove an extra ';' at the end of a namespace
2018-06-19 Heejin Ahn[WebAssembly] Add WasmEHFuncInfo for unwind destination...
2018-06-18 Michael Berg[NFC] make MIFlag accessor functions consistant with...
2018-06-18 Lang Hames[ORC] Add an initial implementation of a replacement...
2018-06-18 Sander de Smalen[TableGen][AsmMatcherEmitter] Allow tied operands of...
2018-06-17 Lang Hames[ORC] Only notify queries that they are resolved/ready...
2018-06-16 Florian Hahn[Dominators] Change getNode parameter type to const...
2018-06-16 Benjamin KramerFix namespaces. No functionality change.
2018-06-16 Florian HahnRevert r334887, as GCC 4.8 does not have is_trivially_c...
2018-06-16 Florian Hahn [SmallSet] Avoid using is_trivially_XXX<>::value which...
2018-06-16 Florian Hahn[SmallSet] Add SmallSetIterator.
2018-06-16 Justin LebarRevert "[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV...
2018-06-15 Justin Lebar[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV.
2018-06-15 Daniel Sanders[globalisel][tablegen] Add support for C++ predicates...
2018-06-15 Cameron McInally[FPEnv] Expand constrained FP POWI
2018-06-15 Sean Fertile[PowerPC] Add support for high and higha symbol modifie...
2018-06-15 Sean Fertile[PPC64] Support "symbol@high" and "symbol@higha" symbol...
2018-06-15 Tomasz Krupa[X86] Lowering sqrt intrinsics to native IR
2018-06-15 Paul Semel[llvm-readobj] Add -string-dump (-p) option
2018-06-15 Bjorn PetterssonRe-apply "[DebugInfo] Check size of variable in Convert...
2018-06-15 Peter Smith[MC] Move bundling and MCSubtargetInfo to MCEncodedFrag...
2018-06-14 George Burgess IV[MSSA] Print more optimization information
2018-06-14 Tomasz Krupa[X86] Lowering Mask Scalar intrinsics to native IR...
2018-06-14 Sam CleggRevert "[MC] Factor MCObjectStreamer::addFragmentAtoms...
2018-06-14 Bjorn PetterssonRevert rL334704: "[DebugInfo] Check size of variable...
2018-06-14 Lang Hames[ORC] Add a WaitUntilReady argument to blockingLookup.
2018-06-14 Paul Robinson[DWARFv5] Tolerate files not all having an MD5 checksum.
2018-06-14 Bjorn Pettersson[DebugInfo] Check size of variable in ConvertDebugDecla...
2018-06-13 Zachary TurnerRevert "Enable ThreadPool to queue tasks that return...
2018-06-13 George KarpenkovUpdate comments of CheckedArithmetic API based on Phili...
2018-06-13 Zachary TurnerAdd missing #include.
2018-06-13 Zachary TurnerEnable ThreadPool to support tasks that return values.
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 Peter CollingbourneLTO: Keep file handles open for memory mapped files.
2018-06-13 Saleem AbdulrasoolIR: fix documentation markup
2018-06-13 Clement Courbet[TableGen] Emit a fatal error on inconsistencies in...
2018-06-13 Pavel Labath[DWARF/AccelTable] Remove getDIESectionOffset for DWARF...
2018-06-13 Craig Topper[X86] Remove masking from avx512vbmi2 concat and shift...
2018-06-12 Raphael IsemannAdded missing include to AMDHSAKernelDescriptor.h
2018-06-12 Lang Hames[ORC] Add a fallback definition generator for VSOs.
2018-06-12 Lang Hames[ORC] Refactor blocking lookup logic into the blockingL...
2018-06-12 Reid Kleckner[MS][ARM64] Hoist __ImageBase handling into TargetLower...
2018-06-12 Roman Tereshin[MIR][MachineCSE] Implementing proper MachineInstr...
2018-06-12 Konstantin ZhuravlyovAMDHSA: Code object v3 updates
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-12 Simon Pilgrim[CostModel] Replace ShuffleKind::SK_Alternate with...
2018-06-12 Paul Robinson[DWARFv5] llvm-mc -dwarf-version does not imply -g.
2018-06-12 Wei Mi[NFC] Change sample profile format enum name SPF_Raw_Bi...
2018-06-11 Wei MiFix a buildbot error reported by sanitizer-x86_64-linux...
2018-06-11 Wei MiFix a warning reported by clang but not by gcc.
2018-06-11 Wei Mi[SampleFDO] Add a new compact binary format for sample...
2018-06-11 Konstantin ZhuravlyovAMDGPU: Add 64-bit relative variant kind
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
2018-06-11 Craig Topper[X86] Remove masking from dbpsadbw intrinsics, use...
2018-06-11 Craig Topper[X86] Remove and autoupgrade the expandload and compres...
2018-06-10 Zachary TurnerAttempt 3: Resubmit "[Support] Expose flattenWindowsCom...
2018-06-10 Craig Topper[X86] Remove GCCBuiltin from some intrinsics so we...
2018-06-10 Ivan A. Kosarev[NEON] Support VST1xN intrinsics in AArch32 mode (LLVM...
2018-06-10 Craig Topper[X86] Remove masking from the 512-bit masked floating...
2018-06-10 Fangrui SongCleanup. NFC
2018-06-10 Zachary TurnerRevert "Resubmit "[Support] Expose flattenWindowsComman...
2018-06-10 Zachary TurnerResubmit "[Support] Expose flattenWindowsCommandLine."
2018-06-09 Zachary TurnerRevert "[Support] Expose flattenWindowsCommandLine."
2018-06-09 Zachary Turner[Support] Expose flattenWindowsCommandLine.
2018-06-09 Serge PavlovUse uniform mechanism for OOM errors handling
2018-06-08 Craig Topper[X86] Remove GCCBuiltin from some intrinsics so we...
2018-06-08 Krzysztof Parzyszek[SCEV] Look through zero-extends in howFarToZero
2018-06-08 Zachary TurnerClean up some code in Program.
2018-06-08 Zachary TurnerAdd a file open flag that disables O_CLOEXEC.
2018-06-08 Simon PilgrimFix Wdocumentation warning for unknown param. NFCI.
2018-06-08 Henry Wong[ADT] Add `StringRef::rsplit(StringRef Separator)`.
2018-06-07 Gabor BuellaNFC Fix a comment in ValueTypes.td
2018-06-07 Zachary TurnerExpose a single global file open function.
2018-06-07 Michael Bergpropagate fast math flags via IR on fma and sub expressions
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-06-07 Paul Semel[llvm-objdump] Add -R option
2018-06-07 Karl-Johan Karlsson[BranchFolding] Fix live-in's when hoisting code
2018-06-07 Peter CollingbourneAdd definition for ELF dynamic tag DT_SYMTAB_SHNDX.
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-06-06 Evandro Menezes[AArch64, ARM] Add support for Samsung Exynos M4
2018-06-06 Teresa Johnson[ThinLTO] Make ValueInfo operator!= consistent with...
2018-06-06 Petar JovanovicChange TII isCopyInstr way of returning arguments(NFC)
2018-06-06 Peter Smith[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and...
2018-06-05 Sanjay Patel[CodeGen] assume max/default throughput for unspecified...
2018-06-05 Zachary Turner[FileSystem] Remove OpenFlags param from several functions.
2018-06-05 Fangrui SongRemove a self-referencing #include
2018-06-05 Nirav Dave[MC][X86] Allow assembler variable assignment to regist...
2018-06-04 David BlaikieMove Compiler.h from Demangle back to Support
2018-06-04 David BlaikieAdd missing header
2018-06-04 David BlaikieMove Analysis/Utils/Local.h back to Transforms
2018-06-04 Jessica Paquette[MachineOutliner] NFC - Move intermediate data structur...
2018-06-04 Zachary Turner[Support] Add functions that operate on native file...
2018-06-04 Teresa JohnsonFix for llvm-dis/llvm-bcanalyzer overflows
2018-06-04 Amaury SechetGet rid of SETCCE
2018-06-04 Dmitry MikulinIn thin and full LTO + CFI, direct function calls may...
2018-06-04 Alexander Ivchenko[llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND...
2018-06-04 Nicolai HaehnleTableGen: Streamline the semantics of NAME
2018-06-04 Vedant Kumar[Debugify] Don't apply DI before the bitcode writer...
2018-06-03 Craig Topper[X86] Remove and autoupgrade masked avx512vnni intrinsi...
next