Cleanup code to use iterators instead of ".size()".
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-05-07 Argyrios KyrtzidisMake DwarfWriter::RecordInlinedFnStart more like the...
2009-05-06 Bill Wendling- Move some debug fields to coincide with how GCC emits...
2009-05-05 Chris LattnerDo not require variable debug info nodes to have a...
2009-05-04 Argyrios KyrtzidisRestore a comment.
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-05-01 Bill WendlingSimplify more code and add timer stuff.
2009-05-01 Bill WendlingSimplify more code.
2009-05-01 Bill WendlingSimplify some code.
2009-05-01 Bill WendlingFix whitespace. It was confusing me.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Sanjiv GuptaInitialized arrays can be in any address space.
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-21 Devang PatelFix Visual Studio 2008 build failure.
2009-04-15 Devang Patels/RootDbgScope/FunctionDbgScope/g
2009-04-15 Devang PatelCheck isInlinedSubroutine() before creating DW_TAG_inli...
2009-04-15 Devang PatelConstruct and emit DW_TAG_inlined_subroutine DIEs for...
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-04-09 Bill WendlingUse a StringMap instead of std::map for storing std...
2009-04-08 Devang PatelIf subprogram type is not tagged as DW_TAG_subroutine_t...
2009-04-08 Chris Lattnerchange printStringChar to emit characters as unsigned...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-11 Bill WendlingPut the assignment back at the top of this method.
2009-03-10 Bill WendlingMake ivars private. Other cleanup. No functionality...
2009-03-10 Bill WendlingJust make the Dwarf timer group static inside of the...
2009-03-10 Bill WendlingDon't put static functions in anonymous namespace.
2009-03-10 Bill WendlingThese should *stop* the timer, not start it again.
2009-03-10 Bill Wendling- Fix misspelled method name.
2009-03-10 Bill Wendling- Create GetOrCreateSourceID from getOrCreateSourceID...
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-09 Chris Lattnerjust remove the use_empty() check entirely, the only...
2009-03-09 Chris LattnerMake the code generator rip of dead constant expr uses...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-27 Devang PatelIt is possible that subprgoram definition is only encod...
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
next