summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXISelLowering.cpp
Commit message (Expand)AuthorAge
...
* [NVPTX] Fix handling of vector argumentsJustin Holewinski2013-03-24
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-08
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-20
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer2013-01-23
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* [NVPTX] Fix crash with unnamed struct argumentsJustin Holewinski2012-12-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-29
* NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2012-11-14
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-14
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Use new accessor methods to query for attributes.Bill Wendling2012-10-04
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...Craig Topper2012-05-24
* Fix warnings in release build.David Blaikie2012-05-04
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04