summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* [AIX] TOC pseudo expansion for 64bit large + 64bit small + 32bit large modelsXiangling Liao2019-10-171-0/+4
* [MC] Delete an overload of MCExpr::evaluateKnownAbsolute and its associated hackFangrui Song2019-08-201-14/+7
* [DebugInfo] Some fields do not need relocations even relax is enabled.Hsiangkai Wang2019-07-191-2/+19
* Changes to display code view debug info type records in hex formatNilanjana Basu2019-07-171-5/+12
* AMDGPU: Prepare for explicit absolute relocations in code generationNicolai Haehnle2019-06-161-0/+4
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-2/+6
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-221-6/+0
* [mips][micromips] Fix how values in .gcc_except_table are calculatedPetar Jovanovic2019-02-071-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+2
* [mips][micromips] Fix how values in .gcc_except_table are calculatedAleksandar Beserminji2018-10-161-0/+5
* [WebAssembly] Fixed missing "global" symbol type in AsmParser.Wouter van Oortmerssen2018-10-041-0/+1
* [MC] Cleanup noop default case spelling. NFC.Nirav Dave2018-08-161-1/+1
* [MC][X86] Enhance X86 Register expression handling to more closely match GCC.Nirav Dave2018-08-161-1/+15
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-0/+1
* [PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile2018-06-151-0/+8
* [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile2018-06-151-0/+4
* AMDGPU: Add 64-bit relative variant kindKonstantin Zhuravlyov2018-06-111-0/+2
* [RISCV] Add symbol diff relocation support for RISC-VAlex Bradbury2018-05-231-2/+7
* Correct compatibility with the GNU Assembler's handling of comparison opsBill Wendling2018-05-141-2/+20
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-1/+5
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-5/+1
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-1/+5
* [WebAssembly] Added initial AsmParser implementation.Derek Schuff2018-03-201-0/+2
* [MC] Don't crash on modulo by zero (PR35650)Simon Pilgrim2018-02-221-2/+5
* Revert and accidentally committed revert commitDylan McKay2017-12-091-0/+10
* Revert "[AVR] Override ParseDirective"Dylan McKay2017-12-091-10/+0
* [AVR] Override ParseDirectiveLeslie Zhai2017-12-071-0/+10
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [MachO] Fix codegen of alias of alias.Evgeniy Stepanov2017-06-081-0/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Assembler] Add location info to unary expressions.Sanne Wouda2017-03-101-2/+2
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-0/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-4/+11
* MC: Introduce the ABS8 symbol modifier.Peter Collingbourne2017-01-311-0/+2
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* [Assembler] Improve error when unable to evaluate expression.Chad Rosier2017-01-191-6/+7
* [AMDGPU] Add 32-bit lo/hi got and pc relative variant kinds and emit appropri...Konstantin Zhuravlyov2016-10-141-0/+8
* [MC] Remove guard(s). NFCI.Davide Italiano2016-08-221-2/+0
* [MCExpr] avoid UB via negation of INT_MINSanjay Patel2016-05-201-2/+5
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-28/+3
* [MC] Rename TLSDESC as it's not ARM specific.Davide Italiano2016-03-151-2/+2
* [MC] Rename TLSCALL as it's not ARM specific.Davide Italiano2016-03-151-2/+2
* [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu2016-02-101-8/+6
* [MC] Adding GOTREL expression variant.Colin LeMahieu2016-02-091-0/+2
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
OpenPOWER on IntegriCloud