Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / NVPTX / NVPTXRegisterInfo.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2014-07-16 Justin Holewinski[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
2014-04-30 Craig TopperDe-virtualize or remove some methods that have no overr...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-06-19 Bill WendlingDon't pass in the TargetInstrInfo into the register...
2013-05-31 Justin Holewinski[NVPTX] Re-enable support for virtual registers in...
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...