summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Ignore malformed global variable debug info.Devang Patel2009-09-041-0/+4
* 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-013-21/+12
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-013-12/+25
* Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel2009-08-312-4/+18
* Rename DIBlock as DILexicalBlock.Devang Patel2009-08-311-1/+1
* Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice2009-08-312-2/+254
* Simplify isDerivedType() and other predicate interface.Devang Patel2009-08-311-3/+3
* 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
* Nuke moribund "std::string" version of EOL(..., Encoding).Bill Wendling2009-08-301-8/+0
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-291-17/+30
* Add a form of EOL which emits the text version of a DWARF format encoding. ThisBill Wendling2009-08-291-0/+50
* Make the augmentation size and next set of bytes agree on size,Eric Christopher2009-08-291-4/+10
* Reapply 79977.Devang Patel2009-08-284-115/+116
* Nuke trailing whitespace.Eric Christopher2009-08-281-9/+9
* Closure is a very generic name. Use AppleBlock instead.Devang Patel2009-08-271-1/+1
* Revert accidental commit.Bill Wendling2009-08-272-221/+28
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-272-28/+221
* If we're emitting additional CIEs due to personality functionsEric Christopher2009-08-261-1/+1
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-264-116/+115
* Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.Devang Patel2009-08-261-4/+1
* - Rename EmitCommonInformationEntry to EmitCIE.Bill Wendling2009-08-252-19/+15
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-254-115/+116
* - 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-252-14/+19
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-242-3/+4
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-1/+1
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-1/+1
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-234-54/+37
* random code cleanups.Chris Lattner2009-08-231-19/+17
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-232-19/+6
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-226-277/+277
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-2210-39/+39
* Record variable debug info at ISel time directly.Devang Patel2009-08-224-72/+20
* Attempt to comment this code more.Bill Wendling2009-08-201-27/+122
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+1
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-191-2/+2
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-191-8/+5
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-194-61/+72
* Make various changes suggested by Chris.David Greene2009-08-181-36/+48
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-181-8/+2
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-181-15/+10
* 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
OpenPOWER on IntegriCloud