final step needed to resolve PR6627, which allows us to flatten the code down to
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
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.
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2011-01-14 Anton KorobeynikovSplit stuff as a preparation for CFI directives-based...
2011-01-11 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Devang PatelSpeculatively revert r123032.
2011-01-07 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-06 Devang PatelEmit 128 bit constant.
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-13 Chris Lattnerremove the verbose-asm "constant pool double" comments...
2010-12-09 Devang PatelDW_FORM_data1 may not provide sufficient room for vtabl...
2010-12-06 Devang PatelUndefined value in reg 0 may need a marker to identify...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
next