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
/
lib
/
CodeGen
/
AsmPrinter
/
DIE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-3
/
+29
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-15
/
+6
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-22
/
+149
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
1
-1
/
+9
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
1
-0
/
+12
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-1
/
+1
*
Fix the build in DIE.cpp with MSVC 2010
Reid Kleckner
2013-10-21
1
-3
/
+5
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
1
-16
/
+17
*
Temporarily revert r176882 as it needs to be implemented in a different
Eric Christopher
2013-10-04
1
-12
/
+0
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-9
/
+1
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-1
/
+9
*
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
[next]