summaryrefslogtreecommitdiff
path: root/lib/Analysis/DebugInfo.cpp
Commit message (Expand)AuthorAge
...
* Reverting r107918 and r107919. Radar 8063111.Stuart Hastings2010-07-08
* Fix decl/def debug info for template functions. Radar 8063111.Stuart Hastings2010-07-08
* Use named MDNode, llvm.dbg.sp, to collect subprogram info. This will be used ...Devang Patel2010-06-28
* Do not forget last element, function, while creating Subprogram definition MD...Devang Patel2010-06-27
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-22
* Do not rely on Twine temporaries to survive.Devang Patel2010-06-22
* Do not directly use function names to construct new name for named metadata.Devang Patel2010-06-21
* Check function pointer first, before comparing function names.Devang Patel2010-06-16
* Use separate named MDNode to hold each function's local variable info.Devang Patel2010-06-16
* Support for nested functions/classes in debug output. (Again.) Radar 7424645.Stuart Hastings2010-06-11
* Delete duplicate function.Stuart Hastings2010-06-11
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-05
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-06-04
* Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.Stuart Hastings2010-05-28
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-05-27
* Rename variable. add comment.Devang Patel2010-05-20
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-14
* Fix whitespace in debug output to be consistent.Dan Gohman2010-05-10
* Remove DIGlobal.Devang Patel2010-05-07
* Add DINameSpace::Verify().Devang Patel2010-05-07
* Verify variable directly.Devang Patel2010-05-07
* Verify compile unit also.Devang Patel2010-05-07
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-07
* Use overloaded operators instead of DIDescriptor::getNode()Devang Patel2010-05-07
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-07
* Add some words to this output to indicate what the numbers mean.Dan Gohman2010-05-07
* Fix the new print functions to call print instead of dump.Dan Gohman2010-05-07
* Convert the DebugInfo classes dump() methods into print(raw_ostream &)Dan Gohman2010-05-07
* Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel2010-05-04
* Attach AT_APPLE_optimized attribute to optimized function's debug info.Devang Patel2010-04-30
* Refactor.Devang Patel2010-04-29
* DebugInfoFinder::processModule was foiling my plot byChris Lattner2010-04-02
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02
* microoptimize this hot method, also making it more Chris Lattner2010-03-31
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-09
* Introduce DIFile. This will be used to represent header files and source file...Devang Patel2010-03-08
* Derive DIType from DIScope. This simplifies getContext() where for members th...Devang Patel2010-03-08
* Remove DbgNode checks in constructor. Debug descriptors are intended to be li...Devang Patel2010-03-08
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-08
* Revert r97947.Devang Patel2010-03-08
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-08
* Use line and column number to distinguish two lexical blocks at the same level.Devang Patel2010-02-16
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-06
* Provide interface to identifiy artificial methods.Devang Patel2010-02-03
* Before inserting llvm.dbg.declare intrinsic at the end of a basic block, ch...Devang Patel2010-01-29
* Add extra element to composite type. This new element will be used to record ...Devang Patel2010-01-26
* Assert when debug intrinsic insert functions are passed empty argumentsVictor Hernandez2010-01-26
* Avoid using "Type" as the variable name.Devang Patel2010-01-23
* Make sure ValueFn starts off emptyVictor Hernandez2010-01-23
* Avoid unnecessary Elts arrayVictor Hernandez2010-01-20