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
/
DwarfAccelTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-8
/
+7
*
DwarfAccelTable: remove unneeded bucket terminators.
Frederic Riss
2015-03-10
1
-2
/
+3
*
DwarfAccelTable: Fix handling of hash collisions.
Frederic Riss
2015-03-10
1
-5
/
+35
*
DwarfAccelTable: fix obvious typo.
Frederic Riss
2015-03-09
1
-1
/
+1
*
DwarfAccelTable: We know how many hashes we have in the output, just reserve ...
Benjamin Kramer
2015-02-28
1
-0
/
+1
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
1
-1
/
+1
*
Fix emission of Dwarf accelerator table when there are multiple CUs.
Frederic Riss
2014-11-12
1
-3
/
+6
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-5
/
+6
*
DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...
David Blaikie
2014-04-25
1
-18
/
+17
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-2
/
+2
*
DwarfAccelTable: Remove trivial dtor and simplify construction with an array.
David Blaikie
2014-04-23
1
-2
/
+0
*
Rename DwarfUnits to DwarfFile to help avoid some naming confusion.
Eric Christopher
2013-12-05
1
-2
/
+2
*
DebugInfo: Constify accelerator table handling, and separate type accelarator...
David Blaikie
2013-11-19
1
-1
/
+1
*
Move accelerator table defines and constants to Dwarf.h since
Eric Christopher
2013-09-05
1
-19
/
+1
*
Reformat.
Eric Christopher
2013-09-05
1
-39
/
+50
*
StringRefize some debug accel table bits.
Benjamin Kramer
2013-05-11
1
-1
/
+1
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-1
/
+1
*
Whitespace and 80-column cleanup.
Eric Christopher
2012-12-20
1
-3
/
+3
*
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-20
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Fix up comment to be more clear.
Eric Christopher
2012-10-08
1
-2
/
+2
*
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-13
1
-36
/
+13
*
No need to do an expensive stable sort for a bunch of integers.
Benjamin Kramer
2012-03-26
1
-3
/
+3
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-3
/
+4
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
1
-1
/
+1
*
Use -> instead of (*iter).
Eric Christopher
2012-01-06
1
-10
/
+10
*
Fix a leak I noticed while reviewing the accelerator table changes. Passes
Eric Christopher
2012-01-06
1
-0
/
+5
*
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2012-01-06
1
-15
/
+29
*
Stabilize the output of the dwarf accelerator tables. Fixes a comparison
Eric Christopher
2011-11-15
1
-2
/
+11
*
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-10
1
-1
/
+7
*
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
1
-7
/
+7
*
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-08
1
-1
/
+1
*
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
1
-0
/
+5
*
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
1
-6
/
+3
*
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
1
-0
/
+250