Tidy up. Formatting.
[oota-llvm.git] / lib / Target / NVPTX /
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Bill WendlingRemove layering violation #include.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-05 Yuan LinFix header file include order in NVPTX backend NV_CONTRIB
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-31 Joel JonesFix typos
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-24 Jakob Stoklund OlesenShrink.
2012-05-24 Craig TopperConvert assert(0) to llvm_unreachable.
2012-05-24 Craig TopperMark a couple arrays as static and const. Use array_len...
2012-05-15 Bill WendlingRemove extraneous ';'.
2012-05-08 Eric ChristopherRemove excess semi-colons to quiet warnings.
2012-05-05 Benjamin KramerNVPTX: Initialize the UseF32FTZ flag.
2012-05-04 David BlaikieFix warnings in release build.
2012-05-04 Chandler CarruthFix a Clang warning in the new NVPTX backend:
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...