summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unintended code that was checked in as part of r108916.Devang Patel2010-07-201-12/+0
* Remove unused argument.Devang Patel2010-07-201-4/+4
* Print template argument names for template class.Devang Patel2010-07-201-1/+54
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-191-0/+1
* Set "optimization is ON" and supply other optional parameters. This helps cod...Devang Patel2010-07-151-2/+6
* Mark implementation generated methods as artificial.Devang Patel2010-07-151-1/+2
* Revert 108220 and subsequent patch. Devang Patel2010-07-151-12/+0
* Add volatile qualifiers for "this".Devang Patel2010-07-131-1/+7
* const qualify debug info for "this" for const methods.Devang Patel2010-07-131-0/+7
* While collecting members for a class, always create delcaration entry for met...Devang Patel2010-07-121-1/+1
* Handle forward declarations properly in debug info.Devang Patel2010-07-081-6/+14
* Switch over to the new caching version of getMangledName.Anders Carlsson2010-06-221-5/+5
* Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth2010-06-151-1/+1
* Preserve type info for local variables in optimized builds. Devang Patel2010-06-051-1/+1
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-0/+9
* Fix thinko in yesterday's fix.Devang Patel2010-05-141-1/+1
* Fix context in class static variable's debugging information entry.Devang Patel2010-05-131-4/+13
* If given location is invalid then use current location.Devang Patel2010-05-121-107/+51
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-6/+2
* Initialize Column.Devang Patel2010-05-101-6/+12
* If variable location is invalid then use current location.Devang Patel2010-05-101-1/+3
* If there is not any debug info for type then do not emit debug info for this ...Devang Patel2010-05-071-0/+5
* Avoid use of DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-071-25/+30
* When instantiating a function that was declared via a typedef, e.g.,Douglas Gregor2010-05-041-1/+4
* Use clang::VarDecl name instead of llvm::GlobalVariable name.Devang Patel2010-04-291-1/+1
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-1/+0
* Enable debug info for local variables at -O1+. Devang Patel2010-04-261-12/+1
* Fix pasto, add a comment.Benjamin Kramer2010-04-241-1/+1
* Factor code. No functionality change.Benjamin Kramer2010-04-241-137/+35
* Revert accidental check-in.Devang Patel2010-04-241-13/+5
* Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel2010-04-241-5/+13
* Encode field accessibility.Devang Patel2010-04-211-1/+8
* Vtable -> VTable renames across the board.Anders Carlsson2010-04-171-7/+7
* Emit debug info for objc getters and setters.Devang Patel2010-04-051-1/+3
* NewDebugLoc got renamed to DebugLoc.Chris Lattner2010-04-021-5/+5
* adjust to IRBuilder change and use faster DebugLoc apis.Chris Lattner2010-04-011-18/+8
* use the new optimized debug info metadata accessors. InChris Lattner2010-03-311-2/+2
* Replace some constant-sized SmallVectors.Benjamin Kramer2010-03-301-8/+4
* Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap.Ted Kremenek2010-03-301-3/+21
* Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces ...Ted Kremenek2010-03-291-1/+1
* Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson2010-03-231-2/+2
* Comment the reasons for the strange little dance we do with the main file nam...Douglas Gregor2010-03-221-0/+4
* Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall2010-03-191-5/+5
* Try to improve computation of the main file name for debugDouglas Gregor2010-03-191-7/+10
* For debug information, get the main file name from the source managerDouglas Gregor2010-03-181-2/+7
* Use raw_ostream instead of sprintf.Benjamin Kramer2010-03-131-3/+2
* If main file name is empty then use "<unknown>".Devang Patel2010-03-121-1/+4
* Keep track of Record context to ensure that record elements are properly nest...Devang Patel2010-03-111-1/+20
* Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect wha...Anders Carlsson2010-03-111-2/+2
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-0/+1
OpenPOWER on IntegriCloud