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
/
LegalizeDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't repeat class/function/variable names in comments. NFC.
Sanjay Patel
2014-11-21
1
-47
/
+35
*
Less space; NFC
Sanjay Patel
2014-11-21
1
-8
/
+4
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Fix an incorrect chain operand when expanding INSERT_VECTOR operations throug...
Owen Anderson
2014-11-18
1
-1
/
+1
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+10
*
Use the subtarget on the dag to get TargetFrameLowering rather
Eric Christopher
2014-10-09
1
-1
/
+1
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-1
/
+2
*
Replace dead links to "Hacker's Delight" with general references. NFC.
Sanjay Patel
2014-09-15
1
-2
/
+2
*
[SDAG] Re-instate r215611 with a fix to a pesky X86 DAG combine.
Chandler Carruth
2014-08-27
1
-0
/
+2
*
Revert r215611 because it caused the infinite loop in bug 20736. There is a r...
Nick Lewycky
2014-08-23
1
-2
/
+0
*
[ARM] Enable DP copy, load and store instructions for FPv4-SP
Oliver Stannard
2014-08-21
1
-6
/
+20
*
Teach the AArch64 backend to handle f16
Oliver Stannard
2014-08-18
1
-0
/
+3
*
[SDAG] Fix a case where we would iteratively legalize a node during
Chandler Carruth
2014-08-14
1
-0
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+3
*
[SDAG] Begin simplifying the way in which the legalizer deletes nodes.
Chandler Carruth
2014-08-01
1
-41
/
+25
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-18
/
+24
*
[SDAG] Add DEBUG logging to the legalizer, fixing a "bug" found by
Chandler Carruth
2014-07-28
1
-3
/
+19
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-8
/
+12
*
[SDAG] Add an assert that we don't mess up the number of values when
Chandler Carruth
2014-07-26
1
-0
/
+3
*
[SDAG] Simplify the code for handling single-value nodes and add
Chandler Carruth
2014-07-26
1
-8
/
+12
*
[SDAG] When performing post-legalize DAG combining, run the legalizer
Chandler Carruth
2014-07-26
1
-57
/
+93
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-27
/
+27
*
CodeGen: generate single libcall for fptrunc -> f16 operations.
Tim Northover
2014-07-17
1
-6
/
+6
*
CodeGen: extend f16 conversions to permit types > float.
Tim Northover
2014-07-17
1
-3
/
+20
*
ARM: Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-07-11
1
-1
/
+1
*
SelectionDAG: Factor FP_TO_SINT lower code out of DAGLegalizer
Jan Vesely
2014-07-10
1
-58
/
+3
*
Make it possible for ints/floats to return different values from getBooleanCo...
Daniel Sanders
2014-07-10
1
-3
/
+3
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-8
/
+9
*
SelectionDAG: Expand i64 = FP_TO_SINT i32
Tom Stellard
2014-06-17
1
-0
/
+59
*
LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.
Tim Northover
2014-06-15
1
-1
/
+4
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-8
/
+29
*
SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
2014-06-10
1
-1
/
+17
*
Fix wrong setcc result type when legalizing uaddo/usubo
Matt Arsenault
2014-05-28
1
-5
/
+11
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-45
/
+38
*
Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...
Pete Cooper
2014-05-12
1
-3
/
+3
*
Implememting named register intrinsics
Renato Golin
2014-05-06
1
-0
/
+7
*
We already calculate WideVT above, just reuse it.
Eric Christopher
2014-04-28
1
-2
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-10
/
+5
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-3
/
+3
*
SelectionDAG: Use helper function to improve legalization of ISD::MUL
Tom Stellard
2014-04-11
1
-0
/
+17
*
Add an optional ability to expand larger BUILD_VECTORs with shuffles
Hal Finkel
2014-03-31
1
-20
/
+117
*
Add a TLI hook to control when BUILD_VECTOR might be expanded using shuffles
Hal Finkel
2014-03-31
1
-1
/
+10
*
Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...
Hal Finkel
2014-03-30
1
-4
/
+33
*
SelectionDAG: Allow promotion of SELECT nodes from float to int types
Tom Stellard
2014-03-24
1
-1
/
+2
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-0
/
+1
*
Fix non 2-space indentation.
Matt Arsenault
2014-03-11
1
-73
/
+73
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Pass address space to allowsUnalignedMemoryAccesses
Matt Arsenault
2014-02-05
1
-7
/
+15
*
Add support for legalizing SETNE/SETEQ by inverting the condition code and th...
Daniel Sanders
2013-11-21
1
-14
/
+54
[next]