aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1822-130/+228
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0916-234/+181
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2334-131/+280
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0241-1180/+577
* Bring in fixes for Cortex-A53 errata + build updates.Stephen Hines2014-10-171-3/+9
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2126-669/+890
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2937-229/+390
* Update to LLVM 3.5a.Stephen Hines2014-04-2439-648/+969
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1132-1156/+1533
|\
| * Merging r195148:Bill Wendling2013-11-272-4/+18
| * Merging r195491:Bill Wendling2013-11-251-0/+3
| * Merging r195339:Bill Wendling2013-11-211-3/+0
| * Merging r195317:Bill Wendling2013-11-211-0/+3
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-0/+3
| * 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