Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
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.
2010-08-01 Bill WendlingReference the personalities. Don't copy them into a...
2010-07-27 Devang PatelIt is FE's responsibility to emit proper directory...
2010-07-24 Devang PatelUse current working directory when Dirname is empty...
2010-07-23 Devang PatelRevert r109262.
2010-07-23 Devang PatelIF directory name is empty then try to extract one...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Jim Grosbach80 column and trailing whitespace cleanup
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
2010-07-19 Devang PatelFix PR 7662.
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-17 Bill WendlingUse isPrologLabel() instead of checking the opcode...
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-15 Chris Lattnera more graceful fix for test/Other/inline-asm-newline...
2010-07-08 Stuart HastingsReverting r107918 and r107919. Radar 8063111.
2010-07-08 Devang PatelRelax assertion. In optimized code, it is possible...
2010-07-08 Stuart HastingsFix decl/def debug info for template functions. Radar...
2010-07-08 Devang PatelReuse DIEInteger for 1. This is frequently used while...
2010-07-07 Devang PatelOne MDNode may be used to create regular DIE as well...
2010-07-07 Devang PatelRename couple of maps.
2010-07-07 Devang Patel80 cols.
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-01 Bill WendlingMake the "linker_private" linkage type emit a non-weak...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Devang PatelDo not require line number entry for undefined local...
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-06-30 Devang PatelDo not construct DIE for already processed MDNode.
2010-06-30 Devang PatelAdd variables into a scope before constructing scope...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Devang PatelPrint InlinedAt location.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Devang PatelDo not hardcode DW_AT_stmt_list value.
2010-06-28 Devang PatelUse DW_FORM_addr for DW_AT_entry_pc.
2010-06-28 Devang PatelInclude inlined function in list of processed subprograms.
2010-06-28 Devang PatelPreserve deleted function's local variables' debug...
2010-06-28 Devang PatelRemove dead code.
2010-06-25 Devang PatelCollect debug info for optimized variables of inlined...
2010-06-24 Devang PatelDBG_VALUE machine instruction pointing to undefined...
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-22 Devang PatelDiscard special LLVM prefix from linkage name.
2010-06-22 Devang PatelDo not rely on Twine temporaries to survive.
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-16 Eric ChristopherDon't emit the linkage for initializer label for mach...
2010-06-15 Stuart HastingsAdded a comment.
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
next