index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfAccelTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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