summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* reduce size of SmallString to something more reasonableJim Grosbach2009-09-011-1/+1
* Use raw_ostream instead of sstreamJim Grosbach2009-09-011-7/+5
* revert inadvertant change from previous commitJim Grosbach2009-09-011-2/+3
* Simply LSDA lable emission to use a direct special-case output instead ofJim Grosbach2009-09-011-4/+3
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-3/+8
* Output a hex value, because all of the others are hex.Bill Wendling2009-08-311-1/+1
* Revert commit 80428. It completely broke exceptionDuncan Sands2009-08-311-30/+17
* PR4747Jim Grosbach2009-08-311-2/+3
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-291-17/+30
* Make the augmentation size and next set of bytes agree on size,Eric Christopher2009-08-291-4/+10
* Nuke trailing whitespace.Eric Christopher2009-08-281-9/+9
* Revert accidental commit.Bill Wendling2009-08-271-41/+28
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-28/+41
* If we're emitting additional CIEs due to personality functionsEric Christopher2009-08-261-1/+1
* - Rename EmitCommonInformationEntry to EmitCIE.Bill Wendling2009-08-251-11/+8
* - Emit new line after each FDE.Bill Wendling2009-08-251-1/+3
* Rename functions to something more descriptive. At the very least mention theBill Wendling2009-08-251-7/+11
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-24/+24
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-12/+12
* Attempt to comment this code more.Bill Wendling2009-08-201-27/+122
* Add missing includes.David Greene2009-08-191-0/+1
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-6/+7
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-181-8/+2
* add a horrible hack to the dwarf printer. It looks like mingw is not specifyingChris Lattner2009-08-181-3/+9
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-171-3/+0
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-171-32/+7
* Add catch block handling to SjLj exception handling.Jim Grosbach2009-08-121-4/+9
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-46/+120
* convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner2009-08-021-2/+2
* Fix some fixme's in #if 0'd code by making it dependent on the structuralChris Lattner2009-08-021-29/+34
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-021-5/+4
* add some comments on how this is *supposed* to work. We don'tChris Lattner2009-07-311-0/+27
* rearrange a conditional. Even if this weren't #if 0'd out, this wouldChris Lattner2009-07-311-4/+5
* PreferredEHDataFormat is always call with data and global, but this wholeChris Lattner2009-07-311-1/+1
* 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