index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
finally blast DwarfWriter away.
Chris Lattner
2010-04-05
1
-82
/
+0
*
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
1
-2
/
+1
*
fastisel doesn't need DwarfWriter, remove some tendricles.
Chris Lattner
2010-04-05
1
-1
/
+1
*
make DwarfException not inherit from DwarfPrinter.
Chris Lattner
2010-04-05
1
-2
/
+1
*
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-05
1
-1
/
+1
*
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-04-04
1
-8
/
+5
*
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...
Devang Patel
2010-03-29
1
-15
/
+2
*
Revert 99772.
Devang Patel
2010-03-28
1
-2
/
+15
*
Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.
Devang Patel
2010-03-28
1
-15
/
+2
*
reapply r98035:
Chris Lattner
2010-03-09
1
-6
/
+6
*
Speculatively revert r98035. It appears to have caused a set of buildbot
Eric Christopher
2010-03-09
1
-6
/
+6
*
Now that setStartLabel takes an MCSymbol, we can de-ID'ize
Chris Lattner
2010-03-09
1
-6
/
+6
*
constify a bunch of dwarf stuff now that the registerinfo method
Chris Lattner
2010-01-26
1
-2
/
+2
*
Cosmetic changes, which were long overdue, in DwarfDebug.cpp.
Devang Patel
2009-11-21
1
-8
/
+8
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
1
-16
/
+0
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
1
-15
/
+4
*
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
1
-0
/
+6
*
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
1
-2
/
+2
*
Fix PR4948 (and a leak): by not destroying the DwarfException
Duncan Sands
2009-09-11
1
-0
/
+2
*
Reapply 79977.
Devang Patel
2009-08-28
1
-8
/
+7
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-7
/
+8
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-8
/
+7
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-1
/
+1
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
1
-9
/
+2
*
Simplify.
Devang Patel
2009-06-25
1
-4
/
+2
*
Split out the DwarfDebug module from the DwarfWriter module.
Bill Wendling
2009-05-15
1
-2796
/
+2
*
Split out the DwarfException class into its own file. No functionality change,
Bill Wendling
2009-05-15
1
-769
/
+7
*
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
2009-05-15
1
-1278
/
+38
*
Tag blocks with DW_AT_APPLE_block.
Mike Stump
2009-05-14
1
-0
/
+7
*
There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.
Bill Wendling
2009-05-13
1
-21
/
+30
*
Move the bookkeeping of the debug scopes back to the place where it
Bill Wendling
2009-05-13
1
-20
/
+20
*
- Record that the debug info is actually used so that the label folder doesn't
Bill Wendling
2009-05-12
1
-10
/
+10
*
This is a large rewrite of how Dwarf info for inlined functions is handled.
Bill Wendling
2009-05-10
1
-95
/
+225
*
Compute the offsets of the compile units. We need this so that when we emit a
Bill Wendling
2009-05-08
1
-11
/
+20
*
Minor clean ups. No functionality change.
Bill Wendling
2009-05-08
1
-5
/
+4
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
1
-140
/
+57
*
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
1
-57
/
+140
*
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argyrios Kyrtzidis
2009-05-07
1
-8
/
+11
*
- Move some debug fields to coincide with how GCC emits them. No functionality
Bill Wendling
2009-05-06
1
-24
/
+53
*
Do not require variable debug info nodes to have a compile unit.
Chris Lattner
2009-05-05
1
-20
/
+24
*
Restore a comment.
Argyrios Kyrtzidis
2009-05-04
1
-0
/
+2
*
-Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.
Argyrios Kyrtzidis
2009-05-04
1
-5
/
+6
*
Revert r70803 for now, it causes a regression.
Argyrios Kyrtzidis
2009-05-03
1
-0
/
+7
*
-Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.
Argyrios Kyrtzidis
2009-05-03
1
-7
/
+0
*
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argyrios Kyrtzidis
2009-05-03
1
-83
/
+1
*
Simplify more code and add timer stuff.
Bill Wendling
2009-05-01
1
-7
/
+32
*
Simplify more code.
Bill Wendling
2009-05-01
1
-9
/
+4
*
Simplify some code.
Bill Wendling
2009-05-01
1
-8
/
+5
*
Fix whitespace. It was confusing me.
Bill Wendling
2009-05-01
1
-21
/
+20
*
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-30
1
-16
/
+13
[next]