summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use SmallString instead of alloca.Devang Patel2010-03-101-2/+3
* Fix file reference for derived and composite types. Now, dwarf writer uses st...Devang Patel2010-03-091-41/+38
* More then one anonymous aggregates on one line creates chaos when MDNode uniq...Devang Patel2010-03-091-4/+4
* Use getLast() instead of getBasename().Devang Patel2010-03-091-1/+1
* Start using DIFile. Corresponding llvm patch is r98020.Devang Patel2010-03-091-117/+95
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-081-4/+4
* Revert r97949.Devang Patel2010-03-081-4/+4
* Avoid DIDescriptor.isNull() checks.Devang Patel2010-03-081-4/+4
* Targets (like pic16) may have mangled the name of global variables, Sanjiv Gupta2010-02-251-1/+1
* Emit debug info for VectorType.Devang Patel2010-02-231-2/+25
* Distinguish two lexical blocks at the same level.Devang Patel2010-02-161-1/+4
* Do not ignore anonymous records.Devang Patel2010-02-121-2/+2
* Cache new compile unit.Devang Patel2010-02-121-1/+8
* Eliminate the ASTContext parameter from RecordDecl::getDefinition()Douglas Gregor2010-02-111-1/+1
OpenPOWER on IntegriCloud