aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-5/+8
* Remove address spaces from MC.Rafael Espindola2013-07-021-33/+26
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-48/+46
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-6/+11
* Use object file specific section type for initial text sectionNico Rieck2013-04-141-6/+1
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-5/+8
* Fix another typo in the classof definitions that doesn't (currently)Chandler Carruth2013-02-011-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-1/+5
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-181-0/+1
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+10
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-3/+8
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-2/+4
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-0/+19
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+11
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+11
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-0/+9
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-4/+7
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-5/+8
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-1/+1
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-2/+2
* Fix typo in assembly directive. Noticed by inspection.Eric Christopher2012-05-311-1/+1
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+16
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-1/+1
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-031-1/+1
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-281-2/+4
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+2
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+8
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-2/+3
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-231-0/+11
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-091-5/+9
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-071-5/+5
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-2/+2
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+6
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+4
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-8/+27
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+1
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-3/+12
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-2/+3
* Remove one last reference to Target in MC library.Evan Cheng2011-07-261-1/+1
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-5/+5
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-1/+0
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-2/+15
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-2/+3
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-4/+4
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-4/+5