index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfAccelTable.cpp
Age
Commit message (
Expand
)
Author
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2012-12-20
Whitespace and 80-column cleanup.
Eric Christopher
2012-12-20
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-08
Fix up comment to be more clear.
Eric Christopher
2012-04-13
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-03-26
No need to do an expensive stable sort for a bunch of integers.
Benjamin Kramer
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-06
Use -> instead of (*iter).
Eric Christopher
2012-01-06
Fix a leak I noticed while reviewing the accelerator table changes. Passes
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2011-11-15
Stabilize the output of the dwarf accelerator tables. Fixes a comparison
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-08
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-07
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher