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
...
*
Fix a crash when emitting debug info for multi-reg function arguments
Adrian Prantl
2017-09-08
1
-14
/
+18
*
Add llvm.codeview.annotation to implement MSVC __annotation
Reid Kleckner
2017-09-05
1
-0
/
+12
*
SelectionDAG: Emit correct debug info for multi-register function arguments.
Adrian Prantl
2017-08-30
1
-0
/
+21
*
Add ‘llvm.experimental.constrained.fma‘ Intrinsic.
Wei Ding
2017-08-24
1
-2
/
+11
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
Improve line debug info when translating a CaseBlock to SDNodes.
Adrian Prantl
2017-08-17
1
-7
/
+7
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-3
/
+3
*
Reduce variable scope by moving declaration into if clause
David Blaikie
2017-08-09
1
-8
/
+8
*
[DebugInfo] Don't turn dbg.declare into DBG_VALUE for static allocas
Reid Kleckner
2017-08-01
1
-0
/
+7
*
[SelectionDAG][mips] Fix PR33883
Simon Dardis
2017-07-31
1
-15
/
+24
*
Remove the unused offset from DBG_VALUE (NFC)
Adrian Prantl
2017-07-28
1
-1
/
+1
*
Remove the unused dbg.value offset from SelectionDAG (NFC)
Adrian Prantl
2017-07-28
1
-24
/
+19
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+2
*
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...
Peter Collingbourne
2017-07-26
1
-3
/
+2
*
[TargetLowering] Add hook for adding target MMO flags when doing ISel.
Geoff Berry
2017-07-13
1
-0
/
+2
*
Add element atomic memset intrinsic
Daniel Neilson
2017-07-12
1
-0
/
+39
*
Add element atomic memmove intrinsic
Daniel Neilson
2017-07-12
1
-0
/
+38
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-9
/
+9
*
Handle ConstantExpr correctly in SelectionDAGBuilder
Simon Pilgrim
2017-07-09
1
-4
/
+16
*
Fix libcall expansion creating DAG nodes with invalid type post type legaliza...
Vadim Chugunov
2017-07-05
1
-0
/
+17
*
[SelectionDAGBuilder] Use EVT::getVectorVT instead of MVT::getVectorVT to pre...
Craig Topper
2017-07-01
1
-1
/
+1
*
[Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson
2017-06-16
1
-14
/
+10
*
Fold variable into assert.
Benjamin Kramer
2017-06-15
1
-2
/
+1
*
ISel: Fix FastISel of swifterror values
Arnold Schwaighofer
2017-06-15
1
-14
/
+20
*
Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-06-09
1
-61
/
+172
*
[DAG] remove duplicated code for isOnlyUsedInZeroEqualityComparison(); NFCI
Sanjay Patel
2017-06-06
1
-15
/
+1
*
Add constrained intrinsics for some libm-equivalent operations
Andrew Kaylor
2017-05-25
1
-9
/
+62
*
Fix SelectionDAGBuilder::getDbgValue to not expect DW_OP_deref on FI vars
Adrian Prantl
2017-05-25
1
-14
/
+5
*
Revert LLVM changes for "Sema: allow imaginary constants via GNU extension if...
Tim Northover
2017-05-23
1
-4
/
+1
*
Sema: allow imaginary constants via GNU extension if UDL overloads not present.
Tim Northover
2017-05-23
1
-1
/
+4
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
1
-2
/
+2
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
[CodeGen] Don't require AA in SDAGISel at -O0.
Ahmed Bougacha
2017-05-10
1
-8
/
+8
*
Re-land "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-1
/
+9
*
Re-land "Don't add DBG_VALUE instructions for static allocas in dbg.declare"
Reid Kleckner
2017-05-09
1
-14
/
+0
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-2
/
+2
*
Introduce experimental generic intrinsics for horizontal vector reductions.
Amara Emerson
2017-05-09
1
-0
/
+88
*
Revert "Don't add DBG_VALUE instructions for static allocas in dbg.declare"
Reid Kleckner
2017-05-09
1
-0
/
+14
*
Revert "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-9
/
+1
*
Use the frame index side table for byval and inalloca arguments
Reid Kleckner
2017-05-08
1
-1
/
+9
*
Don't add DBG_VALUE instructions for static allocas in dbg.declare
Reid Kleckner
2017-05-08
1
-14
/
+0
*
[XRay] Custom event logging intrinsic
Dean Michael Berris
2017-05-08
1
-0
/
+30
*
Simplify dbg.value handling in SDISel with early returns
Reid Kleckner
2017-05-05
1
-35
/
+23
*
[SelectionDAG] Improve support for promotion of <1 x fX> floating point argum...
Simon Pilgrim
2017-05-02
1
-3
/
+3
*
Generalize the specialized flag-carrying SDNodes by moving flags into SDNode.
Amara Emerson
2017-05-01
1
-10
/
+10
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-22
/
+18
*
[InlineCost] Improve the cost heuristic for Switch
Jun Bum Lim
2017-04-28
1
-98
/
+37
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-1
/
+1
*
[SelectionDAG] Use getBuildVector helper where possible. NFCI
Simon Pilgrim
2017-04-25
1
-7
/
+6
*
[SelectionDAG] Pull out repeated getValueType calls. NFCI.
Simon Pilgrim
2017-04-25
1
-6
/
+6
[prev]
[next]