aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser canEli Bendersky2013-01-141-4/+0
* Properly encapsulate additional methods and data from AsmParser.Eli Bendersky2013-01-141-67/+72
* Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky2013-01-141-1/+1
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-147-11/+34
* Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky2013-01-141-12/+8
* Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky2013-01-141-4/+7
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-132-13/+13
* Stop hiding the interface-exposed EatToEndOfStatement (see r172276).Eli Bendersky2013-01-121-2/+1
* Make ParseIdentifier a public method instead of private.Eli Bendersky2013-01-121-4/+4
* Proof of concept moving of generic directive parsing from AsmParser to theEli Bendersky2013-01-111-41/+38
* Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a co...NAKAMURA Takumi2013-01-111-4/+2
* llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined...NAKAMURA Takumi2013-01-111-2/+4
* Rename enumerations s/VK/DK/ to conform to naming conventionEli Bendersky2013-01-101-153/+153
* fix comments a bitEli Bendersky2013-01-101-2/+2
* Remove a couple of if-else chains in parsing directives, replacing them by aEli Bendersky2013-01-101-149/+240
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-101-12/+13
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-10/+7
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-092-3/+3
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-092-19/+19
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-1/+1
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-081-3/+2
* Rename statistic for instruction fragments -> relaxableEli Bendersky2013-01-081-3/+3
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-084-27/+29
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-076-17/+66
* [ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels whenChad Rosier2013-01-071-1/+2
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-072-11/+12
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-0/+11
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-042-1/+1
* Add section information for the DWARF5 split debug proposalEric Christopher2013-01-041-0/+3
* [MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...Michael J. Spencer2013-01-031-22/+14
* Fix an unitialized member variable that may have caused sporadic failuresEli Bendersky2012-12-201-1/+2
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-206-15/+276
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-202-17/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-1911-2186/+0
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-182-0/+20
* Formatting.Eric Christopher2012-12-181-1/+1
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-182-1/+8
* Cleanup formatting and whitespace.Eric Christopher2012-12-181-9/+10
* EmitDebugLabel should by default be the same as EmitLabel everywhere.Reed Kotler2012-12-171-0/+5
* fix indentationEli Bendersky2012-12-171-1/+1
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-172-3/+3
* Teach MachO which sections contain codeTim Northover2012-12-171-1/+1
* MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().NAKAMURA Takumi2012-12-161-1/+0
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-169-1/+39
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-143-1/+17
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-1/+2
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-124-19/+46
* [ms-inline asm] Make sure we fail gracefully on parse errors. Parse errorsChad Rosier2012-12-121-2/+9
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-121-24/+27
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-0/+5