Regen.
[oota-llvm.git] / include / llvm / MC /
2013-04-26 Adrian PrantlCleanup and document MachineLocation.
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-22 Chad Rosier[ms-inline asm] Remove the identifier parsing logic...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-15 Jim GrosbachSimplify the MCInst operator iterator declaration.
2013-04-11 Chad Rosier[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete...
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-04-10 Bill WendlingTrack the compact unwind encoding for when we are unabl...
2013-04-10 Chad RosierReapply r179115, but use parsePrimaryExpression a littl...
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-08 Matt ArsenaultUpdate documentation.
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-18 Jakub StaszakMake methods const.
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Eric ChristopherGrammar.
2013-02-12 Chad Rosier[ms-inline-asm] Implement align directive (which is...
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-06 Jim GrosbachAllow targets to add custom asm operand matching logic.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Derek Schuff[MC] Bundle alignment: Invalidate relaxed fragments
2013-02-05 Eli BenderskyFormat comments & clean whitespace
2013-02-05 Jack CarterThis patch changes a static_cast to dyn_cast
2013-01-31 Chandler CarruthFix a think-o in the condition here. =[ I would commit...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-18 Daniel Dunbar[MC] Expose ParseEscapedString to target AsmParser...
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-16 Eli BenderskyClean up some unnecessary headers and forward declarations
2013-01-16 Eli BenderskyNow that GenericAsmParser was folded into AsmParser...
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-16 Eli BenderskyReplace virtual hasFixups with explicit fragment type...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-08 Eli BenderskySimplify the code a bit: MCRelaxableFragment doesn...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-04 Eric ChristopherAdd section information for the DWARF5 split debug...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-24 NAKAMURA Takumillvm/MC/MCMachObjectWriter.h: ComputeSymbolTable()...
2012-12-21 Jakob Stoklund OlesenAdd a missing assertion, the null register has no regis...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Jim GrosbachFix inadvertant delete of 'has'.
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Jim GrosbachAdd isSubRegisterEq() and isSuperRegisterEq().
2012-12-19 Jim GrosbachMove isSubRegister() and isSuperRegister to MCRegisterInfo.
2012-12-19 Jim GrosbachFix doc comment. '///' not '//'.
2012-12-19 Benjamin KramerRemove edis remnant.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-13 Eric ChristopherRemove extraneous debugging code.
2012-12-13 Eric ChristopherAdd a way of printing out an arbitrary label name for...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-12 Eli BenderskyMake naming consistent, add comments and sanity asserts
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
2012-12-10 Eli BenderskyCleanup formatting, comments and naming.
2012-12-08 Logan ChienFix Windows build breakage.
2012-12-07 Eli BenderskyMake the contents of encoded sections SmallVector<char...
2012-12-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-07 Logan ChienSplit MCELFStreamer into a header file.
2012-12-06 Pedro Artigasfixed valgrind issues of prior commit, this change...
next