summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: Reduce MCAssembler::Symbols API exposure, NFCDuncan P. N. Exon Smith2015-05-151-5/+2
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* Compute A-B when A or B is weak.Rafael Espindola2015-04-171-1/+1
* [MC] Write padding into fragments when -mc-relax-all flag is usedPetr Hosek2015-04-121-18/+31
* Remove unnecessary uses of AliasedSymbol.Rafael Espindola2015-04-061-4/+3
* Be consistent when deciding if a relocation is needed.Rafael Espindola2015-04-061-3/+2
* Fix PR23025.Rafael Espindola2015-03-261-1/+1
* Fix fixup evaluation when deciding what to relocate with.Rafael Espindola2015-03-251-15/+3
* Fix warning on non-assert build.Rafael Espindola2015-03-251-0/+2
* Produce an error instead of asserting on invalid .sleb128/.uleb128.Rafael Espindola2015-03-251-3/+10
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-3/+3
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-16/+10
* Add r224985 back with fixes.Rafael Espindola2015-01-191-2/+14
* Produce errors when an assignment expression would use a common symbol.Rafael Espindola2015-01-191-1/+11
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-14/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-2/+14
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-091-2/+3
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-061-3/+2
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-14/+2
* Add r224985 back with a fix.Rafael Espindola2014-12-311-2/+14
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-14/+2
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-2/+14
* Refactor duplicated code.Rafael Espindola2014-12-291-2/+3
* [MC] Make bundle alignment mode setting idempotent and support nested bundlesDerek Schuff2014-10-151-1/+22
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-4/+3
* MC: Bit pack MCSymbolData.Benjamin Kramer2014-10-111-7/+6
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-171-0/+5
* Add a helper to MCExpr for when an expression is know to be absolute.Rafael Espindola2014-08-151-12/+3
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-101-6/+7
* MC: make MCSymbolData::dump work on const objectsDavid Majnemer2014-07-051-1/+1
* Avoid revocations when possible.Rafael Espindola2014-07-011-1/+16
* Report error for non-zero data in .bssWeiming Zhao2014-06-221-2/+8
* Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola2014-05-011-0/+22
* Provide a version of getSymbolOffset that returns false on error.Rafael Espindola2014-04-301-14/+43
* Grammar fix.Rafael Espindola2014-04-301-1/+1
* Simplify getSymbolOffset.Rafael Espindola2014-04-301-26/+28
* Another missing include for MSVC.Benjamin Kramer2014-04-291-1/+1
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-291-0/+25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-8/+8
* Revert debug info compression support.David Blaikie2014-04-101-47/+0
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-051-10/+10
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-291-0/+1
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-8/+12
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-271-0/+47
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+1
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-121-2/+2
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-1/+1
* Fix indentation.Joerg Sonnenberger2014-01-131-11/+11
OpenPOWER on IntegriCloud