llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
[oota-llvm.git] / lib / Target / NVPTX /
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...