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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix emission of Dwarf accelerator table when there are multiple CUs.
Frederic Riss
2014-11-12
1
-3
/
+3
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Increase the size of DwarfAccelTable::TableHeaderData::Atoms.
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Remove redundant explicit default initialization of non-trivially constructed...
David Blaikie
2014-04-27
1
-1
/
+1
*
Add the default constructor DwarfAccelTable::DataArray() to initialize (MCSym...
NAKAMURA Takumi
2014-04-27
1
-0
/
+1
*
DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...
David Blaikie
2014-04-25
1
-9
/
+14
*
Remove the intermediate AccelTypes maps in DWARF units.
David Blaikie
2014-04-24
1
-1
/
+3
*
DwarfAccelTable: Remove trivial dtor and simplify construction with an array.
David Blaikie
2014-04-23
1
-1
/
+0
*
More header and forward declaration cleanup.
Eric Christopher
2014-03-18
1
-2
/
+0
*
Rename DwarfUnits to DwarfFile to help avoid some naming confusion.
Eric Christopher
2013-12-05
1
-3
/
+3
*
DebugInfo: Constify accelerator table handling, and separate type accelarator...
David Blaikie
2013-11-19
1
-3
/
+3
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Move accelerator table defines and constants to Dwarf.h since
Eric Christopher
2013-09-05
1
-29
/
+6
*
Reformat.
Eric Christopher
2013-09-05
1
-60
/
+53
*
StringRefize some debug accel table bits.
Benjamin Kramer
2013-05-11
1
-1
/
+1
*
Whitespace and 80-column cleanup.
Eric Christopher
2012-12-20
1
-9
/
+9
*
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-20
1
-3
/
+3
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-13
1
-22
/
+15
*
Remove extraneous ';'s.
Bill Wendling
2012-01-23
1
-1
/
+1
*
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2012-01-06
1
-9
/
+46
*
Remove extra ';'
Devang Patel
2011-11-09
1
-2
/
+2
*
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
1
-4
/
+4
*
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
1
-0
/
+1
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
1
-4
/
+2
*
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
1
-0
/
+254