Fix to correctly support attribute((section("__DATA, __common"))).
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
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...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-17 Chris LattnerWith the newly simplified SourceMgr interfaces and...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Chris Lattnerrearrange how the handler in SourceMgr is installed...
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-11-12 Devang PatelRemove DW_AT_start_scope support. It is incomplete...
2010-11-10 Devang PatelTake care of special characters while creating named...
2010-11-04 Rafael EspindolaAdd 118023 back, but with proper spelling for .uleb128...
2010-11-04 Rafael EspindolaRevert previous patch. Some targets don't support uleb...
2010-11-04 Rafael EspindolaMCize.
2010-11-02 Devang PatelSimplify.
2010-10-28 Devang PatelIgnore empty blocks.
2010-10-28 Devang PatelDo not work too hard to find type's file info. There...
2010-10-28 Devang PatelTechnically DIFile scope should also be handled here.
2010-10-26 Devang Patels/beginScope/beginInstruction/g
2010-10-26 Nick LewyckyFor statistics that are only used in functions declared...
2010-10-25 Devang PatelAdd simple counter to count no. of basic blocks without...
2010-10-08 Devang PatelLine number 0 indicates there is no source line/file...
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-01 Devang PatelAdd support to let FE mark explict methods as explict...
2010-10-01 Jim GrosbachNuke trailing whitespace.
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Devang PatelAssign DW_ACCESS_public accessibility attribute to...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-27 Devang PatelRemove dead argument.
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-22 Devang PatelUse DW_OP_fbreg when offset is based on frame register.
2010-09-16 Devang PatelIf FE forgot to provide a file name (usually it uses...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-05 Chris Lattneradd a comment about where this should eventually move.
2010-09-02 Devang PatelThere is no need to use .set here.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Devang PatelSimplify.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-18 Bill WendlingImprove whitespace.
2010-08-16 Eli FriedmanUntil uleb/sleb are MC-ized, add a hack to make them...
2010-08-10 Devang PatelDo not forget debug info for enums. Use named mdnode...
2010-08-10 Devang PatelHandle TAG_constant for integers.
2010-08-10 Devang PatelSimplify.
2010-08-10 Devang PatelDrop "const". It does not add value here.
2010-08-10 Devang PatelDo not include file static variable in pubnames list.
2010-08-09 Devang PatelUndo accidental commit.
2010-08-09 Devang PatelSimplify. Avoid redundant checks.
2010-08-09 Devang PatelRefactor.
2010-08-09 Devang PatelRefactoring. Update DbgVarible to handle queries itself.
2010-08-09 Devang PatelIt is ok, and convenient, to pass descriptors by value.
2010-08-09 Devang PatelRename a method.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Devang PatelUse location entry only of the location described by...
2010-08-04 Devang PatelFix typo in comment.
2010-08-04 Dan GohmanChange this llvm_unreachable to report_fatal_error...
2010-08-04 Devang PatelIf a variable is spilled by code generator then use...
2010-08-02 Devang PatelFree DbgScope created for dead functions.
next