aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAgeFilesLines
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer2013-01-231-3/+5
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-072-12/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0219-53/+53
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-10/+5
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-302-3/+2
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* MachineInstrBuilderize NVPTX.Jakob Stoklund Olesen2012-12-201-39/+30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-192-2/+2
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-131-0/+2
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-072-2/+2
* [NVPTX] Fix crash with unnamed struct argumentsJustin Holewinski2012-12-051-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-049-18/+18
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0312-67/+67
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-292-0/+7
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-161-3/+67
* NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2012-11-141-6/+4
* Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak2012-11-141-3/+3
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-142-2/+61
* Remove unused field.Eric Christopher2012-11-121-1/+0
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-124-11/+57
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-091-0/+3
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-5/+3
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-4/+5
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-4/+3
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-182-1/+12
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-182-12/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-3/+5
* Revert 165732 for further review.Micah Villmow2012-10-111-4/+3
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-3/+4
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-102-1/+12
* Create enums for the different attributes.Bill Wendling2012-10-092-2/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-087-28/+28
* Use new accessor methods to query for attributes.Bill Wendling2012-10-042-2/+2
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-021-6/+0
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-5/+5
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-6/+6
* Remove layering violation #include.Bill Wendling2012-06-281-1/+0
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-8/+6
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+1
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-062-8/+2
* Fix header file include order in NVPTX backend NV_CONTRIBYuan Lin2012-06-051-2/+2
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Fix typosJoel Jones2012-05-311-2/+2
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-252-36/+24
* Shrink.Jakob Stoklund Olesen2012-05-241-7145/+18
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-245-31/+20