OSDN Git Service

Revert r328386 "[X86] Fix Windows `i1 zeroext` conventions to use i8 instead of i32"
[android-x86/external-llvm.git] / include /
2018-03-25 Sanjay Patel[PatternMatch] allow undef elements when matching vecto...
2018-03-24 Eric FiselierFix module.modulemap after r328395
2018-03-24 Craig Topper[X86] Add a new disassembler opcode map for 3DNow....
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-23 David BlaikieFix layering of CodeGen/TargetOpcodes.def by moving...
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-23 David BlaikieFix layering by moving Support/CodeGenCWrappers.h to...
2018-03-23 David BlaikieFix layering by moving X86DisassemblerDecoderCommon...
2018-03-23 David BlaikieMove TargetLoweringObjectFile from CodeGen to Target...
2018-03-23 David BlaikieFix Layering, move instrumentation transform headers...
2018-03-23 Zachary Turner[PDB] Resubmit "Support embedding natvis files in PDBs."
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-23 Zachary Turner[PDB] Make our PDBs look more like MS PDBs.
2018-03-23 Jordan RoseDelete the copy constructor for llvm::yaml::Node
2018-03-23 Zaara SyedaRe-commit: [MachineLICM] Add functions to MachineLICM...
2018-03-23 Daniel NeilsonRemove the deprecated single-alignment IRBuilder API...
2018-03-23 Daniel NeilsonRemove deprecated MemIntrinsic methods (NFC)
2018-03-22 Fangrui Song[Support/Parallel] Use lock_guard which has less overhe...
2018-03-22 David BlaikieMove SampleProfile.h into IPO along with the rest of...
2018-03-22 David BlaikieFix layering between SCCP and IPO SCCP
2018-03-22 Mircea TrofinRevert "Revert "[InstrProf] Support for external functi...
2018-03-22 Jun Bum Lim[CodeGen] Add a new pass for PostRA sink
2018-03-22 Nirav Dave[DAG, X86] Fix ISel-time node insertion ids
2018-03-22 Zachary Turner[Codeview/PDB] Rename some methods for clarity.
2018-03-22 Matt Morehouse[SimplifyCFG] Create attribute for fuzzing-specific...
2018-03-22 Alexey Bataev[DWARF] Add EmitDwarfOffset function, NFC.
2018-03-22 Benjamin KramerRevert "[InstrProf] Support for external functions...
2018-03-22 Sanjay Patel[MC] fix documentation comments; NFC
2018-03-22 Pavel LabathDWARFVerifier: verify debug_names abbreviation table
2018-03-22 Jonas DevlieghereAdd vendor specific calling convention to DWARF
2018-03-22 Florian Hahn[CloneFunction] Preserve DT in DuplicateInstructionsInS...
2018-03-22 Aaron Smith[DIA] Add IPDBSectionContrib interfaces and DIA impleme...
2018-03-21 David BlaikieFix a couple of layering violations in Transforms
2018-03-21 Mircea Trofin[InstrProf] Encapsulates access to AddrToMD5Map.
2018-03-21 Artem Belevich[NVPTX] Make tensor shape part of WMMA intrinsic's...
2018-03-21 Reid Kleckner[PDB] Remove unused private variable, re-applying r3279...
2018-03-21 Rafael EspindolaHandle abbr_offset with relocations.
2018-03-21 David BlaikieSink Analysis/ObjectUtil(canBeOmittedFromSymbolTable...
2018-03-21 Mircea Trofin[InstrProf] Support for external functions in text...
2018-03-21 David BlaikieReapply Support layering fixes.
2018-03-21 David BlaikieAdd missing #includes to Analysis/MustExecute.h
2018-03-21 Nicolai HaehnleTableGen: Streamline how defs are instantiated
2018-03-21 Alexander RichardsonChange DT_* value definitions to macros in a separate...
2018-03-21 Jonas DevlieghereRevert "Move DataTypes.h from Support to llvm-c to...
2018-03-21 Pavel LabathFix build broken by r328090
2018-03-21 Pavel Labath[dwarf] Unify unknown dwarf enum formatting code
2018-03-21 Jonas DevlieghereRevert layering changes
2018-03-21 George Rimar[llvm-readobj] - Teach llvm-readobj to dump .note.gnu...
2018-03-21 David BlaikieFix the actual user of DataTypes.h in llvm-c to avoid...
2018-03-21 David BlaikieMove Compiler.h from Support to Demangler to fix layering.
2018-03-21 David BlaikieMove DataTypes.h from Support to llvm-c to fix layering.
2018-03-20 Philip Reames[MustExecute] Shwo the effect of using full loop info...
2018-03-20 Philip Reames[MustExecute] Move isGuaranteedToExecute and related...
2018-03-20 Craig Topper[ReachingDefAnalysis] Fix what I assume to be a typo...
2018-03-20 Krzysztof Parzyszek[X86] Add phony registers for high halves of regs with...
2018-03-20 Zachary TurnerRevert "Resubmit "Support embedding natvis files in...
2018-03-20 Artem Belevich[NVPTX] Make tensor load/store intrinsics overloaded.
2018-03-20 Philip ReamesAdd an analysis printer for must execute reasoning
2018-03-20 Rafael EspindolaMC: fix layering violation introduced in r325139.
2018-03-20 Zachary TurnerResubmit "Support embedding natvis files in PDBs."
2018-03-20 Jonas DevlieghereRevert "Fix layering between llvm-c and Support by...
2018-03-20 Lang Hames[ORC] Rename SymbolSource to MaterializationUnit, and...
2018-03-20 David BlaikieFix layering between llvm-c and Support by factoring...
2018-03-20 Aaron Smith[DebugInfoPDB] Add backward support flags to PDB_NameSe...
2018-03-19 Aaron Smith[PDB] Add a method to get the full path of the source...
2018-03-19 Aaron Smith[PDB] Add exclusive methods to derived symbol class
2018-03-19 Zachary TurnerRevert "Support embedding natvis files in PDBs."
2018-03-19 Zachary TurnerRemove an unused private variable.
2018-03-19 Nirav Dave[DAG, X86] Revert r327197 "Revert r327170, r327171...
2018-03-19 Alina SbirleaAdd cast to Type*, fix failure from r327894.
2018-03-19 Zachary TurnerSupport embedding natvis files in PDBs.
2018-03-19 Alina SbirleaMake ConstantDataArray::get constructor templated....
2018-03-19 Zaara SyedaRevert [MachineLICM] This reverts commit rL327856
2018-03-19 Zaara Syeda[MachineLICM] Add functions to MachineLICM to hoist...
2018-03-19 Ilya BiryukovChanged createTemporaryFile without FD to actually...
2018-03-19 Nicolai HaehnleTableGen: Explicitly forbid self-references to field...
2018-03-19 Nicolai HaehnleTableGen: Check the dynamic type of !cast<Rec>(string)
2018-03-19 Nicolai HaehnleTableGen: Remove OpInit::Fold
2018-03-19 Nicolai HaehnleTableGen: Move GenStrConcat to a helper function in...
2018-03-19 Nicolai HaehnleTableGen: Remove the cast-from-string-to-variable-refer...
2018-03-19 Karl-Johan Karlsson[NFC] Fix minor typos in comments
2018-03-19 Serguei Katkov[SCEV] Factor out isKnownViaInduction. NFC.
2018-03-19 Serguei Katkov[SCEV] Re-land: Fix isKnownPredicate
2018-03-18 Craig Topper[SelectionDAG] Don't default the SelectionDAG* paramete...
2018-03-18 Craig Topper[TableGen] When trying to reuse a scheduler class for...
2018-03-17 Nirav DaveRevert "[DAG, X86] Revert r327197 "Revert r327170,...
2018-03-17 Nirav Dave[DAG, X86] Revert r327197 "Revert r327170, r327171...
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-16 Reid Kleckner[IR] Avoid the need to prefix MS C++ symbols with ...
2018-03-16 Aditya Nandakumar[GISel]: Remove unused header include in MachineIRBuilder.h
2018-03-16 Pavel LabathDWARFVerifier: Enhance validation of .debug_names hash...
2018-03-16 Matthew Simpson[TTI, AArch64] Allow the cost model analysis to test...
2018-03-15 Zachary Turner[PDB] Fix a bug where we were serializing hash tables...
2018-03-15 Derek Schuff[WebAssembly] Add DebugLoc information to WebAssembly...
2018-03-15 Florian Hahn[LoopUnroll] Peel off iterations if it makes conditions...
2018-03-15 Zachary TurnerMove some function declarations higher so they can...
2018-03-15 Zachary TurnerAdd missing #includes.
2018-03-15 Zachary TurnerRefactor the PDB HashTable class.
2018-03-15 Sanjay Patel[PatternMatch, InstSimplify] allow undef elements when...
2018-03-15 Fedor Sergeev[New PM][IRCE] port of Inductive Range Check Eliminatio...
next