optimize strstr, PR5783
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-14 Bill WendlingThe CIE says that the LSDA point in the FDE section...
2009-12-14 Devang PatelUse DW_AT_specification to point to DIE describing...
2009-12-11 Devang PatelConstruct CompileUnits lazily.
2009-12-10 Devang PatelIf VariableDIe is not created (may be because global...
2009-12-10 Devang PatelRefactor code that finds context for a given die.
2009-12-10 Devang PatelRefactor.
2009-12-09 Devang PatelReapply r90858, a cleanup patch.
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Devang PatelCleanup.
2009-12-08 Devang PatelDo not try to push dead variable's debug info into...
2009-12-07 Devang PatelAdd support to emit debug info for c++ style namespaces.
2009-12-05 Dan GohmanDon't print a space before the : between the file name...
2009-12-05 Dan GohmanPrint newlines after printing labels for debug info...
2009-12-05 Dan GohmanFix this code to use DIScope instead of DICompileUnit...
2009-12-04 Dan GohmanPrint a space between the comment character and the...
2009-12-04 Devang PatelIn TAG_subrange_type, uppder bound is zero indexed.
2009-12-04 David GreeneUse new interfaces to print spill size.
2009-12-03 Devang PatelInsert composite type DIE into the map before processin...
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
2009-12-03 Devang PatelEmit method definition DIE at module level (even for...
2009-12-02 Devang PatelClarify that DIEString does not keep a copy of the...
2009-12-01 Devang PatelReuse existing subprogram DIE.
2009-12-01 Devang PatelClear function specific containers while processing...
2009-11-30 Devang PatelIf pointer type has a name then do not ignore the name.
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-24 Devang PatelSwith to pubtypes section before emitting pub types.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-23 Dan GohmanSimplify this code.
2009-11-23 Devang PatelRevert r89487.
2009-11-22 Jim GrosbachAdd getFrameIndexReference() to TargetRegisterInfo...
2009-11-22 Jim Grosbach80-column cleanup
2009-11-21 Jim Grosbachremove trailing whitespace
2009-11-21 Devang PatelCosmetic changes, which were long overdue, in DwarfDebu...
2009-11-21 Devang PatelRemove dead code.
2009-11-21 Devang PatelThere is no need to use FoldingSet to unique DIEs.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-20 Devang PatelDo not hold on to a map slot while new entries may...
2009-11-20 Devang PatelThere is no need to emit source location info for DW_TA...
2009-11-19 Bill WendlingReverting the EH table patches.
2009-11-19 Bill WendlingThe "ReadOnlyWithRel" enum seems to apply more to what...
2009-11-18 Bill WendlingAttempt #2:
2009-11-17 Nick LewyckyRemove VISIBILITY_HIDDEN from the classes in this direc...
2009-11-17 Nick LewyckyRevert r88939.
2009-11-17 Bill WendlingRefactor the code that creates the "dot-label" differen...
2009-11-16 Devang PatelRevert r88939.
2009-11-16 Devang PatelAdd VISIBILITY_HIDDEN marker.
2009-11-16 David GreeneSupport spill comments.
2009-11-14 Sanjiv Guptarevert 88761 as it fails builds.
2009-11-14 Sanjiv GuptaFix debug info crashes for PIC16.
2009-11-13 Dan GohmanUse .data() instead of .c_str() when nul-termination...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-13 Devang PatelIgnore nameless variables.
2009-11-12 Bill WendlingSimplify code a bit
2009-11-12 Bill WendlingRefactor code that checks if it's a call to a "nounwind...
2009-11-12 Bill WendlingIf there's more than one function operand to a call...
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-11-11 Bill WendlingDon't mark a call as potentially throwing if the functi...
2009-11-11 Devang PatelIf doesSupportDebugInformation() is false then do not...
2009-11-11 Daniel DunbarFix -Asserts warning.
2009-11-11 Bill WendlingMake sure that the exception handling data has the...
2009-11-11 Devang PatelDo not assume first function scope seen represents...
2009-11-11 Devang PatelWhile creating DbgScopes, do not forget parent scope.
2009-11-10 Devang PatelIgnore variable if scope info is not available.
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-06 Bob WilsonFix comment typos.
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-05 Dan GohmanFix the label name generation for address-taken labels...
2009-11-04 Devang PatelWhile calculating original type size for a derived...
2009-11-04 Devang PatelFix DW_AT_data_member_location for bit-fields. It point...
2009-11-04 Devang PatelArray element size does not match array size but array...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-11-03 Devang PatelIgnore unnamed variables.
2009-11-03 Jeffrey YasskinFix a funky "declared with greater visibility than...
2009-10-31 Dan GohmanFix a missing newline in the dwarf output code.
2009-10-30 Dan GohmanAdd support for BlockAddress static initializers.
2009-10-30 Dan GohmanAdd a FIXME comment.
2009-10-30 Dan GohmanAdd some comments.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-27 Devang PatelDo not held on to DenseMap slot accross map insertion...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-22 Bill WendlingTidying up some code and comments. No functionality...
2009-10-16 Devang PatelDo not emit name entry for a pointer type.
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-14 Devang PatelAdd support to record DbgScope as inlined scope.
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Daniel DunbarFix a -Asserts warning.
2009-10-12 Devang PatelFind enclosing subprogram info.
2009-10-09 Devang PatelExtract scope information from the variable itself...
2009-10-09 Devang PatelCheck invalid debug info for enums. This may happen...
2009-10-08 Devang PatelDo not record line number to implicitly mark start...
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelFix cut-n-pasto.
next