aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-6/+1
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-1/+17
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-182-0/+14
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+5
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-181-0/+4
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-171-1/+3
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-161-3/+0
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-161-54/+0
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-0/+7
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-161-9/+2
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-161-3/+4
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-0/+4
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-151-16/+89
* Properly encapsulate additional methods and data from AsmParser.Eli Bendersky2013-01-141-1/+43
* Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky2013-01-141-0/+4
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-142-0/+4
* Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky2013-01-141-1/+12
* Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky2013-01-141-0/+4
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-102-1/+5
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-1012-26/+26
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-2/+2
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-4/+15
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-092-5/+5
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-081-1/+0
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-082-11/+16
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-074-10/+32
* Add section information for the DWARF5 split debug proposalEric Christopher2013-01-041-0/+4
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-023-4/+3
* llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi2012-12-241-2/+0
* Add a missing assertion, the null register has no register units.Jakob Stoklund Olesen2012-12-211-0/+1
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-205-4/+113
* Fix inadvertant delete of 'has'.Jim Grosbach2012-12-201-1/+1
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-202-99/+0
* Clean up some DOxygen comments.Jim Grosbach2012-12-201-37/+33
* Clean up some DOxygen comments.Jim Grosbach2012-12-201-26/+25
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-192-2/+36
* Add isSubRegisterEq() and isSuperRegisterEq().Jim Grosbach2012-12-191-4/+14
* Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach2012-12-191-0/+17
* Fix doc comment. '///' not '//'.Jim Grosbach2012-12-191-3/+3
* Remove edis remnant.Benjamin Kramer2012-12-191-29/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-10/+0
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-181-0/+11
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-0/+13
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-164-0/+12
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-144-0/+23
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-1/+2
* Remove extraneous debugging code.Eric Christopher2012-12-131-2/+0
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-134-0/+29
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-124-9/+19
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-121-5/+6