Fix "the the" and similar typos.
[oota-llvm.git] / lib / Target / PIC16 / PIC16DebugInfo.cpp
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-14 Sanjiv Guptarevert 88761 as it fails builds.
2009-11-14 Sanjiv GuptaFix debug info crashes for PIC16.
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-10-15 Sanjiv GuptaFew changes to comply with new DebugInfo Metadata repre...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnerrevert 79764, my dependencies failed me again.
2009-08-15 Sanjiv GuptaRevert a few changes that were done in 78603.
2009-08-10 Devang PatelDo not rely on magic "llvm.dbg.*" global variable name...
2009-08-07 Sanjiv GuptaMinor fixes to avoid using invalid debugloc.
2009-08-06 Devang PatelUse DebugInfoFinder
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-06 Devang PatelAvoid directly relying on llvm.dbg.compile_unit and...
2009-07-06 Devang PatelAdd FIXMEs.
2009-06-26 Daniel DunbarFix may-be-used-uninitialized warning.
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-16 Sanjiv GuptaCode Restructuring. No functionality change.
2009-06-13 Sanjiv GuptaThe subprogram descriptor for a function may be missing...
2009-06-03 Sanjiv GuptaEmit file directives correctly in case of a .bc is...
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-22 Sanjiv GuptaEmit debug information for globals (which include autom...