summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
Commit message (Expand)AuthorAge
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-07
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-07
* [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.Venkatraman Govindaraju2014-01-29
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc., Venkatraman Govindaraju2014-01-07
* [Sparc] Add ELF Object Writer for Sparc. Venkatraman Govindaraju2014-01-06
* [Sparc] Add target specific MCExpr class to handle sparc specific modifiers l...Venkatraman Govindaraju2013-12-26