summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify code to avoid a useless string copy.Benjamin Kramer2011-10-141-6/+4
* Upgrade to PathV2.Benjamin Kramer2011-10-141-5/+5
* Add parens to pacify GCC.Benjamin Kramer2011-10-141-2/+2
* Recommit:Eric Christopher2011-10-131-84/+74
* Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher2011-10-121-73/+83
* Remember to set the location in EmitGlobalVariable to the current declEric Christopher2011-10-121-0/+2
* Start handling debug line and scope information better:Eric Christopher2011-10-111-83/+71
* 80-column and tab cleanup.Eric Christopher2011-10-111-13/+20
* Reorder this to make it easier to add more changes for a location set.Eric Christopher2011-10-111-2/+4
* Constant expression evaluation refactoring:Richard Smith2011-10-101-10/+14
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+10
* When constructing debug information for synthesized variables for theEric Christopher2011-10-061-3/+8
* Reformat comment.Eric Christopher2011-10-061-6/+6
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-1/+1
* Change "Regions" to be "LexicalBlocks" since that's what theyEric Christopher2011-09-291-33/+33
* Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don'tEric Christopher2011-09-291-2/+4
* Reorder functions in the file.Eric Christopher2011-09-291-31/+30
* Call UpdateLineDirectiveRegion every time we want to emit a stopEric Christopher2011-09-291-0/+4
* Update comment.Eric Christopher2011-09-291-1/+2
* Update comments.Eric Christopher2011-09-261-3/+3
* Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne2011-09-261-2/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-4/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-5/+5
* Tighten check to match an ivar with corresponding property by using ObjCImple...Devang Patel2011-09-191-4/+8
* Emit debug info for c++0x nullptr.Devang Patel2011-09-141-2/+2
* Formatting.Eric Christopher2011-09-141-11/+9
* Fix typo.Eric Christopher2011-09-131-1/+1
* By popular demand, enumerate all builtin types!Devang Patel2011-09-121-2/+14
* Add an assert so that new builtins do not sneak without proper debug info.Devang Patel2011-09-121-0/+2
* Fix debug info encodings for char16_t and char32_t.Devang Patel2011-09-121-2/+2
* Emit debug info for wchar_t.Devang Patel2011-09-101-0/+4
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-3/+3
* Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky2011-09-011-2/+3
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-59/+59
* Simplify.Devang Patel2011-07-191-6/+2
* Check column number also.Devang Patel2011-07-181-3/+5
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-2/+2
* Emit debug info for extended vectors.Devang Patel2011-07-131-3/+0
* Fix struct member's scope. Patch by Xi Wang.Devang Patel2011-06-241-22/+25
* Automatic Reference Counting.John McCall2011-06-151-0/+1
* Simplify.Devang Patel2011-06-031-4/+6
* Fix typedef's context.Devang Patel2011-06-031-2/+3
* Robustify objc method type description (subroutine type) by walking parameter...Devang Patel2011-05-311-11/+6
* List objective-c ineterfaces as public types in dwarf debug info output.Devang Patel2011-05-311-0/+22
* List c++ class type as public type in dwarf debug info output.Devang Patel2011-05-311-2/+11
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-0/+4
* Set up appropriate context for member function.Devang Patel2011-05-171-0/+3
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-1/+1
OpenPOWER on IntegriCloud