summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: Diagnose an unexpected token in COFF .section instead of assertingReid Kleckner2014-08-111-0/+4
* SubTargetFeature.cpp: it seems the size of this SmallVector should be 3Hans Wennborg2014-08-111-1/+1
* Fix tabs.Joerg Sonnenberger2014-08-101-4/+4
* If available, pass down the Fixup object to EvaluateAsRelocatable.Joerg Sonnenberger2014-08-103-24/+32
* MC: remove duplicated codeSaleem Abdulrasool2014-08-091-14/+2
* MC: cleanup includesSaleem Abdulrasool2014-08-091-1/+0
* MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool2014-08-074-59/+84
* Enable Darwin vararg parameters support in assembler macros.Kevin Enderby2014-08-041-1/+1
* MC: virtualise EmitWindowsUnwindTablesSaleem Abdulrasool2014-08-031-4/+0
* MC: rename Win64EHFrameInfo to WinEH::FrameInfoSaleem Abdulrasool2014-08-033-26/+38
* Add support for StackMap section for ELF/Linux systemsPhilip Reames2014-08-011-0/+6
* Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it ...Eric Christopher2014-07-312-0/+575
* Fixing CMake problems with MCObjectDisassembler.cpp not existing.Aaron Ballman2014-07-311-1/+0
* Remove MCObjectDisassembler.cpp as it is untested and unused.Eric Christopher2014-07-311-574/+0
* Move MCObjectSymbolizer.h to MC/MCAnalysis.Rafael Espindola2014-07-312-2/+2
* Fix loop end condition.Eric Christopher2014-07-311-1/+1
* Reapply "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-07-251-7/+7
OpenPOWER on IntegriCloud