summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NVPTX] Added support for half-precision floating point.Artem Belevich2017-01-131-2/+8
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-3/+3
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-1/+2
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-2/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-12/+12
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+2
* Fix a [-Werror,-Winconsistent-missing-override] problem in theEric Christopher2015-04-281-1/+1
* [NVPTX] Handle addrspacecast constant expressions in aggregate initializersJustin Holewinski2015-04-281-0/+44
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-1/+2
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-251-1/+1
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-251-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-5/+5
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-061-0/+83
OpenPOWER on IntegriCloud