summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Replace 'isDarwin' with 'IsDarwin'Xiangling Liao2019-10-061-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile2018-06-151-0/+2
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-13/+13
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-3/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* @l and friends adjust their value depending the context used in.Joerg Sonnenberger2014-08-101-0/+4
* 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
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-11/+14
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-1/+5
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-0/+5
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-6/+6
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-201-2/+8
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-0/+78
OpenPOWER on IntegriCloud