Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3dd11d62831d8a776386e8e173dfdc0f4acbcc8
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfAccelTable.cpp
f819485
Rename DwarfUnits to DwarfFile to help avoid some naming confusion.
by Eric Christopher
· 12 years ago
2ea848b
DebugInfo: Constify accelerator table handling, and separate type accelarator insertion in preparation for a second use of this code from type units.
by David Blaikie
· 12 years ago
cf7289f
Move accelerator table defines and constants to Dwarf.h since
by Eric Christopher
· 12 years ago
b4e2cc4
Reformat.
by Eric Christopher
· 12 years ago
63e39eb
StringRefize some debug accel table bits.
by Benjamin Kramer
· 12 years ago
bf7bc49
Last in the series of removing unnecessary '0' arguments for
by Eric Christopher
· 13 years ago
48fef59
Whitespace and 80-column cleanup.
by Eric Christopher
· 13 years ago
e698f53
Start splitting out the debug string section handling by moving it
by Eric Christopher
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
2861136
Fix up comment to be more clear.
by Eric Christopher
· 13 years ago
330970d
Reduce malloc traffic in DwarfAccelTable
by Benjamin Kramer
· 14 years ago
3e6719c
No need to do an expensive stable sort for a bunch of integers.
by Benjamin Kramer
· 14 years ago
6e80c28
Prune some includes and forward declarations.
by Craig Topper
· 14 years ago
486df73
Removing unused default switch cases in switches over enums that already account for all enumeration values explicitly.
by David Blaikie
· 14 years ago
5a28a6e
Use -> instead of (*iter).
by Eric Christopher
· 14 years ago
667a074
Fix a leak I noticed while reviewing the accelerator table changes. Passes
by Eric Christopher
· 14 years ago
21bde87
As part of the ongoing work in finalizing the accelerator tables, extend
by Eric Christopher
· 14 years ago
0abbd0e
Stabilize the output of the dwarf accelerator tables. Fixes a comparison
by Eric Christopher
· 14 years ago
d9843b3
Rework adding function names to the dwarf accelerator tables, allow
by Eric Christopher
· 14 years ago
54ce295d
A few more places where we can avoid multiple size queries.
by Eric Christopher
· 14 years ago
f193227
Don't evaluate Data.size() on every iteration.
by Eric Christopher
· 14 years ago
b6205d8
Simple destructor to delete the hash data we created earlier.
by Eric Christopher
· 14 years ago
2c5dab5
Avoid the use of a local temporary for comment twines.
by Eric Christopher
· 14 years ago
8c7505f
Remove unnecessary addition to API. Replace with something much simpler.
by Eric Christopher
· 14 years ago
6e47204
Add a new dwarf accelerator table prototype with the goal of replacing
by Eric Christopher
· 14 years ago