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
...
*
Move hash computation code into a separate class and file.
Eric Christopher
2013-08-08
1
-99
/
+9
*
Reflow for loop.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Remove some parens. No functional change.
Eric Christopher
2013-08-07
1
-4
/
+4
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
1
-14
/
+6
*
Move somewhat messy conditional out of line.
Eric Christopher
2013-08-07
1
-7
/
+11
*
Recommit previous cleanup with a fix for c++98 ambiguity.
Eric Christopher
2013-08-05
1
-5
/
+2
*
Revert "Use existing builtin hashing functions to make this routine more"
Eric Christopher
2013-08-05
1
-2
/
+5
*
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
[prev]
[next]