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
2010-04-05
finally blast DwarfWriter away.
Chris Lattner
2010-04-05
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
fastisel doesn't need DwarfWriter, remove some tendricles.
Chris Lattner
2010-04-05
make DwarfException not inherit from DwarfPrinter.
Chris Lattner
2010-04-05
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-04
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-03-29
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...
Devang Patel
2010-03-28
Revert 99772.
Devang Patel
2010-03-28
Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.
Devang Patel
2010-03-09
reapply r98035:
Chris Lattner
2010-03-09
Speculatively revert r98035. It appears to have caused a set of buildbot
Eric Christopher
2010-03-09
Now that setStartLabel takes an MCSymbol, we can de-ID'ize
Chris Lattner
2010-01-26
constify a bunch of dwarf stuff now that the registerinfo method
Chris Lattner
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
[next]