index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfWriter.cpp
Age
Commit message (
Expand
)
Author
2009-11-21
Cosmetic changes, which were long overdue, in DwarfDebug.cpp.
Devang Patel
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-10-06
Add support to handle debug info attached to an instruction.
Devang Patel
2009-09-30
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-11
Fix PR4948 (and a leak): by not destroying the DwarfException
Duncan Sands
2009-08-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
Record variable debug info at ISel time directly.
Devang Patel
2009-06-25
Simplify.
Devang Patel
2009-05-15
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
Split out the DwarfException class into its own file. No functionality change,
Bill Wendling
2009-05-15
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
2009-05-14
Tag blocks with DW_AT_APPLE_block.
Mike Stump
2009-05-13
There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.
Bill Wendling
2009-05-13
Move the bookkeeping of the debug scopes back to the place where it
Bill Wendling
2009-05-12
- Record that the debug info is actually used so that the label folder doesn't
Bill Wendling
2009-05-10
This is a large rewrite of how Dwarf info for inlined functions is handled.
Bill Wendling
2009-05-08
Compute the offsets of the compile units. We need this so that when we emit a
Bill Wendling
2009-05-08
Minor clean ups. No functionality change.
Bill Wendling
2009-05-07
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argyrios Kyrtzidis
2009-05-06
- Move some debug fields to coincide with how GCC emits them. No functionality
Bill Wendling
2009-05-05
Do not require variable debug info nodes to have a compile unit.
Chris Lattner
2009-05-04
Restore a comment.
Argyrios Kyrtzidis
2009-05-04
Restore minor deletion.
Mike Stump
2009-05-03
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argyrios Kyrtzidis
2009-05-01
Simplify more code and add timer stuff.
Bill Wendling
2009-05-01
Simplify more code.
Bill Wendling
2009-05-01
Simplify some code.
Bill Wendling
2009-05-01
Fix whitespace. It was confusing me.
Bill Wendling
2009-04-30
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-21
Fix Visual Studio 2008 build failure.
Devang Patel
2009-04-15
s/RootDbgScope/FunctionDbgScope/g
Devang Patel
2009-04-15
Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine.
Devang Patel
2009-04-15
Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...
Devang Patel
2009-04-13
Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...
Devang Patel
2009-04-13
Reapply 68847.
Devang Patel
2009-04-13
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2009-04-11
Revert r68847. It breaks the build on non-Darwin targets, with this message
Dan Gohman
2009-04-11
Keep track of inlined functions and their locations. This information is coll...
Devang Patel
2009-04-10
Pass in the std::string parameter instead of returning it by value.
Bill Wendling
2009-04-10
Constify getter methods.
Bill Wendling
[next]