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
...
*
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
*
[TLI] Robustize SDAG LibFunc proto checking by merging it into TLI.
Ahmed Bougacha
2017-02-03
1
-97
/
+53
*
Add intrinsics for constrained floating point operations
Andrew Kaylor
2017-01-26
1
-0
/
+47
*
[SelectionDAG] Handle inverted conditions when splitting into multiple branches.
Geoff Berry
2017-01-24
1
-13
/
+46
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-57
/
+57
*
[DAG] Don't increase SDNodeOrder for dbg.value/declare.
Mikael Holmen
2017-01-19
1
-1
/
+3
*
Revert "[TLI] Robustize SDAG proto checking by merging it into TLI."
Ahmed Bougacha
2017-01-17
1
-8
/
+70
*
[TLI] Robustize SDAG proto checking by merging it into TLI.
Ahmed Bougacha
2017-01-17
1
-70
/
+8
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
Remove unused CONVERT_RNDSAT intrinsics
Matt Arsenault
2017-01-10
1
-33
/
+0
*
[SelectionDAG] Rework lowerRangeToAssertZExt
David Majnemer
2017-01-06
1
-6
/
+11
*
[SelectionDAG] Correctly transform range metadata to AssertZExt
David Majnemer
2017-01-06
1
-1
/
+1
*
Introduce element-wise atomic memcpy intrinsic
Igor Laevsky
2016-12-29
1
-0
/
+45
*
[X86] Vectorcall Calling Convention - Adding CodeGen Complete Support
Oren Ben Simhon
2016-12-21
1
-2
/
+24
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
Use SelectionDAG.getSplatBuildVector helper. NFCI.
Simon Pilgrim
2016-12-09
1
-6
/
+5
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-9
/
+9
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-9
/
+9
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-9
/
+9
*
DAG: Ignore call site attributes when emitting target intrinsic
Matt Arsenault
2016-11-21
1
-2
/
+6
*
[CodeGen] Pass references, not pointers, to MMI helpers. NFC.
Ahmed Bougacha
2016-11-16
1
-2
/
+2
*
Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets...
Richard Smith
2016-11-07
1
-0
/
+1
*
Expandload and Compressstore intrinsics
Elena Demikhovsky
2016-11-03
1
-17
/
+67
[prev]
[next]