summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fixup evaluation when deciding what to relocate with.Rafael Espindola2015-03-251-38/+30
* Produce an error instead of asserting on invalid .sleb128/.uleb128.Rafael Espindola2015-03-251-7/+4
* Expand variables when evaluating absolute expressions.Rafael Espindola2015-03-041-1/+1
* [MC][Target] Implement support for R_X86_64_SIZE{32,64}.Davide Italiano2015-03-041-0/+2
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-111-0/+2
* Instead of explicitely comparing both lowercase and uppercase variants.Roman Divacky2014-12-181-81/+1
* Add a corresponding '@LOCAL' parse to match r224415.Justin Hibbits2014-12-181-0/+1
* Add parsing of 'foo@local".Justin Hibbits2014-12-171-0/+1
* Add support for small-model PIC for PowerPC.Justin Hibbits2014-11-121-0/+1
* MC: Shrink MCSymbolRefExpr by only storing the bits we need.Benjamin Kramer2014-10-111-8/+19
* MC: Use @IMGREL instead of @IMGREL32, which we can't parseReid Kleckner2014-09-251-1/+1
* Add a helper to MCExpr for when an expression is know to be absolute.Rafael Espindola2014-08-151-6/+20
* Fix tabs.Joerg Sonnenberger2014-08-101-4/+4
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-16/+23
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-271-0/+2
* Fix pr19645.Rafael Espindola2014-05-031-2/+1
* Parse and create GOT_PREL relocations.Joerg Sonnenberger2014-04-291-0/+2
* Add an option for evaluating past symbols.Rafael Espindola2014-04-281-17/+26
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-2/+2
OpenPOWER on IntegriCloud