Use AttributeSet accessor methods instead of Attribute accessor methods.
[oota-llvm.git] / include / llvm / MC /
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...
2012-12-06 NAKAMURA TakumiRevert r169456, "change MCContext to work on the doInit...
2012-12-06 Pedro Artigaschange MCContext to work on the doInitialization/doFina...
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-05 Eli BenderskyRemove unused methods
2012-12-05 Eli BenderskyRemove the non-const getInst accessor. It wasn't being...
2012-12-05 Benjamin KramerTry to unbreak the build on hosts that don't transitive...
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Eric ChristopherAdd the rest of the experimental fission sections to MC.
2012-11-29 Jakob Stoklund OlesenAdd an MCPhysReg typedef to replace naked uint16_t.
2012-11-28 Eric ChristopherAdd brief support for the fission .debug_info.dwo secti...
2012-11-28 Eric ChristopherRearrange ordering of sections.
2012-11-28 Eric ChristopherMove and comment accessor routines.
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-25 Rafael EspindolaFurther cleanups. Thanks for Sean Silva for noticing it.
2012-11-24 Rafael EspindolaChange the representation of MCCFIInstruction.
2012-11-24 Rafael EspindolaGive each MCCFIInstruction its own opcode.
2012-11-24 Rafael EspindolaMove a bit of duplicated code into a helper function.
2012-11-24 Rafael EspindolaRefactor how MCCFIInstructions are created.
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-21 Akira HatanakaAdd relocations used for mips big GOT.
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-11-06 Andrew Trickmisched: TargetSchedule interface for machine resources.
2012-10-26 Lang HamesMCRegisterClass should be returned by const ref, not...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-25 Kaelyn UhrainFix anonymous namespace issue introduced by r166714:
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-25 Michael LiaoAdd 'const' qualifier on member functions not changing...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-22 Eli Friedman[ms-inline-asm] Implement _emit directive (which is...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-22 Chad Rosier[ms-inline asm] Add the isOffsetOf() function.
next