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
*
Tabs -> spaces (really?)
Daniel Dunbar
2009-09-19
1
-4
/
+4
*
Strip trailing whitespace.
Daniel Dunbar
2009-09-19
1
-38
/
+38
*
Provide a way to extract location info from DILocation.
Devang Patel
2009-09-16
1
-0
/
+5
*
Add virtual destructor.
Devang Patel
2009-09-01
1
-0
/
+1
*
Introduce DILocation.
Devang Patel
2009-09-01
1
-0
/
+20
*
Add getDirectory() and getFilename() interface to DIScope.
Devang Patel
2009-09-01
1
-1
/
+25
*
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
1
-3
/
+23
*
Rename DIBlock as DILexicalBlock.
Devang Patel
2009-08-31
1
-8
/
+11
*
Derive DICompileUnit from DIScope.
Devang Patel
2009-08-31
1
-3
/
+7
*
Add flag to mark structs for Apple Block "byref" variables; also add code to
Caroline Tice
2009-08-31
1
-1
/
+11
*
Introduce DIScope.
Devang Patel
2009-08-31
1
-0
/
+10
*
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-31
1
-30
/
+10
*
Reapply 79977.
Devang Patel
2009-08-28
1
-57
/
+54
*
Closure is a very generic name. Use AppleBlock instead.
Devang Patel
2009-08-27
1
-6
/
+7
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-54
/
+57
*
fix some funky indentation
Chris Lattner
2009-08-26
1
-7
/
+7
*
Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Devang Patel
2009-08-26
1
-1
/
+5
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-57
/
+54
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Keep track of DIType.
Devang Patel
2009-08-10
1
-1
/
+8
*
Remove dead code.
Devang Patel
2009-08-06
1
-6
/
+0
*
Fix comment.
Devang Patel
2009-08-06
1
-2
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Process DbgDeclareInst.
Devang Patel
2009-07-31
1
-0
/
+3
*
s/DebugInfoEnumerator/DebugInfoFinder/g
Devang Patel
2009-07-30
1
-16
/
+15
*
walk DbgRegionStartInst and DbgRegionEndInst
Devang Patel
2009-07-30
1
-0
/
+6
*
Add DebugInfoEnumerator to collect debug info.
Devang Patel
2009-07-28
1
-0
/
+53
*
80 columns!
Devang Patel
2009-07-27
1
-5
/
+12
*
Add replaceAllUsesWith() to FE replace debug info constructs while building c...
Devang Patel
2009-07-22
1
-0
/
+5
*
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
[next]