ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these intrinsics...
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2009-02-25 Devang PatelPrint variable's display name in dwarf DIE.
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Devang Patelgdb uses DW_AT_prototyped to identify K&R style in...
2009-02-24 Devang PatelIf there is not any debug info available for any global...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-20 Bill Wendling- Early exit a nested block.
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-10 Devang PatelValidate file id.
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-02-03 Bill WendlingMore whitespace fixin'.
2009-02-03 Bill WendlingWhitespace and comment changes. No functionality change.
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-30 Devang PatelRemove dead code, again.
2009-01-30 Devang PatelRemove dead code.
2009-01-30 Devang PatelAdd DW_AT_declaration for class methods.
2009-01-28 Devang PatelDo not forget to derived type while constructing an...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-27 Devang PatelAdd type DIE into appropriate context DIE.
2009-01-27 Devang PatelAssorted debug info fixes.
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Devang PatelEmpty DIType represents void. In this case no need...
2009-01-23 Devang PatelCode did not follow associated comment. not a good...
2009-01-23 Devang PatelSet appropriate tag for the composite type.
2009-01-22 Chris Lattnerdo not sign extend characters input to isprint. This...
2009-01-22 Sanjiv GuptaFew targets like the tiny little PIC16 have only 16...
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Devang PatelFix struct member's debug info.
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Devang PatelFix global variable's address in a DIE.
2009-01-20 Devang PatelEnable debug info for enums.
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Devang PatelDo not use DenseMap because the iterator is invalidated...
2009-01-19 Devang PatelVerify debug info.
2009-01-17 Devang PatelRemove tabs.
2009-01-17 Devang PatelRefactor code
2009-01-17 Devang PatelAssign argument type to appropriate DIE.
2009-01-17 Devang PatelRemove dead code.
2009-01-17 Devang PatelDisable composite type debug info for now.
2009-01-16 Devang PatelFix comments.
2009-01-16 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-16 Devang PatelAlign source code.
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-16 Devang PatelValidate debug info values only if DwarfDebug is initia...
2009-01-16 Devang PatelAny debug info symbol is only valid if atleast one...
2009-01-16 Devang PatelDo not stumble over forward declared struct member.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-15 Devang PatelUse variable's context to identify respective DbgScope.
2009-01-14 Devang PatelDo not construct debug scope if RootScope *is* null.
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-13 Devang PatelStart using DebugInfo API to emit debug info.
2009-01-12 Devang PatelEmit debug info, only if at least one compile unit...
2009-01-12 Devang PatelIf multiple compile units are seen then emit them indep...
2009-01-12 Devang PatelAvoid cast<>, use light weith wrapper directly.
2009-01-12 Devang PatelUse SrcLineInfo from DwarfWriter. The MachineModuleInfo...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Devang PatelClear debug info at the end of function processing.
2009-01-12 Devang PatelThere is no need to maintain separate labelid list...
2009-01-10 Devang PatelReduce initial small vector sizes.
2009-01-10 Devang PatelFix thinko. Create parent scope if parent descriptor...
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-08 Devang PatelAdd DebugInfo based APIs to record source line info.
2009-01-08 Devang PatelAdd APIs to record regions and variables.
2009-01-08 Devang PatelAdd APIs to manage scope using DebugInfo interface.
2009-01-06 Devang PatelSet up DwarfDebug using DebugInfo API.
2009-01-06 Bill WendlingForgot that this was needed for Linux. This should...
2009-01-05 Devang PatelConstruct subprogram DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct global variable DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct compile unit dies using DebugInfo.
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Devang PatelExtract source location info from DebugInfo.
2009-01-05 Devang PatelAdd type DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct composite type DIE using DebugInfo.
2009-01-05 Devang Patels/ConstructType/ConstructTypeDIE/g
2009-01-05 Devang PatelConstruct stuct field DIEs.
2009-01-05 Devang PatelConstruct enumerator DIE using DebugInfo.
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct basic and derived type DIEs using DebugInfo.
2009-01-05 Devang Patelsubsume ConstructPointerType()
2009-01-05 Devang Patelsubsume ConstructBasicType().
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Bill WendlingThe FDE initial location and address range data should...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
next