index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SLP] Don't allow Div/Rem as alternate opcodes
Andrei Elovikov
2020-01-23
1
-1
/
+17
*
[PGO][PGSO] Update BFI in CodeGenPrepare::optimizeSelectInst.
Hiroshi Yamauchi
2020-01-23
1
-0
/
+1
*
[InstCombine] Fix worklist management in DSE (PR44552)
Nikita Popov
2020-01-23
1
-2
/
+5
*
[AArch64] Don't rename registers with pseudo defs in Ld/St opt.
Florian Hahn
2020-01-22
1
-0
/
+13
*
[StackColoring] Remap FixedStackPseudoSourceValue frame index referenced by M...
Fangrui Song
2020-01-21
1
-0
/
+19
*
[Transforms][RISCV] Remove a "using namespace llvm" from an include file. Fix...
Craig Topper
2020-01-17
1
-2
/
+2
*
Revert rG6078f2fedcac5797ac39ee5ef3fd7a35ef1202d5 - "[AArch64][GlobalISel]: S...
Simon Pilgrim
2020-01-15
1
-38
/
+1
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-15
3
-10
/
+27
*
Revert "[RISCV] Support ABI checking with per function target-features"
Zakk Chen
2020-01-15
3
-27
/
+10
*
RegisterClassInfo::computePSetLimit - assert that we actually find a register.
Simon Pilgrim
2020-01-15
1
-0
/
+1
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-15
1
-2
/
+1
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
2
-7
/
+50
*
[AArch64][SVE] Fold variable into assert to silence unused variable warnings ...
Benjamin Kramer
2020-01-15
1
-2
/
+2
*
Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."
Georgii Rymar
2020-01-15
2
-47
/
+7
*
[AArch64][SVE] Add ptest intrinsics
Cullen Rhodes
2020-01-15
4
-1
/
+54
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
2
-7
/
+47
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-15
3
-10
/
+27
*
[DWARF] Fix DWARFDebugAranges to support 64-bit CU offsets.
Igor Kudrin
2020-01-15
1
-2
/
+2
*
[AMDGPU] Invert the handling of skip insertion.
cdevadas
2020-01-15
6
-6
/
+173
*
[VE] Minimal codegen for empty functions
Kazushi (Jam) Marukawa
2020-01-15
36
-18
/
+2549
*
[X86] Don't call LowerUINT_TO_FP_i32 for i32->f80 on 32-bit targets with sse2.
Craig Topper
2020-01-15
1
-1
/
+1
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-15
1
-7
/
+499
*
[Scheduler] Adjust interface of CreateTargetMIHazardRecognizer to use Schedul...
David Green
2020-01-15
1
-3
/
+3
*
[PowerPC] Fix powerpcspe subtarget enablement in llvm backend
Justin Hibbits
2020-01-14
2
-4
/
+3
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
105
-105
/
+114
*
DWARFDebugLine.cpp: Restore LF line endings
Hubert Tong
2020-01-14
1
-1188
/
+1188
*
[BranchAlign] Add master --x86-branches-within-32B-boundaries flag
Philip Reames
2020-01-14
1
-2
/
+23
*
[Win64] Handle FP arguments more gracefully under -mno-sse
Reid Kleckner
2020-01-14
2
-22
/
+31
*
[X86] Drop an unneeded FIXME. NFC
Craig Topper
2020-01-14
1
-1
/
+0
*
[X86] Swap the 0 and the fudge factor in the constant pool for the 32-bit mod...
Craig Topper
2020-01-14
1
-4
/
+4
*
[codegen,amdgpu] Enhance MIR DIE and re-arrange it for AMDGPU.
Michael Liao
2020-01-14
2
-1
/
+10
*
[DAGCombine] Replace `getIntPtrConstant()` with `getVectorIdxTy()`.
Michael Liao
2020-01-14
1
-1
/
+2
*
[AArch64][GlobalISel]: Support @llvm.{return,frame}address selection.
Amara Emerson
2020-01-14
1
-1
/
+38
*
[LegalizeTypes] Remove untested code from ExpandIntOp_UINT_TO_FP
Craig Topper
2020-01-14
1
-70
/
+2
*
[InstCombine] Fix worklist management when removing guard intrinsic
Nikita Popov
2020-01-14
1
-10
/
+10
*
[SVE] Add patterns for MUL immediate instruction.
Danilo Carvalho Grael
2020-01-14
2
-2
/
+7
*
[NewPM] Port MergeFunctions pass
Nikita Popov
2020-01-14
4
-15
/
+36
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2020-01-14
1
-3
/
+8
*
[InstCombine] Make combineLoadToNewType a method; NFC
Nikita Popov
2020-01-14
2
-13
/
+15
*
[InstCombine] Fix user iterator invalidation in bitcast of phi transform
Nikita Popov
2020-01-14
1
-1
/
+4
*
[MachineScheduler] Reduce reordering due to mem op clustering
Jay Foad
2020-01-14
1
-0
/
+2
*
[RISCV] Allow shrink wrapping for RISC-V
lewis-revill
2020-01-14
1
-4
/
+16
*
[ThinLTO/WPD] Remove an overly-aggressive assert
Teresa Johnson
2020-01-14
1
-8
/
+3
*
[X86] Directly emit a BROADCAST_LOAD from constant pool in lowerUINT_TO_FP_vX...
Craig Topper
2020-01-14
1
-2
/
+12
*
[AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnd
diggerlin
2020-01-14
2
-3
/
+5
*
[InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...
Juneyoung Lee
2020-01-15
1
-1
/
+8
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-1
/
+1
*
[IR] fix potential crash in Constant::isElementWiseEqual()
Sanjay Patel
2020-01-14
1
-4
/
+9
*
[ARM][MVE] VTP Block Pass fix
Sjoerd Meijer
2020-01-14
1
-2
/
+2
*
[AArch64] Fix save register pairing for Windows AAPCS
Sanne Wouda
2020-01-14
1
-4
/
+16
[prev]
[next]