Merging r258471:
[oota-llvm.git] / lib / Target / NVPTX / MCTargetDesc /
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-06-30 Samuel AntaoForce relocation mode to be default, regardless of...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the NVPTX...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-12 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-09 Justin Holewinski[NVPTX] Add query support for read-write images and...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-03 Rafael EspindolaDon't set PrivateGlobalPrefix for NVPTX and R600.
2013-12-02 Rafael EspindolaDon't set PrivateGlobalPrefix twice in the same function.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-06-10 Justin Holewinski[NVPTX] Remove old CONST_NOT_GEN address space that...
2013-05-23 Benjamin KramerMore symbols that should be static.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...