aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-10@l and friends adjust their value depending the context used in.Joerg Sonnenberger1-26/+42
2014-08-10If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger1-2/+3
2014-06-25Move expression visitation logic up to MCStreamer.Rafael Espindola1-1/+1
2014-06-25Simplify the visitation of target expressions. No functionality change.Rafael Espindola1-29/+3
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-12Try harder to evaluate expressions when printing assembly.Rafael Espindola1-1/+4
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-08-28Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov1-4/+3
2013-08-27Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger1-3/+4
2013-07-08[PowerPC] Always use "assembler dialect" 1Ulrich Weigand1-3/+2
2013-06-21[PowerPC] Support @higher et.al. modifiersUlrich Weigand1-1/+29
2013-06-21[PowerPC] Support @h modifierUlrich Weigand1-0/+8
2013-06-21[PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand1-12/+12
2013-06-20[PowerPC] Optimize @ha/@l constructsUlrich Weigand1-9/+21
2013-05-23[PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand1-0/+108