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
*
[NFC] Rename DwarfAccelTable and move header.
Jonas Devlieghere
2018-01-29
1
-385
/
+0
*
[NFC] Refactor Apple Accelerator Tables
Jonas Devlieghere
2018-01-29
1
-108
/
+231
*
[Support] Move DJB hash to support. NFC
Jonas Devlieghere
2018-01-28
1
-1
/
+2
*
llvm-dwarfdump: implement --find for .apple_names
Adrian Prantl
2017-09-28
1
-8
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-08-17
1
-54
/
+67
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Remove LLVM_CONSTEXPR.
Justin Lebar
2016-10-23
1
-2
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Use operator<< instead of print in a few more places.
Rafael Espindola
2015-05-27
1
-1
/
+1
*
AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFC
Duncan P. N. Exon Smith
2015-05-24
1
-4
/
+2
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-3
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
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
/
+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