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
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
1
-1
/
+1
*
Re-LLVMContext-ize DebugInfo, now with less breakage.
Owen Anderson
2009-07-07
1
-0
/
+3
*
Simplify debug info intrisinc lowering.
Devang Patel
2009-07-02
1
-2
/
+0
*
Fix typo.
Devang Patel
2009-07-02
1
-5
/
+5
*
Add debug info utility routines.
Devang Patel
2009-07-02
1
-0
/
+48
*
Remove unnecessary includes.
Devang Patel
2009-06-26
1
-2
/
+0
*
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-06-26
1
-23
/
+10
*
It is not a good idea to have data member's name match argument's name. In fa...
Devang Patel
2009-06-23
1
-11
/
+11
*
Add DISubprogram::getReturnTypeName()
Devang Patel
2009-06-23
1
-0
/
+13
*
Non-functionality changes:
Bill Wendling
2009-05-14
1
-13
/
+40
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
1
-14
/
+0
*
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
1
-0
/
+14
*
Add dump method to DIDescriptor.
Bill Wendling
2009-05-05
1
-0
/
+2
*
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argiris Kirtzidis
2009-05-03
1
-0
/
+4
*
Add a method to check that the subprogram holds debug info for the given Func...
Devang Patel
2009-04-15
1
-0
/
+4
*
Oops...I committed too much.
Bill Wendling
2009-03-13
1
-19
/
+23
*
Temporarily XFAIL this test.
Bill Wendling
2009-03-13
1
-23
/
+19
*
Global variables don't have a corresponding llvm.dbg.declare, yet it is possible
Edwin Török
2009-03-10
1
-0
/
+6
*
Pass in a std::string when getting the names of debugging things. This cuts down
Bill Wendling
2009-03-09
1
-11
/
+31
*
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
1
-2
/
+7
*
Emit debug info for bitfields.
Devang Patel
2009-02-17
1
-3
/
+6
*
Unbreak the build on win32.
Cédric Venet
2009-02-14
1
-2
/
+2
*
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
1
-56
/
+19
*
Add dump() routines to help debug debug info :)
Devang Patel
2009-01-30
1
-0
/
+27
*
LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...
evancheng
2009-01-26
1
-2
/
+2
*
Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...
Devang Patel
2009-01-23
1
-1
/
+5
*
Encode member accessibility.
Devang Patel
2009-01-21
1
-1
/
+1
*
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
1
-0
/
+10
*
Need only one set of debug info versions enum.
Devang Patel
2009-01-20
1
-11
/
+2
*
zap white spaces.
Devang Patel
2009-01-20
1
-56
/
+48
*
Enable debug info for composite types.
Devang Patel
2009-01-20
1
-0
/
+1
*
Verify debug info.
Devang Patel
2009-01-19
1
-0
/
+17
*
DebugInfo is a lightweight APIs and consumers are expected to use light objec...
Devang Patel
2009-01-19
1
-59
/
+0
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-15
1
-0
/
+1
*
Add classof() methods to support isa<> and other related facilities.
Devang Patel
2009-01-12
1
-9
/
+74
*
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
1
-9
/
+31
*
Add classof() methods so that dwarf writer can decide what DIDescriptor is in...
Devang Patel
2009-01-05
1
-2
/
+17
*
Construct stuct field DIEs.
Devang Patel
2009-01-05
1
-0
/
+1
*
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+1
*
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-10
/
+12
*
Now, getTag() is used by DwarfWriter.
Devang Patel
2009-01-05
1
-3
/
+4
*
Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...
Devang Patel
2008-12-17
1
-9
/
+33
*
Add utility functions to search for DbgStopPointInst corresponding to an
Edwin Török
2008-12-16
1
-1
/
+14
*
Fix getFieldAs() to use the parameter instead of 6.
Edwin Török
2008-12-13
1
-1
/
+1
*
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
1
-6
/
+6
*
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
Chris Lattner
2008-11-10
1
-1
/
+1
*
Add a new set of helper classes for creating and reading debug
Chris Lattner
2008-11-10
1
-0
/
+394