[DebugInfo] Add debug locations to constant SD nodes
[oota-llvm.git] / lib / Target / NVPTX / NVPTXISelDAGToDAG.h
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2015-01-30 Eric ChristopherMigrate NVPTXISelDAGToDAG's getSubtarget to a runOnMach...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-17 Justin Holewinski[NVPTX] Improve handling of FP fusion
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Add isel patterns for bit-field extract (bfe)
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-21 Chandler Carruth[Modules] Consolidate the DEBUG_TYPE defines in NVPTX...
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-03-24 Justin Holewinski[NVPTX] Add isel patterns for addrspacecast
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2013-07-22 Justin Holewinski[NVPTX] Use approximate FP ops when unsafe-fp-math...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-05-21 Justin Holewinski[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
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-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...