summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Extend C disassembler API to allow specifying target featuresBradley Smith2014-09-301-10/+16
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-293-91/+62
* WinCOFFObjectWriter.cpp: make write_uint32_le more efficientHans Wennborg2014-09-281-6/+4
* MC: Use @IMGREL instead of @IMGREL32, which we can't parseReid Kleckner2014-09-251-1/+1
* Revert r218380. This was breaking Apple internal build bots.Akira Hatanaka2014-09-241-6/+14
* Replace a hand-written suffix compare with std::lexicographical_compare.Benjamin Kramer2014-09-241-14/+6
* Downgrade DWARF2 section limit error to a warningOliver Stannard2014-09-222-5/+7
* ms-inline-asm: Add a sema callback for looking up label namesEhsan Akhgari2014-09-221-6/+18
* MC: Support aligned COMMON symbols for COFFDavid Majnemer2014-09-212-5/+16
* MC: Fix MCSectionCOFF::PrintSwitchToSectionDavid Majnemer2014-09-201-7/+11
* MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFFDavid Majnemer2014-09-201-1/+1
* Elide unnecessary DenseMap copy.Benjamin Kramer2014-09-191-3/+3
* Another required re-setting for MCStreamer::reset().Yaron Keren2014-09-171-0/+1
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-174-0/+15
* This add a reset method for WinCOFFObjectWriter, like other MC* classes.Yaron Keren2014-09-161-0/+16
* Fix the build for MSVC, it doesn't support extended sizeofDavid Majnemer2014-09-151-4/+4
* MC: Add support for BigObjDavid Majnemer2014-09-151-59/+91
* Object: Add support for bigobjDavid Majnemer2014-09-101-1/+1
* MC: correct DWARF line info for PE/COFFSaleem Abdulrasool2014-09-061-1/+2
* MC: correct DWARF header for PE/COFF assembly inputSaleem Abdulrasool2014-09-051-4/+4
* MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner2014-09-044-27/+62
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-2/+2
* Nuke MCAnalysis.Sean Silva2014-09-0212-1668/+2
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-022-12/+10
* Fix left shifts by too large exponents in MCParserAlexey Samsonov2014-09-021-7/+8
* MC: remove unnecessary enumeration prefixSaleem Abdulrasool2014-09-011-1/+1
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-8/+8
* Silence a -Wsign-compare warning. NFC.Aaron Ballman2014-08-281-1/+1
* MC: Don't crash when the COFF section limit is reachedDavid Majnemer2014-08-281-6/+11
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+4
* Remove unused argument.Rafael Espindola2014-08-271-9/+6
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-4/+4
* Convert MC command line option for fatal assembler warnings into aJoerg Sonnenberger2014-08-262-8/+4
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-6/+6
* Don't allow MCStreamer::EmitIntValue to output 0-byte integers.Alexey Samsonov2014-08-202-2/+3
* Remove unused field.Rafael Espindola2014-08-201-3/+1
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-1/+1
* Remove unused member variable.Rafael Espindola2014-08-171-10/+7
* Make EmitAbsValue an static helper.Rafael Espindola2014-08-152-31/+31
* Delete dead code. NFC.Rafael Espindola2014-08-151-6/+0
* Make EmitDwarfSetLineAddr an static helper. NFC.Rafael Espindola2014-08-152-13/+13
* Make BuildSymbolDiff an static helper.Rafael Espindola2014-08-152-15/+13
* Make ForceExpAbs an static helper.Rafael Espindola2014-08-151-3/+4
* Add a helper to MCExpr for when an expression is know to be absolute.Rafael Espindola2014-08-153-22/+23
* Remove HasLEB128.Rafael Espindola2014-08-153-4/+0
* Don't print comments to an object streamer :-)Rafael Espindola2014-08-151-128/+13
* EmitAbsValue is the same as EmitValue on non-darwin. NFC.Rafael Espindola2014-08-151-1/+1
* MC: AsmLexer: handle multi-character CommentStrings correctlySaleem Abdulrasool2014-08-141-5/+13
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
OpenPOWER on IntegriCloud