summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Replace 'isDarwin' with 'IsDarwin'Xiangling Liao2019-10-061-2/+2
* 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/+12
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-3/+3
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-10/+10
* @l and friends adjust their value depending the context used in.Joerg Sonnenberger2014-08-101-26/+42
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-2/+3
* 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-29/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-121-1/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov2013-08-281-4/+3
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-3/+4
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-3/+2
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-1/+29
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-0/+8
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-12/+12
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-201-9/+21
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-0/+108
OpenPOWER on IntegriCloud