Remove support for parsing the "type i32" syntax for defining a numbered
[oota-llvm.git] / lib / MC /
2011-06-18 Benjamin KramerDirectly print to a raw_ostream instead of printing...
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-18 Bill Wendling* Override the "EmitBytes" function, since it can sneak...
2011-06-17 Bill WendlingRemove false assertion.
2011-06-17 Bill WendlingDisable for another investigation.
2011-06-17 Bill WendlingSupport only DwarfCFI or SjLj exception handling in...
2011-06-17 Bill WendlingSjLj exception handling LSDA decoding support wasn...
2011-06-17 Bill WendlingDisable to investigate ARM failure.
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Benjamin KramerRemove a useless copy of MCELFStreamer. Patch by Logan...
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-06-09 Jason W KimRemove an uneeded switch - Turns out reloc results...
2011-06-07 Roman DivackyMake EmitIntValue() work properly on big-endian targets.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-06-05 Rafael EspindolaProduce an undefined reference to _GLOBAL_OFFSET_TABLE_...
2011-06-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-06-02 Jim Grosbach.cfi directive register parsing flexibility.
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
2011-05-27 Charles DavisStart keeping track of where the various unwind instruc...
2011-05-27 Charles DavisAdd missing break statements. Align UNWIND_INFO and...
2011-05-27 Charles DavisMy attempt at fixing the leak reported by the valgrind...
2011-05-27 Charles DavisFix inverted conditional in SaveReg and SaveXMM. Err...
2011-05-26 Charles DavisTest .seh_startchained and .seh_endchained parsing.
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-24 Charles DavisTest basic SEH directive-parsing functionality. Fix...
2011-05-24 Charles DavisImplement the rest of the SEH directive-parsing methods...
2011-05-23 Jim GrosbachPropagate error correctly in the MC Asm parser for...
2011-05-23 Charles DavisImplement .seh_stackalloc and .seh_pushframe parsing.
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2011-05-22 Chris Lattnerswitch to using a smallvector to avoid allocations...
2011-05-22 Chris Lattnertidy some things up.
2011-05-22 Charles DavisImplement emission of all Win64 exception tables. Make...
2011-05-22 Charles DavisMake the COFF streamer emit unwind info when processing...
2011-05-22 Charles DavisDon't allow unaligned offsets and sizes in the Win64...
2011-05-21 Charles DavisDon't allow .seh_handler and .seh_handlerdata directive...
2011-05-21 Charles DavisA handler for a function in the Win64 EH scheme can...
2011-05-21 Charles DavisSet the "LastFrameInst" field when streaming a .seh_set...
2011-05-20 Jim GrosbachNo reason not to allow defining the CFA as a reg w...
2011-05-20 Jim GrosbachAdd missing leading \t when printing .cfi_def_cfa in...
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-20 Charles DavisNow that they're implemented, make the Win64 EH MCAsmSt...
2011-05-20 Charles Davis"Implement" the HandlerData Win64 EH method in the...
2011-05-19 Rafael EspindolaLooks like OS X assemblers (including MC) don't like
2011-05-19 Rafael EspindolaMisc code refactorings:
2011-05-19 Charles DavisImplement the EndProlog Win64 EH method on the base...
2011-05-19 Charles DavisImplement the Win64 EH prolog instruction methods on...
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-05-19 Eli FriedmanRevert r131644; it's breaking the build.
2011-05-19 Charles DavisTurns out GAS does have Win64 EH directives. (It also...
2011-05-19 Joerg SonnenbergerIntroduce -fatal-assembler-warnings for the obvious...
2011-05-19 Charles DavisImplement the StartChained and EndChained Win64 EH...
2011-05-19 Charles DavisImplement the StartProc and EndProc Win64 EH methods...
2011-05-18 Charles DavisRemove comments as Chris requested.
2011-05-18 Cameron ZwarichFix an obvious typo in r131572.
2011-05-18 Charles DavisAdd some more Win64 EH directives:
2011-05-18 Charles DavisImplement the Win64 EH directive methods for the assemb...
2011-05-18 Charles DavisWhile thinking about how to know where the functions...
2011-05-16 Charles DavisAdd a method I forgot in the last commit. Don't worry...
2011-05-16 Jason W KimAdd a FIXME reminder to remove ForceARMElfPIC switch.
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-15 Charles DavisFix copy-pasto.
2011-05-15 Charles DavisAdd stub methods to MCStreamer for emitting Win64 excep...
2011-05-11 Matt Beaumont-GayRemove an unused variable and move a couple others...
2011-05-11 Jason W KimAddress the last bit of relocation flag related diverge...
2011-05-10 Rafael EspindolaAvoid a gcc warning.
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-10 Rafael EspindolaThe EH symbols are only needed in eh_frame, not debug_f...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Rafael EspindolaAdd CFIStartSections to the asm printer. Add an assert...
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-10 Rafael EspindolaSmall cleanups.
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-10 Rafael EspindolaRemove unused argument.
2011-05-10 Rafael EspindolaParsing and plumbing for .cfi_sections.
2011-05-08 NAKAMURA TakumiEliminate an unused line to fix a warning.
2011-05-08 Rafael EspindolaDon't force relaxation of AdvanceLoc instructions on...
2011-05-06 Rafael EspindolaSwitch Darwin to the generic CIE/FDE printer.
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-03 Daniel DunbarMCDwarf: Don't save Twine to local variable, this is...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitEHSymAttributes. Doing...
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
next