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
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Add Freeze instruction
aqjune
2019-11-05
1
-0
/
+5
*
[FPEnv][SelectionDAG] Refactor strict FP node construction
Ulrich Weigand
2019-11-04
1
-23
/
+23
*
[PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part.
Hiroshi Yamauchi
2019-10-31
1
-1
/
+1
*
[DebugInfo][DAG] Distinguish different kinds of location indirection
Jeremy Morse
2019-10-30
1
-5
/
+19
*
Fix some spelling mistakes in comments. NFC
Greg Bedwell
2019-10-29
1
-4
/
+4
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-4
/
+22
*
[AArch64][SVE] Implement masked load intrinsics
Kerry McLaughlin
2019-10-28
1
-6
/
+9
*
[Alignment][NFC] TargetCallingConv::setByValAlign
Guillaume Chatelet
2019-10-21
1
-2
/
+2
*
[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...
Guillaume Chatelet
2019-10-21
1
-5
/
+5
*
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
Graham Hunter
2019-10-18
1
-5
/
+20
*
[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
Jeremy Morse
2019-10-15
1
-2
/
+5
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-21
/
+3
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-3
/
+21
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-21
/
+3
*
[Support] Add mathematical constants
Evandro Menezes
2019-10-09
1
-6
/
+6
*
[FPEnv] Add constrained intrinsics for lrint and lround
Kevin P. Neal
2019-10-07
1
-0
/
+16
*
Fix a *nasty* miscompile in experimental unordered atomic lowering
Philip Reames
2019-10-05
1
-3
/
+4
*
Reapply r373431 "Switch lowering: omit range check for bit tests when default...
Hans Wennborg
2019-10-02
1
-18
/
+25
*
Revert r373431 "Switch lowering: omit range check for bit tests when default ...
Hans Wennborg
2019-10-02
1
-23
/
+17
*
Switch lowering: omit range check for bit tests when default is unreachable (...
Hans Wennborg
2019-10-02
1
-17
/
+23
*
NFC changes to SelectionDAGBuilder::visitBitTestHeader(), preparing for PR43129
Hans Wennborg
2019-09-30
1
-4
/
+4
*
[X86][SelectionDAGBuilder] Move the hack for handling MMX shift by i32 intrin...
Craig Topper
2019-09-23
1
-59
/
+0
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-2
/
+16
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-16
/
+2
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-2
/
+16
*
[SelectionDAGBuilder] Simplify loop in visitSelect back to how it was before ...
Craig Topper
2019-09-12
1
-2
/
+1
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-0
/
+4
*
Introduce infrastructure for an incremental port of SelectionDAG atomic load/...
Philip Reames
2019-09-09
1
-4
/
+29
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-0
/
+8
*
Update CodeGen to use hasMetadata as appropriate [NFC]
Philip Reames
2019-09-04
1
-7
/
+7
*
[CodeGen] Fix lowering for returning the result of an extractvalue
Dan Gohman
2019-08-30
1
-1
/
+1
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-0
/
+8
*
[SelectionDAGBuilder] Hide existence of ConstantDataVector vector from visitG...
Craig Topper
2019-08-27
1
-6
/
+5
*
[SelectionDAGBuilder] Fix typo in comment. NFC
Craig Topper
2019-08-27
1
-1
/
+1
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-2
/
+3
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
1
-1
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+4
*
Add ptrmask intrinsic
Florian Hahn
2019-08-15
1
-0
/
+11
*
[SelectionDAGBuilder] Teach gather/scatter getUniformBase to look through vec...
Craig Topper
2019-08-14
1
-2
/
+7
*
[SelectionDAG] Extend base addressing modes supported by MGATHER/MSCATTER
Cullen Rhodes
2019-08-06
1
-6
/
+14
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-4
/
+4
*
Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling
2019-08-03
1
-7
/
+28
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-6
/
+5
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
1
-2
/
+2
*
[IPRA][ARM] Make use of the "returned" parameter attribute
Oliver Stannard
2019-07-22
1
-0
/
+2
*
DAG: Handle dbg_value for arguments split into multiple subregs
Matt Arsenault
2019-07-19
1
-23
/
+52
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
1
-0
/
+13
*
OpaquePtr: use byval accessor instead of inspecting pointer type. NFC.
Tim Northover
2019-07-11
1
-3
/
+2
*
OpaquePtr: add Type parameter to Loads analysis API.
Tim Northover
2019-07-09
1
-2
/
+4
*
[CodeGen] Make branch funnels pass the machine verifier
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
[next]