summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-0/+1
* Recognize strings for Hexagon-specific variant kindsKrzysztof Parzyszek2015-12-181-0/+7
* ELF can handle some relocations of the form -sym + constant.Rafael Espindola2015-11-021-5/+0
* ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne2015-10-261-1/+2
* Prevent assertion with "llc -debug" and anonymous symbols.Tim Northover2015-10-151-1/+1
* Fix pr24486.Rafael Espindola2015-10-051-25/+20
* [MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola.Davide Italiano2015-09-111-3/+3
* [MC] Don't crash on division by zero.Davide Italiano2015-09-111-1/+11
* MCExpr: Avoid UB by evaluating this shift as unsignedJustin Bogner2015-06-231-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-12/+18
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* Remember if a weakref of a symbol has been used.Rafael Espindola2015-06-031-0/+7
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-31/+31
* Remove getData.Rafael Espindola2015-05-291-6/+3
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-2/+2
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-1/+1
* Fix crash in MCExpr::print.Pete Cooper2015-05-291-1/+1
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-2/+2
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-1/+1
* Stop using MCSectionData in MCExpr.h.Rafael Espindola2015-05-261-2/+1
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-3/+4
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-3/+3
* MC: Use MCSymbol in MCObjectWriter::isWeak(), NFCDuncan P. N. Exon Smith2015-05-201-2/+1
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-2/+2
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* [Hexagon] Adding expression MC emission and removing XFAIL from test that hit...Colin LeMahieu2015-05-011-0/+12
* [MC] Split MCBinaryExpr::Shr into LShr and AShr.Ahmed Bougacha2015-04-281-4/+6
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-04-031-0/+4
* Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...Peter Collingbourne2015-04-021-3/+0
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-301-0/+3
* Fix PR23025.Rafael Espindola2015-03-261-4/+13
* clang-format bits of code to make another patch readable.Rafael Espindola2015-03-251-18/+11
OpenPOWER on IntegriCloud