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
*
move DAGCombiner's allowableAlignment() helper function into the TLI
Sanjay Patel
2015-07-29
1
-28
/
+16
*
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
2015-07-16
1
-0
/
+1
*
Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.
Pete Cooper
2015-07-15
1
-2
/
+1
*
Revert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization"
Matthias Braun
2015-07-14
1
-150
/
+74
*
LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
Matthias Braun
2015-07-14
1
-74
/
+150
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-38
/
+51
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-53
/
+64
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-27
/
+30
*
Wrap assert loops in #ifndef NDEBUG
Pete Cooper
2015-06-26
1
-0
/
+2
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-11
/
+12
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Add SDNodes for umin, umax, smin and smax.
James Molloy
2015-05-15
1
-0
/
+20
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-1
/
+1
*
CodeGen: Default overflow operations to expand so we don't have to assume tar...
Jan Vesely
2015-04-29
1
-6
/
+0
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-144
/
+173
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-173
/
+144
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-144
/
+173
*
[AArch64] Promote f16 operations to f32.
Ahmed Bougacha
2015-04-10
1
-3
/
+52
*
[CodeGen] Replace the reused stores' chain for extractelt expansion.
Ahmed Bougacha
2015-03-09
1
-6
/
+20
*
SDAG: Merge the meat of two ExpandAtomic implementations.
Benjamin Kramer
2015-03-05
1
-126
/
+2
*
[SDAG] Handle LowerOperation returning its input consistently
Hal Finkel
2015-02-24
1
-2
/
+2
*
[X86] Teach how to custom lower double-to-half conversions under fast-math.
Andrea Di Biagio
2015-02-23
1
-0
/
+15
*
Add generic fmad DAG node.
Matt Arsenault
2015-02-20
1
-0
/
+3
*
Implement new way of expanding extloads.
Matt Arsenault
2015-01-14
1
-14
/
+17
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-4
/
+7
*
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
[next]