index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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