summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use .data() instead of &...[0].Daniel Dunbar2009-05-261-5/+5
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-2/+2
* Debug info: Initialize runtime language field correctly for Objective-CDaniel Dunbar2009-05-181-1/+1
* Enhance debug information for block literals. Radar 6867696Mike Stump2009-05-141-2/+131
* We need to specify the "linkage name" to the subprogram now that weDaniel Dunbar2009-05-141-1/+5
* Make sure not to include the LLVM asm prefix in function names forDaniel Dunbar2009-05-131-0/+4
* fix some more cases where we'd emit a file with a line of 0 for implicitChris Lattner2009-05-051-5/+13
* Do not generate bogus location info for DW_TAG_inheritanceChris Lattner2009-05-051-1/+1
* Fix generated debug info for decls with no location (which include self/_cmdChris Lattner2009-05-051-4/+10
* PR4143: don't crash generating debug info for incomplete enum types.Eli Friedman2009-05-041-2/+6
* When creating a dwarf record type for an objc interface, make sure to propagateChris Lattner2009-05-021-2/+6
* capture whether optimizations are enabled or not in debug infoChris Lattner2009-05-021-2/+2
* encode the version of the objc runtime into the dwarf compile unit. rdar://6...Chris Lattner2009-05-021-4/+11
* While generating debug info ignore unnamed fields.Devang Patel2009-04-271-0/+8
* Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.Eli Friedman2009-04-261-5/+3
* Handle corner case where clang-cc is invoked directly to compile preprocessed...Devang Patel2009-04-231-8/+14
* implement debug info for _Complex.Chris Lattner2009-04-231-1/+17
* implement debug info support for id<proto> and interface<proto>Chris Lattner2009-04-221-9/+9
* ObjCQualifiedClass is dead, remove it.Chris Lattner2009-04-221-1/+0
* silence a warning, I need to talk to Devang about this code.Chris Lattner2009-04-191-1/+1
* Use PresumedLoc to record line number in debug info entries.Devang Patel2009-04-171-11/+22
* Appropriately set file name and directory name in debug info compile units.Devang Patel2009-04-171-26/+30
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-4/+5
* Use presumed location to get line number info.Devang Patel2009-04-081-3/+3
* Make debug info work when using -save-temps.Daniel Dunbar2009-04-081-0/+6
* remove ASTContext::buildObjCInterfaceType, which breaks canonical Chris Lattner2009-04-011-1/+1
* Improve the representation of template names in the AST. ThisDouglas Gregor2009-03-301-1/+1
OpenPOWER on IntegriCloud