Remove the DwarfTable enum.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2011-05-05 Rafael EspindolaRemove the DwarfTable enum.
2011-05-05 Devang PatelRemove little used statistical counter.
2011-05-05 Rafael EspindolaImplement a really simple DwarfSjLjException.
2011-05-05 Rafael EspindolaList all exception types in a switch.
2011-05-05 Devang PatelIf debug info for inlined function is missing then...
2011-05-05 Bill WendlingRemove a flag that would set the ".eh" symbol as .globl...
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-04 Devang PatelTighten up check for empty (i.e. no meaningful debug...
2011-05-03 Devang PatelEven if the subprogram is going to use AT_specification...
2011-05-03 Devang PatelIf the front end has emitted llvm.dbg.cu and other...
2011-05-02 Devang PatelEmit debug info for global variables first.
2011-05-02 Rafael EspindolaOnly produce the eh_frame section if we have at least...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-29 Devang PatelHoist MCLineEntry construction AsmPrinter so that anyon...
2011-04-29 Rafael EspindolaThe last hack for producing bit identical output with...
2011-04-29 Rafael EspindolaChange DwarfCFIException's member variables to track...
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Devang PatelSimplify handling of variables with complex address...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Rafael EspindolaPrint the label if we will use it in debug_frame.
2011-04-26 Devang PatelRefactor code. Keep dwarf register operation selection...
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-25 Devang PatelRename a local variable.
2011-04-25 Devang PatelRename a method to match what it really does.
2011-04-25 Devang PatelDo not drop a variable's complex address if it is not...
2011-04-24 Rafael EspindolaSimplify the logic. Noticed by aKor.
2011-04-24 Rafael EspindolaSynchronize the conditions for producing a .cfi_startpr...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-22 Devang PatelDo not leak argument's DbgVariables.
2011-04-21 Devang PatelRefactor.
2011-04-21 Devang PatelAdd comment in output stream.
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-16 Benjamin KramerRemove unused variable.
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-13 Devang PatelRemove extra bytes that were added for gdb. We do...
2011-04-12 Devang PatelI missed this new file in previous commit.
2011-04-12 Devang PatelSimplify. There is no need to use static variable.
2011-04-12 Devang PatelDo not reuse parameter name.
2011-04-12 Devang PatelThis mechanical patch moves type handling into CompileU...
2011-04-12 Devang PatelRemove dead typedef.
2011-04-12 Devang PatelRefactor CompileUnit into a separate header.
2011-04-08 Devang PatelSimplify array bound checks and clarify comments. ...
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-04-07 Evan ChengRemove dead code. rdar://9221736.
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-04-05 Devang PatelRefactor.
2011-04-05 Devang PatelDo not emit empty name.
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-03-31 Devang PatelRemove dead code.
2011-03-29 Jim GrosbachTidy up. 80 columns and trailing whitespace.
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-23 Jakob Stoklund OlesenDon't coalesce identical DBG_VALUE instructions prematu...
2011-03-22 Jakob Stoklund OlesenReapply r128045 and r128051 with fixes.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Jakob Stoklund OlesenClear map after use.
2011-03-22 Jakob Stoklund OlesenDont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-16 Daniel DunbarRevert r127757, "Patch to a fix dwarf relocation proble...
2011-03-16 Renato GolinPatch to a fix dwarf relocation problem on ARM. One...
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
2011-03-09 Benjamin KramerRemove unused virtual dtor.
2011-03-06 NAKAMURA Takumilib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-03-03 Devang PatelFix typo.
2011-03-03 Devang PatelFix thinko in previous check-in.
2011-03-03 Devang Patelllvm::Function argument count is not a good indicator...
2011-03-01 Devang PatelIf argument numbering is encoded in metadata then emit...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Nick LewyckyRemove dead variable.
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Devang PatelDo not use DIFactory.
2011-02-23 Devang PatelUse DW_FORM_data2 for DW_AT_language and let users...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-19 Devang PatelDo not emit empty DW_TAG_lexical_block DIEs. In one...
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-09 Jakob Stoklund OlesenAssert on bad jump tables.
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2011-01-30 Anton KorobeynikovClarify the LSDASection NULL check
2011-01-28 Rafael EspindolaPrint the visibility of declarations.
2011-01-24 Anton KorobeynikovSupport printing exception section into the current...
2011-01-20 Devang PatelFix debug info for merged global.
2011-01-19 Devang PatelFix register address expression. Patch by Ken Dyck.
2011-01-14 Ted KremenekUpdate CMake build.
next