summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Silence a sign mismatch warning; NFC.Aaron Ballman2015-08-101-1/+1
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* [MC/Dwarf] Allow to specify custom parameters for linetable emission.Frederic Riss2015-08-073-52/+54
* Force the MachO generated for Darwin to have VERSION_MIN load commandSteven Wu2015-08-051-0/+10
* Use range-based for loops. NFCCraig Topper2015-08-021-31/+26
* [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...Colin LeMahieu2015-07-272-1/+3
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-2/+2
* Fix a -Winconsistent-missing-override failure in the .intel_syntaxChandler Carruth2015-07-221-1/+1
* [X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm outputMichael Kuperstein2015-07-222-0/+13
* [MC] Correctly escape .safeseh's symbolDavid Majnemer2015-07-131-1/+2
* MC: Only allow changing feature bits in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-101-5/+12
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-15/+5
* MC: Remove MCSubtargetInfo::InitCPUSched()Duncan P. N. Exon Smith2015-07-101-5/+0
* Add <type_traits> for is_pod, fixing r241947Duncan P. N. Exon Smith2015-07-101-0/+1
* MC: Remove the copy of MCSchedModel in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-103-6/+39
* [MC] Switch static const to an enum to silence MSVC linker warningsDavid Majnemer2015-07-101-3/+0
* MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFCDuncan P. N. Exon Smith2015-07-081-1/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-1/+5
* Fix spelling, NFC.Yaron Keren2015-07-041-1/+1
* Convert a member variable to a local one.Rafael Espindola2015-07-021-3/+3
* Pack MCSymbol::Flags in to the bitfield with other members. NFC.Pete Cooper2015-07-011-0/+1
* Encode MCSymbol alignment as log2(align).Pete Cooper2015-07-011-0/+2
* Fix PR23872: Integrated assembler error message when using .type directive wi...Gabor Ballabas2015-07-011-4/+10
* Pack MCSymbol::HasName in to a spare bit in the section/fragment union.Pete Cooper2015-06-301-1/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-3/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+3
* [MC] Ensure that pending labels are flushed when -mc-relax-all flag is usedPetr Hosek2015-06-271-2/+9
* [MC] Align fragments when -mc-relax-all flag is usedPetr Hosek2015-06-271-6/+12
* IAS: Use the root macro instanciation for locationFrederic Riss2015-06-251-2/+2
* Diagnose undefined temporary symbols.Rafael Espindola2015-06-251-0/+5
* [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.Toma Tabacu2015-06-251-0/+23
* Enable StackMap Serialization for COFFSwaroop Sridhar2015-06-251-0/+5
* Revert r240302 ("Bring r240130 back.").Daniel Jasper2015-06-233-25/+19
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2313-18/+18
* MCExpr: Avoid UB by evaluating this shift as unsignedJustin Bogner2015-06-231-1/+1
* Fix PR23914.Evgeniy Stepanov2015-06-221-1/+1
* Move MCSymbol Value in to the union of Offset and CommonSize.Pete Cooper2015-06-221-0/+4
* Change .thumb_set to have the same error checks as .set.Pete Cooper2015-06-221-70/+106
* Bring r240130 back.Rafael Espindola2015-06-223-19/+25
* Update ELFObjectWriter::reset() following r238073.Yaron Keren2015-06-201-0/+1
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-194-27/+23
* Fix header path in CMake. NFC.Pete Cooper2015-06-191-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1913-18/+18
* Make all temporary symbols unnamed.Rafael Espindola2015-06-193-19/+25
* [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...Colin LeMahieu2015-06-182-1/+10
* Devirtualize and pack MCFragment to reduce memory usage.Pete Cooper2015-06-172-49/+79
* Move IsUsedInReloc from MCSymbolELF to MCSymbol.Rafael Espindola2015-06-172-24/+2
* Use named temporaries for directional labels.Rafael Espindola2015-06-171-9/+10
* [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.Benjamin Kramer2015-06-171-9/+8
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+9
OpenPOWER on IntegriCloud