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
...
*
[CodeGen] When promoting CTTZ operations to larger type, don't insert a selec...
Craig Topper
2016-04-23
1
-9
/
+11
*
LegalizeDAG: Move unaligned load/store expansion to TLI
Matt Arsenault
2016-04-21
1
-310
/
+14
*
LegalizeDAG: Don't replace vector store with integer if not legal
Matt Arsenault
2016-03-30
1
-0
/
+6
*
LegalizeDAG: Don't replace vector load with integer unless legal
Matt Arsenault
2016-03-30
1
-0
/
+8
*
Prevent construction of cycle in DAG store merge
Nirav Dave
2016-03-25
1
-3
/
+4
*
CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.
Tim Northover
2016-03-24
1
-3
/
+18
*
CodeGen: check return types match when emitting tail call to builtin.
Tim Northover
2016-03-22
1
-2
/
+5
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
1
-1
/
+1
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-7
/
+7
*
LegalizeDAG: Use correct ptr type when expanding unaligned load/store
Matt Arsenault
2016-03-01
1
-14
/
+21
*
LegalizeDAG: Fix ExpandFCOPYSIGN assuming the same type on both inputs
Matthias Braun
2016-02-19
1
-5
/
+31
*
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
Ahmed Bougacha
2016-02-09
1
-6
/
+3
*
[CodeGen] Don't assume fp_to_fp16 produces i16 when legalizing it.
Ahmed Bougacha
2016-01-14
1
-1
/
+1
*
LegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
Matt Arsenault
2016-01-11
1
-2
/
+12
*
Fix cycle in selection DAG introduced by extractelement legalization
Robert Lougher
2015-12-09
1
-0
/
+11
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
1
-6
/
+28
*
Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.
Yury Gribov
2015-12-01
1
-0
/
+8
*
Fix some places where we were assuming that memory type had been legalized
Eric Christopher
2015-11-25
1
-2
/
+1
*
X86: More efficient legalization of wide integer compares
Hans Wennborg
2015-11-19
1
-1
/
+2
*
[SDAG] Fix expansion of BITREVERSE
James Molloy
2015-11-13
1
-3
/
+5
*
[SDAG] Introduce a new BITREVERSE node along with a corresponding LLVM intrinsic
James Molloy
2015-11-12
1
-0
/
+27
*
LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
Matthias Braun
2015-11-12
1
-73
/
+145
*
LegalizeDAG: Implement promote for scalar_to_vector
Matt Arsenault
2015-11-10
1
-0
/
+28
*
LegalizeDAG: Implement promote for insert_vector_elt
Matt Arsenault
2015-11-10
1
-1
/
+52
*
LegalizeDAG: Implement promote for extract_vector_elt
Matt Arsenault
2015-11-10
1
-4
/
+58
*
LegalizeDAG: Implement promote for build_vector
Matt Arsenault
2015-10-21
1
-0
/
+30
*
Adding support for TargetLoweringBase::LibCall
Artyom Skrobov
2015-10-20
1
-251
/
+275
*
Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG; move it over into DA...
Artyom Skrobov
2015-10-20
1
-49
/
+2
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-2
/
+8
*
SelectionDAG: Support Expand of f16 extloads
Matt Arsenault
2015-09-09
1
-1
/
+19
*
[CodeGen] Support (and default to) expanding READCYCLECOUNTER to 0.
Ahmed Bougacha
2015-08-28
1
-0
/
+12
*
Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
2015-08-25
1
-48
/
+4
*
[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND as TRUNCating.
Ahmed Bougacha
2015-08-13
1
-1
/
+8
*
[CodeGen] When Promoting, don't extend the 2nd FCOPYSIGN operand.
Ahmed Bougacha
2015-08-13
1
-1
/
+1
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-38
/
+44
*
[SDAG] Fix a result chain in ExpandUnalignedLoad
Hal Finkel
2015-08-04
1
-1
/
+1
*
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
[prev]
[next]