DAGCombiner: Use correct value type for checking legality of BR_CC v3
[oota-llvm.git] / lib / Target / NVPTX / NVPTXISelLowering.cpp
2013-03-08 Tom StellardDAGCombiner: Use correct value type for checking legali...
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-01-23 Benjamin KramerNVPTX: Stop leaking memory by using a managed constant...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-05 Justin Holewinski[NVPTX] Fix crash with unnamed struct arguments
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-14 NAKAMURA TakumiNVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
2012-11-14 Justin Holewinski[NVPTX] Implement custom lowering of loads/stores for i1
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Bill WendlingUse new accessor methods to query for attributes.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-24 Craig TopperMark a couple arrays as static and const. Use array_len...
2012-05-04 David BlaikieFix warnings in release build.
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...