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
/
Target
/
NVPTX
/
NVPTXISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless .debug_macinfo section setup.
Paul Robinson
2015-03-02
1
-1
/
+0
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-3
/
+1
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-2
/
+3
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
Demote vectors to arrays. No functionality change.
Benjamin Kramer
2015-02-19
1
-29
/
+11
*
Migrate NVPTXISelLowering to take the subtarget that it's dependent
Eric Christopher
2015-01-30
1
-15
/
+15
*
[NVPTX] Generate a more optimal sequence for select of i1
Justin Holewinski
2015-01-26
1
-0
/
+21
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-8
/
+8
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-3
/
+1
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-9
/
+7
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
Remove a bit of dead code.
Rafael Espindola
2014-11-12
1
-0
/
+7
*
[NVPTX] aligned byte-buffers for vector return types
Jingyue Wu
2014-10-25
1
-1
/
+6
*
[NVPTX] Remove dead code.
Tilmann Scheller
2014-10-02
1
-9
/
+3
*
[NVPTX] Make the alignment an explicit argument to ldu/ldg
Jingyue Wu
2014-08-29
1
-20
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+4
*
Improve some const-correctness to remove a -Wcast-qual warning. No functional...
Aaron Ballman
2014-08-01
1
-1
/
+1
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-1
/
+2
*
Fixing a -Wcast-qual warning in GCC. No functional changes.
Aaron Ballman
2014-07-31
1
-2
/
+2
*
[NVPTX] mul.wide generation works for any smaller integer source types, not j...
Justin Holewinski
2014-07-23
1
-2
/
+2
*
[NVPTX] Make sure we do not generate MULWIDE ISD nodes when optimizations are...
Justin Holewinski
2014-07-23
1
-2
/
+1
*
NVPTX: support fpext/fptrunc to and from f16.
Tim Northover
2014-07-18
1
-0
/
+3
*
[NVPTX] Improve handling of FP fusion
Justin Holewinski
2014-07-17
1
-2
/
+34
*
[NVPTX] Add more surface/texture intrinsics, including CUDA unified texture f...
Justin Holewinski
2014-07-17
1
-124
/
+1262
*
[NVPTX] Honor alignment on vector loads/stores
Justin Holewinski
2014-07-16
1
-5
/
+31
*
[codegen,aarch64] Add a target hook to the code generator to control
Chandler Carruth
2014-07-03
1
-2
/
+6
*
[NVPTX] Use GreatestCommonDivisor64 from MathExtras instead of using our own....
Justin Holewinski
2014-06-27
1
-14
/
+4
*
[NVPTX] Add 'b' asm constraint
Justin Holewinski
2014-06-27
1
-0
/
+3
*
[NVPTX] Simplify some argument lowering logic
Justin Holewinski
2014-06-27
1
-13
/
+8
*
[NVPTX] Fix handling of ldg/ldu intrinsics.
Justin Holewinski
2014-06-27
1
-4
/
+44
*
[NVPTX] Clean up argument lowering code and properly handle alignment for str...
Justin Holewinski
2014-06-27
1
-90
/
+76
*
[NVPTX] Add missing boolean vector contents flag
Justin Holewinski
2014-06-27
1
-0
/
+1
*
[NVPTX] Add support for [SHL,SRA,SRL]_PARTS
Justin Holewinski
2014-06-27
1
-0
/
+139
*
[NVPTX] Implement fma and imad contraction as target DAGCombiner patterns
Justin Holewinski
2014-06-27
1
-0
/
+411
*
Use the target lowering we can get off of the DAG rather than off
Eric Christopher
2014-06-27
1
-1
/
+1
*
SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
Tom Stellard
2014-06-10
1
-1
/
+7
*
Target: change member from reference to pointer
Saleem Abdulrasool
2014-05-17
1
-1
/
+1
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
*
Replace std::vector with SmallVector for some small, known size vectors.
Craig Topper
2014-04-26
1
-4
/
+4
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
1
-29
/
+26
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-21
/
+17
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-8
/
+8
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
1
-6
/
+6
*
[NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces
Justin Holewinski
2014-04-09
1
-0
/
+435
*
Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
2014-03-31
1
-2
/
+2
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-3
/
+3
*
Remove the notion of primitive types.
Rafael Espindola
2013-12-07
1
-3
/
+2
[next]