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
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use existing builtin hashing functions to make this routine more
Eric Christopher
2013-08-05
1
-5
/
+2
*
Change parent hashing algorithm to be non-recursive and elaborate
Eric Christopher
2013-08-05
1
-20
/
+32
*
Fix a truly egregious thinko in anonymous namespace check,
Eric Christopher
2013-07-29
1
-2
/
+2
*
Make sure we don't emit an ODR hash for types with no name and make
Eric Christopher
2013-07-29
1
-2
/
+4
*
Elaborate a bit on the type unit and ODR conditional code.
Eric Christopher
2013-07-29
1
-4
/
+4
*
DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Benjamin Kramer
2013-07-27
1
-2
/
+3
*
Fix a memory leak in the debug emission by simply not allocating memory.
Chandler Carruth
2013-07-27
1
-2
/
+2
*
Remove addLetterToHash, no functional change.
Eric Christopher
2013-07-26
1
-10
/
+1
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-0
/
+149
*
Reformat options.
Eric Christopher
2013-07-23
1
-40
/
+41
*
Add getModuleFlag(StringRef Key) to query a module flag given Key.
Manman Ren
2013-07-16
1
-11
/
+4
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-6
/
+6
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-08
1
-7
/
+7
*
DebugInfo: Correct comment & re-format a nearby loop
David Blaikie
2013-07-08
1
-5
/
+3
*
DebugInfo: Simplify Address Pool index handling.
David Blaikie
2013-07-08
1
-5
/
+3
*
Hoist all of the Entry.getLoc() calls int a single variable.
Eric Christopher
2013-07-03
1
-7
/
+8
*
Make DotDebugLocEntry a class, reorder the members along with comments
Eric Christopher
2013-07-03
1
-9
/
+9
*
Elaborate on comment.
Eric Christopher
2013-07-03
1
-1
/
+1
*
Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...
Craig Topper
2013-07-03
1
-5
/
+3
*
Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying...
Craig Topper
2013-07-03
1
-6
/
+6
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-8
/
+8
*
Avoid doing a lot of computation when we have multiple ranges and
Eric Christopher
2013-07-03
1
-26
/
+29
*
Move iterator to where it's used and update comments.
Eric Christopher
2013-07-03
1
-1
/
+3
*
Add a helpful comment.
Eric Christopher
2013-07-03
1
-0
/
+2
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-5
/
+23
*
Fix comment.
Eric Christopher
2013-07-02
1
-1
/
+1
*
[DebugInfo] Hold generic MCExpr in AddrPool
Ulrich Weigand
2013-07-02
1
-7
/
+7
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
1
-2
/
+2
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-1
/
+1
*
PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
2013-07-01
1
-6
/
+11
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
1
-2
/
+2
*
DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'
David Blaikie
2013-06-28
1
-1
/
+2
*
DebugInfo: Simplify the AddressPool representation
David Blaikie
2013-06-28
1
-15
/
+10
*
DebugInfo: constify the AddressPool MCSymbol pointers
David Blaikie
2013-06-28
1
-10
/
+10
*
Remove unused code. No functionality change.
Manman Ren
2013-06-25
1
-4
/
+0
*
80-column and tab character fixes.
Eric Christopher
2013-06-24
1
-2
/
+4
*
DebugInfo: don't use location lists when the location covers the whole functi...
David Blaikie
2013-06-20
1
-4
/
+2
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
1
-4
/
+4
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-4
/
+1
*
Fix break in r183446 - helps to increment the iterator in a loop
David Blaikie
2013-06-06
1
-1
/
+2
*
Debug Info: simplify parameter ordering preservation
David Blaikie
2013-06-06
1
-25
/
+21
*
PR15662: Optimized debug info produces out of order function parameters
David Blaikie
2013-06-05
1
-3
/
+31
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
1
-13
/
+3
*
Rename variable to be more descriptive.
Eric Christopher
2013-05-30
1
-3
/
+3
*
LTO+Debug Info: revert r182791.
Manman Ren
2013-05-29
1
-38
/
+11
*
LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
2013-05-28
1
-11
/
+38
*
Dwarf: use a single line table to generate assembly when .loc is used.
Manman Ren
2013-05-21
1
-3
/
+14
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-0
/
+3
*
StringRefize some debug accel table bits.
Benjamin Kramer
2013-05-11
1
-5
/
+5
[prev]
[next]