summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove always true flag.Rafael Espindola2013-11-12
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-08
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-08
* Remove another unused flag.Rafael Espindola2013-10-31
* Remove unused flag.Rafael Espindola2013-10-31
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25
* Fix ODR violation.Richard Smith2013-10-25
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* Speling fixes.Benjamin Kramer2013-10-22
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-16
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-13
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-09
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-25
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-25
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-11
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-09
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-07
* Remove 'param' label from comments. They aren't used properly here.Bill Wendling2013-09-04
* MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]NAKAMURA Takumi2013-09-04