Move passes from namespace llvm into anonymous namespaces. Sort includes while there.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXRegisterInfo.cpp
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-05-24 Craig TopperConvert assert(0) to llvm_unreachable.
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...