Merging r258471:
[oota-llvm.git] / lib / Target / NVPTX / NVPTXInstrInfo.cpp
2015-10-15 Benjamin Kramer[NVPTX] Remove dead code.
2015-08-01 Jingyue Wu[NVPTX] allow register copy between float and int
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-06-27 Eric ChristopherRemove caching of the target machine in NVPTXInstrInfo and
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
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-12 Justin Holewinski[NVPTX] Disable vector registers
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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...