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
/
DIE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For COFF only: dwarf debug info output a label reference as a section relativ...
Carlo Kok
2013-08-13
1
-1
/
+3
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-14
/
+14
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
1
-0
/
+12
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-0
/
+24
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-0
/
+11
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
1
-2
/
+28
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
1
-2
/
+2
*
Remove a few fixmes, the only work we're doing is getting the string
Eric Christopher
2013-06-10
1
-4
/
+0
*
Const-ify some printing and dumping code for DIEValues.
Eric Christopher
2013-05-31
1
-6
/
+6
*
Make getCompileUnit non-const and return the current DIE if it
Eric Christopher
2013-05-14
1
-2
/
+2
*
Remove unnecessary instance variable and rework logic accordingly.
Eric Christopher
2013-05-06
1
-5
/
+3
*
Grammar.
Eric Christopher
2013-05-06
1
-1
/
+2
*
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
1
-6
/
+0
*
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-04
1
-0
/
+6
*
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
1
-3
/
+3
*
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
1
-3
/
+3
*
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-13
1
-1
/
+1
*
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
1
-0
/
+11
*
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
1
-0
/
+1
*
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
1
-0
/
+2
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
1
-0
/
+2
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-2
/
+2
*
Whitespace and 80-col.
Eric Christopher
2013-01-07
1
-1
/
+1
*
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
1
-0
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-4
/
+4
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-4
/
+4
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-4
/
+4
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-4
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
80-col fixup.
Eric Christopher
2012-09-10
1
-1
/
+2
*
Clean this up slightly, doesn't really fall through.
Eric Christopher
2012-08-29
1
-2
/
+1
*
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-24
1
-0
/
+8
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-1
/
+1
*
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-24
1
-9
/
+0
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-4
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
1
-2
/
+2
*
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
1
-18
/
+0
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
1
-0
/
+2
*
Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some
Nick Lewycky
2011-07-29
1
-1
/
+1
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-23
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+23
*
Use DW_FORM_addr for DW_AT_entry_pc.
Devang Patel
2010-06-28
1
-0
/
+2
*
change SizeOf to take AsmPrinter instead of TargetData,
Chris Lattner
2010-04-05
1
-13
/
+10
*
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-05
1
-25
/
+22
*
inline EmitDifference away.
Chris Lattner
2010-04-04
1
-2
/
+2
*
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-04-04
1
-16
/
+16
*
DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
Benjamin Kramer
2010-03-31
1
-2
/
+3
[next]