aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Revert r194865 and r194874.Alexey Samsonov2013-11-183-4/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-0/+4
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-21/+0
* Remove always true flag.Rafael Espindola2013-11-121-7/+0
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-081-0/+4
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-081-0/+2
* Remove another unused flag.Rafael Espindola2013-10-311-8/+0
* Remove unused flag.Rafael Espindola2013-10-311-5/+0
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-291-0/+21
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-281-0/+6
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-0/+2
* Fix ODR violation.Richard Smith2013-10-252-4/+4
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-1/+2
* Speling fixes.Benjamin Kramer2013-10-222-2/+2
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-0/+7
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-161-1/+3
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-161-0/+23
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-163-3/+17
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-131-6/+6
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-091-3/+3
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-083-43/+76
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-071-2/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-053-44/+20
* reverting per requestJack Carter2013-10-041-5/+0
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-0/+5
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-262-1/+8
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-251-4/+11
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+7
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-7/+0
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-232-2/+5
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-192-0/+21
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-181-1/+2
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-181-0/+3
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-121-1/+1
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+19
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-111-1/+1
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-091-0/+10
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-092-3/+5
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-0/+10
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-072-653/+638
* Remove 'param' label from comments. They aren't used properly here.Bill Wendling2013-09-041-15/+14
* MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-041-3/+3
* Add comments to the CFI instructions and reformat with clang-format. No funct...Bill Wendling2013-09-031-360/+398
* [MC] Revert part of my previous change, I was a bit overzealous.Joey Gouly2013-09-031-3/+3
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-032-6/+6
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-6/+5
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-7/+0
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+7
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-19/+6
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-6/+19