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
*
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
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-8
/
+8
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
1
-7
/
+7
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-7
/
+7
*
CodeGen: Add a hook for getFenceOperandTy
Yaxun Liu
2017-04-24
1
-2
/
+2
*
CodeGen: Let frame index value type match alloca addr space
Yaxun Liu
2017-04-20
1
-5
/
+5
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-6
/
+10
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-4
/
+3
*
Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-04-07
1
-172
/
+60
*
[SelectionDAG] Enable target specific vector scalarization of calls and returns
Simon Dardis
2017-04-07
1
-60
/
+172
*
[SDAG] Remove -enable-fmf-dag
Adam Nemet
2017-03-28
1
-12
/
+7
*
[SDAG] Add AllowContract to SNodeFlags
Adam Nemet
2017-03-28
1
-0
/
+1
*
[x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality
Sanjay Patel
2017-03-28
1
-8
/
+8
*
[x86] use PMOVMSK to replace memcmp libcalls for 16-byte equality
Sanjay Patel
2017-03-25
1
-33
/
+44
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-9
/
+9
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-2
/
+2
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
1
-39
/
+37
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
[DAG] fix typo in comment; NFC
Sanjay Patel
2017-03-06
1
-1
/
+1
*
[DAG] early exit to improve readability and formatting of visitMemCmpCall(); ...
Sanjay Patel
2017-03-02
1
-64
/
+53
*
[DAG] improve documentation comments; NFC
Sanjay Patel
2017-03-02
1
-47
/
+14
*
fix typo in comment; NFC
Sanjay Patel
2017-03-02
1
-1
/
+1
*
Elide argument copies during instruction selection
Reid Kleckner
2017-03-01
1
-5
/
+211
*
[SelectionDAGBuilder] Simplify creation of shufflevector DAG nodes where inpu...
Craig Topper
2017-02-15
1
-46
/
+24
*
swiftcc: Don't emit tail calls from callers with swifterror parameters
Arnold Schwaighofer
2017-02-13
1
-0
/
+9
*
[SelectionDAG] Fix bugs in inverted condition splitting code.
Geoff Berry
2017-02-09
1
-4
/
+6
*
[SDAGISel] Simplify some SDAGISel code, NFC
Reid Kleckner
2017-02-07
1
-23
/
+23
[next]