summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAge
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-21
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-19
* [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...Justin Holewinski2013-06-10
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-31
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-31
* [NVPTX] Fix case where a sext load of an i1 type may produce anJustin Holewinski2013-05-30
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* More symbols that should be static.Benjamin Kramer2013-05-23
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-21
* [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...Justin Holewinski2013-05-20
* [NVPTX] Add programmatic interface to NVVMReflect passJustin Holewinski2013-05-20
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-20
* [NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...Justin Holewinski2013-05-20
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* [NVPTX] Fix a few style issues in NVVMReflectJustin Holewinski2013-04-02
* [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski2013-03-30
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-30
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-30
* [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
* Fix PR10475Michael Liao2013-03-01
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-20
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski2013-02-09
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer2013-01-23
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Remove duplicate includes.Roman Divacky2012-12-21
* MachineInstrBuilderize NVPTX.Jakob Stoklund Olesen2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-13
* 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
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* 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