summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-1/+1
* [Sparc] Add support for 13-bit PICDaniel Cederman2018-06-111-0/+5
* [Sparc] Include __tls_get_addr in symbol table for TLS calls to itJonas Devlieghere2018-02-211-2/+14
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+0
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-5/+2
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-3/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-2/+1
* 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-31/+3
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+1
* [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-3/+1
* [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju2014-02-071-1/+46
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-071-1/+30
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-071-5/+14
* [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.Venkatraman Govindaraju2014-01-291-0/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc., Venkatraman Govindaraju2014-01-071-0/+31
* [Sparc] Add ELF Object Writer for Sparc. Venkatraman Govindaraju2014-01-061-3/+55
* [Sparc] Add target specific MCExpr class to handle sparc specific modifiers l...Venkatraman Govindaraju2013-12-261-0/+84
OpenPOWER on IntegriCloud