OSDN Git Service

android: [SLH] Introduce a new pass to do Speculative Load Hardening to mitigate
[android-x86/external-llvm.git] / lib / CodeGen /
2020-03-24 Mauro Rossiandroid: CodeGen: update sources list
2020-03-24 Mauro Rossiandroid: [IR][CodeGen] Move EVT to CodeGen layer.
2020-03-24 Mauro Rossiandroid: Codegen: Rename ExecutionDepsFix files to...
2020-03-24 Mauro Rossiandroid: Codegen/AsmPrinter: Rename DwarfAccelTable...
2020-03-24 Mauro Rossiandroid: add support for "retpoline" x86 mitigation
2020-03-24 Mauro Rossiandroid: update sources file names for llvm70
2020-03-24 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2020-03-24 Qiang YuLLVM_DEVICE_BUILD_MK to LLVM70_DEVICE_BUILD_MK
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yuenable GlobalISel
2020-03-24 Qiang Yunow mesa can be compiled
2020-03-24 Qiang Yumove all mk file
2019-09-10 Hans WennborgMerging r371434:
2019-09-09 Hans WennborgMerging r371111:
2019-09-05 Hans WennborgMerging r370430:
2019-08-20 Hans WennborgMerging r369168:
2019-08-20 Hans WennborgMerging r369026:
2019-08-13 Hans WennborgMerging r368478:
2019-08-13 Hans WennborgMerging r368477:
2019-08-12 Hans WennborgMerging r368230:
2019-08-09 Hans WennborgMerging r367750:
2019-07-22 Hans WennborgMerging r366570:
2019-07-17 Nilanjana BasuChanges to display code view debug info type records...
2019-07-17 Nilanjana BasuAdding inline comments to code view type record directi...
2019-07-17 Francis Visoiu Mistrih[PEI] Don't re-allocate a pre-allocated stack protector...
2019-07-17 Francis Visoiu Mistrih[CodeGen][NFC] Simplify checks for stack protector...
2019-07-17 Matt ArsenaultGlobalISel: Handle widenScalar of arbitrary G_MERGE_VAL...
2019-07-17 Matt ArsenaultGlobalISel: Handle more cases for widenScalar of G_MERG...
2019-07-17 Evgeniy StepanovBasic codegen for MTE stack tagging.
2019-07-17 Alex Bradbury[AsmPrinter] Make the encoding of call sites in .gcc_ex...
2019-07-17 Alex Bradbury[RISCV] Set correct encodings for DWARF exception handling
2019-07-17 Petar Avramovic[MIPS GlobalISel] ClampScalar and select pointer G_ICMP
2019-07-16 Matt ArsenaultGlobalISel: Add overload of handleAssignments with...
2019-07-16 David BlaikieDWARF: Skip zero column for inline call sites
2019-07-16 Ulrich Weigand[Strict FP] Allow more relaxed scheduling
2019-07-16 Francis Visoiu Mistrih[Remarks][NFC] Combine ParserFormat and SerializerFormat
2019-07-16 Amaury Sechet[DAGCombiner] fold (addcarry (xor a, -1), b, c) ->...
2019-07-16 Rui UeyamaFix parameter name comments using clang-tidy. NFC.
2019-07-15 Heejin Ahn[WebAssembly] Rename except_ref type to exnref
2019-07-15 Matt ArsenaultGlobalISel: Implement narrowScalar for vector extract...
2019-07-15 Fangrui Song[PowerPC] Support fp128 libcalls
2019-07-12 Jonas Devlieghere[DebugInfo] Add column info for inline sites
2019-07-12 Fangrui SongDelete dead stores
2019-07-12 Simon Pilgrim[DAGCombine] narrowExtractedVectorBinOp - wrap subvecto...
2019-07-12 Djordje TodorovicRevert "[DwarfDebug] Dump call site debug info"
2019-07-12 Jinsong Ji[MachinePipeliner] Fix order for nodes with Anti depend...
2019-07-11 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - add CONCA...
2019-07-11 Matt ArsenaultRegUsageInfoCollector: Skip calling conventions I misse...
2019-07-11 Matt ArsenaultGlobalISel: Use Register
2019-07-11 Tim NorthoverOpaquePtr: switch to GlobalValue::getValueType in a...
2019-07-11 Tim NorthoverOpaquePtr: use byval accessor instead of inspecting...
2019-07-10 Sanjay Patel[SDAG] commute setcc operands to match a subtract
2019-07-10 Amara Emerson[AArch64][GlobalISel] Optimize compare and branch cases...
2019-07-10 Michael BergMove three folds for FADD, FSUB and FMUL in the DAG...
2019-07-10 Nick Desaulniers[TargetLowering] support BlockAddress as "i" inline...
2019-07-10 Matt ArsenaultGlobalISel: Legalization for G_FMINNUM/G_FMAXNUM
2019-07-10 Matt ArsenaultGlobalISel: Define the full family of FP min/max instru...
2019-07-10 Simon Pilgrim[DAGCombine] visitINSERT_SUBVECTOR - use uint64_t subve...
2019-07-10 Simon PilgrimFix const/non-const lambda return type warning. NFCI.
2019-07-09 Matt ArsenaultGlobalISel: Implement lower for G_FCOPYSIGN
2019-07-09 Matt ArsenaultGlobalISel: Combine unmerge of merge with intermediate...
2019-07-09 Craig Topper[X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAcc...
2019-07-09 Jinsong JiRevert "[HardwareLoops] NFC - move hardware loop checki...
2019-07-09 Amara Emerson[AArch64][GlobalISel] Optimize conditional branches...
2019-07-09 Simon Pilgrim[DAGCombine] LoadedSlice - keep getOffsetFromBase(...
2019-07-09 Chen Zheng[HardwareLoops] NFC - move hardware loop checking code...
2019-07-09 Petar Avramovic[MIPS GlobalISel] Register bank select for G_PHI. Selec...
2019-07-09 Simon Pilgrim[CodeGen] AccelTable - remove non-constexpr (MSVC)...
2019-07-09 Djordje Todorovic[NFC][AsmPrinter] Fix the formatting for the rL365467
2019-07-09 Tim NorthoverOpaquePtr: add Type parameter to Loads analysis API.
2019-07-09 Djordje Todorovic[DwarfDebug] Dump call site debug info
2019-07-09 Bjorn Pettersson[SelectionDAG] Simplify some calls to getSetCCResultTyp...
2019-07-09 Bjorn Pettersson[LegalizeTypes] Fix saturation bug for smul.fix.sat
2019-07-09 Guillaume ChateletFixing @llvm.memcpy not honoring volatile.
2019-07-09 Jeremy MorseRevert r364515 and r364524
2019-07-09 Djordje TodorovicReland "[LiveDebugValues] Emit the debug entry values"
2019-07-09 Jinsong Ji[MachinePipeliner] Fix Phi refers to Phi in same stage...
2019-07-09 Nilanjana BasuChanging CodeView debug info type record representation...
2019-07-08 Reid KlecknerStandardize on MSVC behavior for triples with no enviro...
2019-07-08 Matt ArsenaultRegUsageInfoCollector: Don't iterate all regs for every...
2019-07-08 Matt ArsenaultGlobalISel: Convert some build functions to using SrcOp...
2019-07-08 Matt ArsenaultGlobalISel: widenScalar for G_BUILD_VECTOR
2019-07-08 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - just call compu...
2019-07-07 David Majnemer[CodeGen] Add larger vector types for i32 and f32
2019-07-06 Simon Pilgrim[DAGCombine] convertBuildVecZextToZext - remove duplica...
2019-07-06 Quentin Colombet[RegisterCoalescer] Fix an overzealous assert
2019-07-05 Matt ArsenaultRegUsageInfoCollector: Skip AMDGPU entry point functions
2019-07-05 Michael Liao[CodeGen] Enhance `MachineInstrSpan` to allow the end...
2019-07-05 Matt ArsenaultScheduleDAG: Fix incorrectly killing registers in bundles
2019-07-05 Robert LougherRevert r365198 as this accidentally commited something...
2019-07-05 Robert LougherThis reverts r365061 and r365062 (test update)
2019-07-04 Craig Topper[DAGCombiner] Don't combine (addcarry (uaddo X, Y)...
2019-07-03 Matt ArsenaultGlobalISel: Fix widenScalar for pointer typed G_MERGE_V...
2019-07-03 Francis Visoiu Mistrih[CodeGen] Make branch funnels pass the machine verifier
2019-07-03 Amaury SechetUse getAllOnesConstants instead of -1 in DAGCombiner...
2019-07-03 Amaury Sechet[DAGCombine] More diamong carry pattern optimization.
2019-07-03 James Molloy[SelectionDAG] Propagate alias metadata to target intri...
2019-07-03 Oliver Stannard[ARM] Thumb2: favor R4-R7 over R12/LR in allocation...
2019-07-03 Roman Lebedev[Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs...
next