aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove DIFactory. Patch by Devang.Duncan Sands2011-03-021-208/+0
* Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel2011-03-011-1/+7
* Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel2011-02-151-4/+0
* Add support to describe template value parameter in debug info.Devang Patel2011-02-021-0/+20
* Add support to describe template parameter type in debug info.Devang Patel2011-02-021-0/+20
* Add support to create class type.Devang Patel2010-12-081-0/+1
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-071-0/+1
* Take care of special characters while creating named MDNode name to hold func...Devang Patel2010-11-101-0/+9
* Add getFile() to get DIFile of a DIType.Devang Patel2010-11-041-0/+1
* Simplify.Devang Patel2010-10-291-22/+11
* Fix indentation.Devang Patel2010-10-281-5/+5
* Backward compatibility. Gracefully handle older versions of debug info.Devang Patel2010-10-281-0/+6
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-281-2/+8
* Fix indentation.Devang Patel2010-10-281-4/+4
* Do not rely on context to find file info. It is already provided as a separat...Devang Patel2010-10-281-2/+8
* Give a name to nameless argument.Devang Patel2010-10-271-1/+1
* Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel2010-10-071-1/+8
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-061-0/+5
* Add support to let FE mark explict methods as explict in debug info.Devang Patel2010-10-011-1/+9
* Let FE mark a variable as artificial variable.Devang Patel2010-09-291-1/+9
* Add support to let FE encode method access specifier.Devang Patel2010-09-291-1/+14
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-291-13/+17
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-281-0/+5
* Avoid warnings about implicit conversions to `bool' in MSVC. This timeOscar Fuentes2010-09-251-2/+2
* Make CreateComplexVariable independent of SmallVector.Benjamin Kramer2010-09-211-4/+3
* Handle qualified constants that are directly folded by FE.Devang Patel2010-08-231-0/+6
* CreateTemporaryType doesn't needs its Context argument.Dan Gohman2010-08-201-1/+1
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-201-4/+7
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-101-1/+2
* Refactor.Devang Patel2010-08-091-0/+11
* Add explicit constructors. Patch by Renato Golin.Devang Patel2010-08-021-0/+11
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-2/+1
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-191-5/+13
* 80-columnsEric Christopher2010-07-131-1/+2
* Reverting r107918 and r107919. Radar 8063111.Stuart Hastings2010-07-081-13/+5
* Fix decl/def debug info for template functions. Radar 8063111.Stuart Hastings2010-07-081-5/+13
* Support for nested functions/classes in debug output. (Again.) Radar 7424645.Stuart Hastings2010-06-111-1/+5
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-051-5/+1
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-06-041-1/+5
* Rename variable. add comment.Devang Patel2010-05-201-1/+1
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-141-1/+1
* Remove DIGlobal.Devang Patel2010-05-071-37/+19
* Add DINameSpace::Verify().Devang Patel2010-05-071-0/+1
* Clang is dying on this with an ambiguous conversion sequence. We're working o...Douglas Gregor2010-05-071-1/+0
* Verify variable directly.Devang Patel2010-05-071-3/+0
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-071-25/+26
* remove DIDescriptor::getNode()Devang Patel2010-05-071-2/+1
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-071-2/+4
* Const-ify some stuff.Dan Gohman2010-05-071-14/+14
* Convert the DebugInfo classes dump() methods into print(raw_ostream &)Dan Gohman2010-05-071-10/+43