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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SelectionDAG] ComputeKnownBits add getValidMinimumShiftAmountConstant() ISD:...
Simon Pilgrim
2020-01-13
1
-0
/
+3
*
[SelectionDAG] ComputeKnownBits - minimum leading/trailing zero bits in LSHR/...
Simon Pilgrim
2020-01-13
1
-0
/
+11
*
[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return t...
Awanish Pandey
2020-01-13
1
-0
/
+8
*
__patchable_function_entries: don't use linkage field 'unique' with -no-integ...
Fangrui Song
2020-01-12
1
-18
/
+21
*
[NFC] Refactor memory ops cluster method
Qiu Chaofan
2020-01-12
1
-14
/
+7
*
[LegalizeVectorOps] Parallelize the lo/hi part of STRICT_UINT_TO_FLOAT legali...
Craig Topper
2020-01-11
1
-3
/
+6
*
[TargetLowering][X86] Connect the chain from STRICT_FSETCC in TargetLowering:...
Craig Topper
2020-01-11
1
-3
/
+5
*
[LegalizeVectorOps] Expand vector MERGE_VALUES immediately.
Craig Topper
2020-01-11
1
-0
/
+11
*
[LegalizeVectorOps] Remove some of the simpler Expand methods. Pass Results v...
Craig Topper
2020-01-11
1
-125
/
+77
*
[LegalizeVectorOps] Only pass SDNode* instead SDValue to all of the Expand* a...
Craig Topper
2020-01-11
1
-251
/
+251
*
moveOperands - assert Src/Dst MachineOperands are non-null.
Simon Pilgrim
2020-01-11
1
-1
/
+1
*
[TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...
Craig Topper
2020-01-10
2
-10
/
+3
*
Let targets adjust operand latency of bundles
Stanislav Mekhanoshin
2020-01-10
1
-1
/
+6
*
[TargetLowering] Use SelectionDAG::getSetCC and remove a repeated call to get...
Craig Topper
2020-01-10
1
-8
/
+4
*
[TargetLowering][ARM][X86] Change softenSetCCOperands handling of ONE to avoi...
Craig Topper
2020-01-10
1
-10
/
+9
*
[LegalizeVectorOps] Improve handling of multi-result operations.
Craig Topper
2020-01-10
1
-173
/
+271
*
[AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...
Fangrui Song
2020-01-10
2
-2
/
+46
*
[FPEnv] Invert sense of MIFlag::FPExcept flag
Ulrich Weigand
2020-01-10
6
-11
/
+11
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2020-01-10
1
-2
/
+0
*
[MIR] Fix cyclic dependency of MIR formatter
Peng Guo
2020-01-10
5
-20
/
+17
*
GlobalISel: Handle llvm.read_register
Matt Arsenault
2020-01-09
2
-0
/
+28
*
DAG: Don't use unchecked dyn_cast
Matt Arsenault
2020-01-09
1
-4
/
+4
*
GlobalISel: Fix else after return
Matt Arsenault
2020-01-09
1
-3
/
+9
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
1
-3
/
+9
*
GlobalISel: Move getLLTForMVT/getMVTForLLT
Matt Arsenault
2020-01-09
2
-17
/
+17
*
GlobalISel: Don't assert on MoreElements creating vectors
Matt Arsenault
2020-01-09
1
-5
/
+7
*
[TargetLowering][X86] TeachSimplifyDemandedBits to handle cases where only th...
Craig Topper
2020-01-09
1
-0
/
+21
*
[DAGCombiner] reduce extract subvector of concat
Sanjay Patel
2020-01-09
1
-2
/
+16
*
Revert "[ARM][LowOverheadLoops] Update liveness info"
Sam Parker
2020-01-09
1
-13
/
+0
*
[ARM][LowOverheadLoops] Update liveness info
Sam Parker
2020-01-09
1
-0
/
+13
*
[DAGCombine] Fold the (fma -x, y, -z) to -(fma x, y, z)
QingShan Zhang
2020-01-09
1
-0
/
+9
*
Revert "Revert "[MIR] Target specific MIR formating and parsing""
Daniel Sanders
2020-01-08
7
-116
/
+257
*
Revert "[MIR] Target specific MIR formating and parsing"
Nico Weber
2020-01-08
7
-256
/
+116
*
[MIR] Target specific MIR formating and parsing
Peng Guo
2020-01-08
7
-116
/
+256
*
Revert "[MIR] Target specific MIR formating and parsing"
Daniel Sanders
2020-01-08
7
-256
/
+116
*
[MIR] Target specific MIR formating and parsing
Peng Guo
2020-01-08
7
-116
/
+256
*
Recommit "[MachineVerifier] Improve verification of live-in lists."
Jonas Paulsson
2020-01-08
1
-0
/
+26
*
Revert "Merge memtag instructions with adjacent stack slots."
Evgenii Stepanov
2020-01-08
1
-4
/
+0
*
Merge memtag instructions with adjacent stack slots.
Evgenii Stepanov
2020-01-08
1
-0
/
+4
*
[SelectionDAG] Use llvm::Optional<APInt> for FoldValue.
Simon Pilgrim
2020-01-08
1
-32
/
+30
*
[DAGCombiner] clean up extract-of-concat fold; NFC
Sanjay Patel
2020-01-08
1
-13
/
+21
*
[Intrinsic] Add fixed point division intrinsics.
Bevin Hansson
2020-01-08
9
-23
/
+285
*
[NFC] Move InPQueue into arguments of releaseNode
Qiu Chaofan
2020-01-08
1
-8
/
+3
*
[Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil to separate DWARF optimi...
Alexey Lapshin
2020-01-08
1
-1
/
+1
*
[X86] Adding fp128 support for strict fcmp
Wang, Pengfei
2020-01-08
2
-20
/
+58
*
[AArch64][GlobalISel] Fold a chain of two G_PTR_ADDs of constant offsets.
Amara Emerson
2020-01-07
1
-0
/
+46
*
Revert "Allow output constraints on "asm goto""
Bill Wendling
2020-01-07
3
-50
/
+13
*
Allow output constraints on "asm goto"
Bill Wendling
2020-01-07
3
-13
/
+50
*
[MachineOutliner][AArch64] Save + restore LR in noreturn functions
Jessica Paquette
2020-01-07
1
-6
/
+0
*
[AIX][XCOFF]Implement mergeable const
diggerlin
2020-01-07
1
-1
/
+1
[prev]
[next]