summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Strip trailing whitespace.Daniel Dunbar2009-09-191-17/+17
* eliminate the horrid AsmPrinter::getGlobalLinkName method, inliningChris Lattner2009-09-161-2/+2
* Don't generate Dwarf line table entries for source line 0.Caroline Tice2009-09-111-0/+6
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+1
* Ignore malformed global variable debug info.Devang Patel2009-09-041-0/+4
* Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel2009-08-311-0/+17
* Rename DIBlock as DILexicalBlock.Devang Patel2009-08-311-1/+1
* Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice2009-08-311-2/+241
* Simplify isDerivedType() and other predicate interface.Devang Patel2009-08-311-3/+3
* Reapply 79977.Devang Patel2009-08-281-85/+89
* Closure is a very generic name. Use AppleBlock instead.Devang Patel2009-08-271-1/+1
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-89/+85
* Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.Devang Patel2009-08-261-4/+1
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-85/+89
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-1/+1
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-231-4/+4
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-12/+12
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-42/+17
* Add missing includes.David Greene2009-08-191-0/+1
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-35/+50
* Do not completely skip subrange info for a zero sized array.Devang Patel2009-08-141-6/+5
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-4/+3
* eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner2009-08-031-1/+1
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-021-24/+26
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-4/+5
* Start using DebugInfoFinder.Devang Patel2009-07-301-13/+11
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-6/+7
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-2/+1
* Skip special LLVM prefix '1' while emitting linknage name.Devang Patel2009-07-161-4/+25
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-141-2/+2
* Do not use Mangler to remove '1' from linkage name.Devang Patel2009-07-141-13/+4
* Use assertion.Devang Patel2009-07-131-2/+4
* Use AsmPrinter's Mangler to remove leading '1' from linkage names.Devang Patel2009-07-131-4/+9
* revert rev. 75503 for now.Devang Patel2009-07-131-15/+3
* Use Mangler to remove leading '1' from linkage names.Devang Patel2009-07-131-3/+15
* Accidently dropped this while removing dead code in previous commit.Devang Patel2009-07-071-0/+1
* Remove dead code.Devang Patel2009-07-071-27/+2
* Struct types are described using field types only.Devang Patel2009-06-291-3/+0
* s/MainCU/ModuleCU/gDevang Patel2009-06-291-27/+27
* Multiple DW_TAG_compile_unit is not used, afaict, on any target.Devang Patel2009-06-291-103/+41
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-261-81/+26
* Simplify.Devang Patel2009-06-251-3/+6
* Down with statics!Owen Anderson2009-06-241-2/+4
* simplify macro debug info directive handling.Chris Lattner2009-06-181-4/+4
* Use MainCU if it is available.Devang Patel2009-06-161-2/+3
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-151-1/+8
* llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel2009-06-131-1/+5
* Clear AbstractInstanceRootMap at the end of the function.Devang Patel2009-06-121-0/+1
OpenPOWER on IntegriCloud