summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove another duplicated variable.Eric Christopher2012-01-261-8/+7
* Tidy and remove some unused variables.Eric Christopher2012-01-261-7/+5
* Collect this information together. No reason to have it split.Eric Christopher2012-01-261-7/+5
* Refactor into its own function.Eric Christopher2012-01-261-22/+29
* Clean up comment.Eric Christopher2012-01-251-1/+1
* Refactor the record decl forward declaration code a bit.Eric Christopher2012-01-251-37/+27
* When adding types to the context chain for record types, just emitEric Christopher2012-01-201-3/+54
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-3/+0
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-3/+2
* Formatting.Eric Christopher2012-01-121-1/+1
* Formatting.Eric Christopher2012-01-121-1/+1
* Small refactoring and simplification of constant evaluation and some of itsRichard Smith2011-12-281-8/+8
* When in a limited debug information situation if we can find the originalEric Christopher2011-12-161-6/+23
* Start down the path of getting clang to internally agree on structs versusEric Christopher2011-12-161-12/+15
* When generating debug info for an ObjCInterfaceDecl, try to dig out the defin...Douglas Gregor2011-12-151-1/+3
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-1/+1
* Make sure that forward declarations are marked as such in the debug infoEric Christopher2011-11-291-1/+2
* Use the canonical decl to index so that we can really find it later.Eric Christopher2011-11-171-4/+4
* Fixup comment.Eric Christopher2011-11-141-1/+1
* Reflow lines, remove else-if after returns, rename variable "TydefContext" toNick Lewycky2011-11-101-14/+9
* Reflow one line I missed in previous cleanup commit. No functionality change.Nick Lewycky2011-11-091-2/+1
* Minor cleanup, mostly reindenting. Remove one helper function that just calledNick Lewycky2011-11-091-21/+15
* Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it willRichard Smith2011-10-291-1/+2
* In case of template specialization, do not try to delay emitting debug info f...Devang Patel2011-10-281-5/+21
* Do not drop type qualifiers in -flimit-debug-info mode.Devang Patel2011-10-241-1/+7
* Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky2011-10-211-0/+3
* Macro metaprogramming for builtin types.John McCall2011-10-181-9/+5
* Add a new placeholder type to represent "unbridged"John McCall2011-10-171-0/+2
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+1
* 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
OpenPOWER on IntegriCloud