projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[NVPTX] Let NVPTX backend detect integer min and max patterns.
[oota-llvm.git]
/
lib
/
Target
/
NVPTX
/
NVPTXISelLowering.cpp
2015-08-26
Bjarke Hammersholt...
[NVPTX] Let NVPTX backend detect integer min and max...
blob
|
commitdiff
|
raw
2015-08-11
Mark Heffernan
Use 32-bit divides instead of 64-bit divides where...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-01
Craig Topper
De-constify pointers to Type since they can't be modifi...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
Jingyue Wu
Refactor: Simplify boolean conditional return statement...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Mehdi Amini
Remove getDataLayout() from TargetLowering
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Mehdi Amini
Make isLegalAddressingMode() taking DataLayout as an...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Mehdi Amini
Make TargetLowering::getPointerTy() taking DataLayout...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Mehdi Amini
Redirect DataLayout from TargetMachine to Module in...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-05
Benjamin Kramer
[TargetLowering] StringRefize asm constraint getters.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-01
Jingyue Wu
[NVPTX] expand extload/truncstore for vectors of floats
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
Matt Arsenault
Add address space argument to isLegalAddressingMode
blob
|
commitdiff
|
raw
|
diff to current
2015-05-21
Rafael Espindola
Move alignment from MCSectionData to MCSection.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
Matthias Braun
Change getTargetNodeName() to produce compiler warnings...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Sergey Dmitrouk
Reapply r235977 "[DebugInfo] Add debug locations to...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Daniel Jasper
Revert "[DebugInfo] Add debug locations to constant...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Sergey Dmitrouk
[DebugInfo] Add debug locations to constant SD nodes
blob
|
commitdiff
|
raw
|
diff to current
2015-04-10
Benjamin Kramer
Reduce dyn_cast<> to isa<> or cast<> where possible.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
Eli Bendersky
Simplify boolean expressions with true and false using...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Paul Robinson
Remove useless .debug_macinfo section setup.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-28
Benjamin Kramer
Convert push_back loops into append calls.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-26
Eric Christopher
getRegForInlineAsmConstraint wants to use TargetRegiste...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-26
Eric Christopher
Remove an argument-less call to getSubtargetImpl from...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-19
Benjamin Kramer
Demote vectors to arrays. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
Eric Christopher
Migrate NVPTXISelLowering to take the subtarget that...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
Justin Holewinski
[NVPTX] Generate a more optimal sequence for select...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-08
Ahmed Bougacha
[SelectionDAG] Allow targets to specify legality of...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-07
Ahmed Bougacha
[CodeGen] Use MVT iterator_ranges in legality loops...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-05
Craig Topper
Replace several 'assert(false' with 'llvm_unreachable...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Aditya Nandakumar
We can get the TLOF from the TargetMachine - so constru...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Aditya Nandakumar
This patch changes the ownership of TLOF from TargetLow...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-12
Rafael Espindola
Remove a bit of dead code.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-25
Jingyue Wu
[NVPTX] aligned byte-buffers for vector return types
blob
|
commitdiff
|
raw
|
diff to current
2014-10-02
Tilmann Scheller
[NVPTX] Remove dead code.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-29
Jingyue Wu
[NVPTX] Make the alignment an explicit argument to...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Eric Christopher
Have MachineFunction cache a pointer to the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-01
Aaron Ballman
Improve some const-correctness to remove a -Wcast-qual...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-31
Louis Gerbarg
Make sure no loads resulting from load->switch DAGCombi...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-31
Aaron Ballman
Fixing a -Wcast-qual warning in GCC. No functional...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-23
Justin Holewinski
[NVPTX] mul.wide generation works for any smaller integ...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-23
Justin Holewinski
[NVPTX] Make sure we do not generate MULWIDE ISD nodes...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-18
Tim Northover
NVPTX: support fpext/fptrunc to and from f16.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-17
Justin Holewinski
[NVPTX] Improve handling of FP fusion
blob
|
commitdiff
|
raw
|
diff to current
2014-07-17
Justin Holewinski
[NVPTX] Add more surface/texture intrinsics, including...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-16
Justin Holewinski
[NVPTX] Honor alignment on vector loads/stores
blob
|
commitdiff
|
raw
|
diff to current
2014-07-03
Chandler Carruth
[codegen,aarch64] Add a target hook to the code generat...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Use GreatestCommonDivisor64 from MathExtras...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Add 'b' asm constraint
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Simplify some argument lowering logic
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Fix handling of ldg/ldu intrinsics.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Clean up argument lowering code and properly...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Add missing boolean vector contents flag
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Add support for [SHL,SRA,SRL]_PARTS
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Justin Holewinski
[NVPTX] Implement fma and imad contraction as target...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Eric Christopher
Use the target lowering we can get off of the DAG rathe...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-10
Tom Stellard
SelectionDAG: Don't use MVT::Other to determine legalit...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-17
Saleem Abdulrasool
Target: change member from reference to pointer
blob
|
commitdiff
|
raw
|
diff to current
2014-04-27
Craig Topper
Convert SelectionDAG::getMergeValues to use ArrayRef.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Craig Topper
Replace std::vector with SmallVector for some small...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Craig Topper
Convert getMemIntrinsicNode to take ArrayRef of SDValue...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Craig Topper
Convert SelectionDAG::getNode methods to use ArrayRef...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Target edition.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-16
Craig Topper
Convert SelectionDAG::getVTList to use ArrayRef
blob
|
commitdiff
|
raw
|
diff to current
2014-04-09
Justin Holewinski
[NVPTX] Add preliminary intrinsics and codegen support...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
Matt Arsenault
Change shouldSplitVectorElementType to better match...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
Alp Toker
Fix known typos
blob
|
commitdiff
|
raw
|
diff to current
2013-12-07
Rafael Espindola
Remove the notion of primitive types.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
blob
|
commitdiff
|
raw
|
diff to current
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Justin Holewinski
[NVPTX] Fix handling of indirect calls
blob
|
commitdiff
|
raw
|
diff to current
2013-11-11
Justin Holewinski
[NVPTX] Properly handle bitcast ConstantExpr when check...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-11
Justin Holewinski
[NVPTX] Fix logic error in loading vector parameters...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-06
Justin Holewinski
[NVPTX] Start conversion to MC infrastructure
blob
|
commitdiff
|
raw
|
diff to current
2013-07-14
Craig Topper
Use SmallVectorImpl& instead of SmallVector to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Justin Holewinski
[NVPTX] We dont use NVBuiltin anymore
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Justin Holewinski
[NVPTX] 64-bit ADDC/ADDE are not legal
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Justin Holewinski
[NVPTX] Fix vector loads from parameters that span...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Justin Holewinski
[NVPTX] Handle signext/zeroext attributes properly
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Justin Holewinski
[NVPTX] Add support for native SIGN_EXTEND_INREG where...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Justin Holewinski
[NVPTX] Make sure we zero out high-order 24 bits for...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-29
Benjamin Kramer
NVPTX: Fold otherwise unused variable into assert.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Justin Holewinski
[NVPTX] Calling conventions fix
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Justin Holewinski
[NVPTX] Add support for cttz/ctlz/ctpop
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Justin Holewinski
[NVPTX] Clean up comparison/select/convert patterns...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Justin Holewinski
[NVPTX] Remove i8 register class. PTX support for...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Justin Holewinski
[NVPTX] Add support for vectorized function return...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Justin Holewinski
[NVPTX] Clean up handling of formal arguments and enabl...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-28
Justin Holewinski
[NVPTX] Add infrastructure for vector loads/stores...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-25
Justin Holewinski
[NVPTX] Default pointer type doesn't make sense for...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-22
Chad Rosier
The getRegForInlineAsmConstraint function should only...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Andrew Trick
Order CALLSEQ_START and CALLSEQ_END nodes.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 3/4.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 2/4.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-30
Justin Holewinski
[NVPTX] Run clang-format on all NVPTX sources.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-24
Justin Holewinski
[NVPTX] Fix handling of vector arguments
blob
|
commitdiff
|
raw
|
diff to current
2013-03-08
Tom Stellard
DAGCombiner: Use correct value type for checking legali...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-07
Benjamin Kramer
ArrayRefize some code. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Jim Grosbach
Update TargetLowering ivars for name policy.
blob
|
commitdiff
|
raw
|
diff to current
next