summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
...
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-06
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* [MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff2013-02-05
* Format comments & clean whitespaceEli Bendersky2013-02-05
* This patch changes a static_cast to dyn_castJack Carter2013-02-05
* Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth2013-01-31
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* This patch reworks how llvm targets set Jack Carter2013-01-30
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-18
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-17
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-16
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-16
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-16
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-16
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-15
* Properly encapsulate additional methods and data from AsmParser.Eli Bendersky2013-01-14
* Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky2013-01-14
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky2013-01-14
* Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky2013-01-14
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-08
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Add section information for the DWARF5 split debug proposalEric Christopher2013-01-04
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi2012-12-24
* Add a missing assertion, the null register has no register units.Jakob Stoklund Olesen2012-12-21
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* Fix inadvertant delete of 'has'.Jim Grosbach2012-12-20
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Clean up some DOxygen comments.Jim Grosbach2012-12-20
* Clean up some DOxygen comments.Jim Grosbach2012-12-20
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Add isSubRegisterEq() and isSuperRegisterEq().Jim Grosbach2012-12-19
* Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach2012-12-19
* Fix doc comment. '///' not '//'.Jim Grosbach2012-12-19
* Remove edis remnant.Benjamin Kramer2012-12-19
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19