Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXISelLowering.cpp
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...