summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
Commit message (Expand)AuthorAgeFilesLines
* Forgot to output the base offset.Bill Wendling2009-07-291-4/+8
* Move comment to above method.Bill Wendling2009-07-291-21/+21
* - Temporarily unbreak the build by forcing the TType "absptr", which isn'tBill Wendling2009-07-291-49/+62
* Cleanup code to use iterators instead of ".size()".Bill Wendling2009-07-281-21/+25
* Doxygenify comments.Bill Wendling2009-07-281-2/+2
* Split out large loop into it's very own method. No intended functionality cha...Bill Wendling2009-07-281-35/+51
* Output the EH TType format and base offset only if there are types that we'reBill Wendling2009-07-281-6/+15
* Use the preferred EH data format for the preferred EH data format.Bill Wendling2009-07-281-2/+2
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-1/+1
* Use more terse and precise linkage checks.Chris Lattner2009-07-171-15/+6
* these two pieces of code are the same because we alwaysChris Lattner2009-07-171-12/+3
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-171-5/+5
* Move c'tor/d'tor to top of file.Bill Wendling2009-05-151-17/+14
* Split out the DwarfException class into its own file. No functionality change,Bill Wendling2009-05-151-0/+709
OpenPOWER on IntegriCloud