aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfException.cpp
AgeCommit message (Expand)Author
2009-07-29Forgot to output the base offset.Bill Wendling
2009-07-29Move comment to above method.Bill Wendling
2009-07-29- Temporarily unbreak the build by forcing the TType "absptr", which isn'tBill Wendling
2009-07-28Cleanup code to use iterators instead of ".size()".Bill Wendling
2009-07-28Doxygenify comments.Bill Wendling
2009-07-28Split out large loop into it's very own method. No intended functionality cha...Bill Wendling
2009-07-28Output the EH TType format and base offset only if there are types that we'reBill Wendling
2009-07-28Use the preferred EH data format for the preferred EH data format.Bill Wendling
2009-07-20implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner
2009-07-17Use more terse and precise linkage checks.Chris Lattner
2009-07-17these two pieces of code are the same because we alwaysChris Lattner
2009-07-17Untangle a snarl that I discovered when updating the mangler,Chris Lattner
2009-05-15Move c'tor/d'tor to top of file.Bill Wendling
2009-05-15Split out the DwarfException class into its own file. No functionality change,Bill Wendling