index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
DebugInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove DIFactory. Patch by Devang.
Duncan Sands
2011-03-02
1
-208
/
+0
*
Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...
Devang Patel
2011-03-01
1
-1
/
+7
*
Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cpp
Devang Patel
2011-02-15
1
-4
/
+0
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
1
-0
/
+20
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
1
-0
/
+20
*
Add support to create class type.
Devang Patel
2010-12-08
1
-0
/
+1
*
Add support to create variables, structs etc.. using DIBuilder.
Devang Patel
2010-12-07
1
-0
/
+1
*
Take care of special characters while creating named MDNode name to hold func...
Devang Patel
2010-11-10
1
-0
/
+9
*
Add getFile() to get DIFile of a DIType.
Devang Patel
2010-11-04
1
-0
/
+1
*
Simplify.
Devang Patel
2010-10-29
1
-22
/
+11
*
Fix indentation.
Devang Patel
2010-10-28
1
-5
/
+5
*
Backward compatibility. Gracefully handle older versions of debug info.
Devang Patel
2010-10-28
1
-0
/
+6
*
Do not work too hard to find type's file info. There is a special field to re...
Devang Patel
2010-10-28
1
-2
/
+8
*
Fix indentation.
Devang Patel
2010-10-28
1
-4
/
+4
*
Do not rely on context to find file info. It is already provided as a separat...
Devang Patel
2010-10-28
1
-2
/
+8
*
Give a name to nameless argument.
Devang Patel
2010-10-27
1
-1
/
+1
*
Provie a clearner interface so that FE can decide whether a function has prot...
Devang Patel
2010-10-07
1
-1
/
+8
*
Add support for DW_TAG_unspecified_parameters.
Devang Patel
2010-10-06
1
-0
/
+5
*
Add support to let FE mark explict methods as explict in debug info.
Devang Patel
2010-10-01
1
-1
/
+9
*
Let FE mark a variable as artificial variable.
Devang Patel
2010-09-29
1
-1
/
+9
*
Add support to let FE encode method access specifier.
Devang Patel
2010-09-29
1
-1
/
+14
*
Generalize DISubprogram element to encode various flags instead of just one b...
Devang Patel
2010-09-29
1
-13
/
+17
*
Provide an interface to let FEs anchor debug info for types.
Devang Patel
2010-09-28
1
-0
/
+5
*
Avoid warnings about implicit conversions to `bool' in MSVC. This time
Oscar Fuentes
2010-09-25
1
-2
/
+2
*
Make CreateComplexVariable independent of SmallVector.
Benjamin Kramer
2010-09-21
1
-4
/
+3
*
Handle qualified constants that are directly folded by FE.
Devang Patel
2010-08-23
1
-0
/
+6
*
CreateTemporaryType doesn't needs its Context argument.
Dan Gohman
2010-08-20
1
-1
/
+1
*
Introduce a new temporary MDNode concept. Temporary MDNodes are
Dan Gohman
2010-08-20
1
-4
/
+7
*
Add missing argument. CreateCompositeTypeEx() users, please verify.
Devang Patel
2010-08-10
1
-1
/
+2
*
Refactor.
Devang Patel
2010-08-09
1
-0
/
+11
*
Add explicit constructors. Patch by Renato Golin.
Devang Patel
2010-08-02
1
-0
/
+11
*
Disallow null as a named metadata operand.
Dan Gohman
2010-07-21
1
-2
/
+1
*
Correct line info for declarations/definitions. Radar 8063111.
Stuart Hastings
2010-07-19
1
-5
/
+13
*
80-columns
Eric Christopher
2010-07-13
1
-1
/
+2
*
Reverting r107918 and r107919. Radar 8063111.
Stuart Hastings
2010-07-08
1
-13
/
+5
*
Fix decl/def debug info for template functions. Radar 8063111.
Stuart Hastings
2010-07-08
1
-5
/
+13
*
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
Stuart Hastings
2010-06-11
1
-1
/
+5
*
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
1
-5
/
+1
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
1
-1
/
+5
*
Rename variable. add comment.
Devang Patel
2010-05-20
1
-1
/
+1
*
Add support to preserve type info for the variables that are removed by the o...
Devang Patel
2010-05-14
1
-1
/
+1
*
Remove DIGlobal.
Devang Patel
2010-05-07
1
-37
/
+19
*
Add DINameSpace::Verify().
Devang Patel
2010-05-07
1
-0
/
+1
*
Clang is dying on this with an ambiguous conversion sequence. We're working o...
Douglas Gregor
2010-05-07
1
-1
/
+0
*
Verify variable directly.
Devang Patel
2010-05-07
1
-3
/
+0
*
Wrap const MDNode * inside DIDescriptor.
Devang Patel
2010-05-07
1
-25
/
+26
*
remove DIDescriptor::getNode()
Devang Patel
2010-05-07
1
-2
/
+1
*
Avoid DIDescriptor::getNode(). Use overloaded operators instead.
Devang Patel
2010-05-07
1
-2
/
+4
*
Const-ify some stuff.
Dan Gohman
2010-05-07
1
-14
/
+14
*
Convert the DebugInfo classes dump() methods into print(raw_ostream &)
Dan Gohman
2010-05-07
1
-10
/
+43
[next]