summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixup the return type of functions.Mike Stump2009-10-231-2/+2
* Do not eagerly cache DITypes because it allows real struct type to be shadowe...Devang Patel2009-10-201-31/+58
* Encode global variable name in debug info.Devang Patel2009-10-201-2/+2
* Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall2009-10-161-2/+0
* Few targets like PIC16 mangle the names of global variables, so retrieve the ...Sanjiv Gupta2009-10-141-1/+1
* Encode long double.Devang Patel2009-10-121-0/+1
* Allow customization for the producer information in the debug output.Mike Stump2009-10-091-1/+5
* InsertSubprogramStart if ATTACH_DEBUG_INFO_TO_AN_INSN is not defined.Devang Patel2009-10-061-1/+3
* Add support to attach debug info to an instruction.Devang Patel2009-10-061-1/+16
* Set appropriate context for a global variable while emitting debug info.Devang Patel2009-10-061-1/+18
* More magic pixie dust.Mike Stump2009-10-021-3/+3
* Fix up debug information for block pointers a bit more.Mike Stump2009-10-021-1/+3
* Implement a FIXME. This improves codegen just a tad.Mike Stump2009-10-011-2/+2
* Improve debugging information for BlockDeclRefExpr. WIP. Given thisMike Stump2009-09-301-0/+202
* Fix an infinite loop arising when trying to generate debug informationJohn McCall2009-09-251-16/+23
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-1/+0
* Fix some typos. WIP. Large alignments don't work yet.Mike Stump2009-09-221-3/+3
* Improve debug info generation for __block variables.Mike Stump2009-09-221-1/+133
* Ok, an AssertingVH definitely doesn't work for now because we free our cache ...Daniel Dunbar2009-09-191-3/+6
* Switch CGDebugInfo type cache to using an AssertingVH.Daniel Dunbar2009-09-191-18/+17
* Factor out CGDebugInfo::CreateTypeNode method.Daniel Dunbar2009-09-191-24/+35
* Be sure to use the correct version instead of inventing the wrong one.Mike Stump2009-09-151-1/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-85/+85
* Basic support for representing elaborated type specifiersJohn McCall2009-09-051-0/+3
* Rename DIBlock as DILexicalBlock.Devang Patel2009-08-311-1/+1
* Introduce LocInfoType which is a Sema-specific implementation detail.Argyrios Kyrtzidis2009-08-191-1/+1
* Do now overflow while calulating upper bound for zero sized array.Devang Patel2009-08-141-2/+3
* Use DICompositeType->replaceAllUsesWith()Devang Patel2009-07-271-4/+3
* Use DICompositeType->replaceAllUsesWith().Devang Patel2009-07-221-4/+3
* Revert r75641.Anders Carlsson2009-07-181-1/+1
* Remove ObjCQualifiedInterfaceType:-)Steve Naroff2009-07-181-1/+0
* Revert 75648 for now. It is causing test failures.Devang Patel2009-07-141-21/+6
* [llvm up] adjust to match mainline.Chris Lattner2009-07-141-3/+4
* Rename RecordLayout.h to ASTRecordLayout.hAnders Carlsson2009-07-141-1/+1
* Revert r75614 which depend on r75610 (for LLVM), which was reverted.Daniel Dunbar2009-07-141-4/+3
* use new name for method.Chris Lattner2009-07-141-3/+4
* Use LLVM mangler to get mangled name for debug info entry.Devang Patel2009-07-141-6/+20
* Update debug info generation for ObjCObjectPointer changes.Daniel Dunbar2009-07-141-5/+15
* Update debug info type cache after fwd decl is replaced by real decl.Devang Patel2009-07-131-2/+6
* Fix comment.Devang Patel2009-07-131-1/+1
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-2/+4
* Fix a problem that Eli noticed, and that Doug helped me fix.Anders Carlsson2009-07-101-2/+2
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-061-0/+2
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-4/+3
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-1/+1
* Revrt PR4228 fix for now.Devang Patel2009-06-261-40/+20
* Add a DecltypeType type.Anders Carlsson2009-06-241-0/+3
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-1/+1
* It is possible that main input file does not have any symbol with debug info....Devang Patel2009-06-161-20/+40
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-1/+3
OpenPOWER on IntegriCloud