summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
...
* Add accidentally deleted "break"Krzysztof Parzyszek2016-04-251-0/+1
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-254-0/+15
* [Hexagon] Few fixes for exception handlingKrzysztof Parzyszek2016-04-251-0/+11
* Update discriminator assignment algorithm in clang assembler.Dehao Chen2016-04-221-1/+6
* MachO: enable .data_region directives everywhereTim Northover2016-04-212-5/+1
* Zero-initialize members of the CpuHashInfoTy structure for AsmParserAndrew Kaylor2016-04-211-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-185-8/+3
* AsmParser: record "# line file" context to calculate location for diagTim Northover2016-04-131-30/+40
* [MC/ELFObjectWriter] Fix indentation of class body.David Blaikie2016-04-121-131/+130
* MCParser: diagnose missing directional labels more clearly.Tim Northover2016-04-111-13/+27
* [Object] Make .alt_entry directive parsing MachO specific.Lang Hames2016-04-114-6/+25
* [Object] Report an error if .alt_entry is used with ELF or COFF.Lang Hames2016-04-082-1/+3
* Handle section vs global name conflict.Evgeniy Stepanov2016-03-282-15/+23
* MC: Don't access the filesystem in MCContext's constructorJustin Bogner2016-03-221-5/+0
* [ELF][gcc compatibility]: support section names with special characters (e.g....Marina Yatsina2016-03-221-8/+9
* [MCParser] Accept uppercase radix variants 0X and 0BColin LeMahieu2016-03-181-2/+2
* [MC] Rename TLSDESC as it's not ARM specific.Davide Italiano2016-03-151-2/+2
* [MachO] Extend the alt_entry support for aliases added in r263521 toLang Hames2016-03-151-4/+7
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-157-4/+31
* [MC] Rename TLSCALL as it's not ARM specific.Davide Italiano2016-03-151-2/+2
* Don't crash when compiling inline assembler containing .file directives.Adrian Prantl2016-03-091-3/+3
* [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina2016-03-071-0/+26
* [lanai] Add ELF enum value and relocations.Jacques Pienaar2016-03-011-0/+5
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-012-62/+0
* [MC][YAML] Rangify the loop. NFCSimon Atanasyan2016-03-011-6/+2
* AsmParser: Fix nested .irp/.irpcNikolay Haustov2016-03-011-1/+3
* Add capability to push/pop DFI in MCStreamer. NFCAmaury Sechet2016-02-241-2/+6
* [X86] Create mergeable constant pool entries for AVXDavid Majnemer2016-02-221-0/+4
* [codeview] Fix emission of file changes in inline line tablesReid Kleckner2016-02-191-1/+4
* Add support for merging strings with alignment larger than one char.Rafael Espindola2016-02-191-8/+16
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-23/+42
* [codeview] Bail on a DBG_VALUE register operand with no registerReid Kleckner2016-02-161-1/+3
* [MC] Fixed parsing of macro arguments where expressions with spaces are present.Scott Egerton2016-02-111-16/+20
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-0/+7
* [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu2016-02-102-10/+8
* [MC] Adding GOTREL expression variant.Colin LeMahieu2016-02-091-0/+2
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-058-7/+179
* [codeview] Don't attempt a cross-section label diffReid Kleckner2016-02-041-5/+11
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-025-12/+36
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-022-4/+2
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-027-38/+147
* Fix infinite recursion in MCAsmStreamer::EmitValueImpl.Rafael Espindola2016-02-011-7/+5
* Improved macro emission in dwarf.Amjad Aboud2016-02-011-4/+4
* [MCDwarf] Fix encoding of line tables with weird custom parametersFrederic Riss2016-01-311-2/+5
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-299-11/+11
* [CodeView] Implement .cv_inline_linetableDavid Majnemer2016-01-295-6/+155
* [codeview] Begin to add support for inlined call sitesReid Kleckner2016-01-291-3/+10
* Fix some -Wstring-conversion warningsDavid Blaikie2016-01-291-6/+6
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-298-8/+580
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-298-580/+8
OpenPOWER on IntegriCloud