aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the "linker_private" linkage type emit a non-weak symbol to the file. ItBill Wendling2010-07-011-1/+1
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+1
* Revert r107205 and r107207.Bill Wendling2010-06-291-3/+2
* Print InlinedAt location.Devang Patel2010-06-291-7/+21
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-2/+3
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-181-44/+16
* Don't emit the linkage for initializer label for mach-o tls.Eric Christopher2010-06-161-1/+0
* One underscore, not two.Eric Christopher2010-06-031-1/+1
* Move the verbose asm output up a bit so it can be used in the special casesEric Christopher2010-05-251-5/+6
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-251-4/+17
* Add full bss data support for darwin tls variables.Eric Christopher2010-05-221-1/+26
* Partial code for emitting thread local bss data.Eric Christopher2010-05-201-0/+7
* Remove unused variable. Tweak a comment while there.Duncan Sands2010-05-121-2/+2
* updated support for the COFF .linkonceNathan Jeffords2010-05-121-7/+1
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-071-1/+1
* Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic...Chris Lattner2010-05-061-1/+7
* Don't count debug info as instructions. This wasDale Johannesen2010-05-011-1/+2
* Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.Devang Patel2010-04-291-0/+2
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-281-19/+37
* Emit debug info for byval parameters.Devang Patel2010-04-281-0/+6
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-281-5/+2
* remove a dead argument to EmitAlignment.Chris Lattner2010-04-281-2/+1
* Do not count kill, implicit_def instructions as printed instructions.Evan Cheng2010-04-271-4/+4
* round zero-byte .zerofill directives up to 1 byte. ThisChris Lattner2010-04-271-0/+2
* add a comment in verbose-asm mode indicating why a noop is being generated.Chris Lattner2010-04-261-2/+3
* on darwin empty functions need to codegen into something of non-zero length,Chris Lattner2010-04-261-3/+9
* fix PR6921 a different way. Intead of increasing theChris Lattner2010-04-261-1/+9
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-261-3/+3
* Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner2010-04-251-3/+3
* Bill's change in r95336 broke empty aggregates embeddedChris Lattner2010-04-201-24/+42
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-1/+1
* Add support to emit dwarf ranges.Devang Patel2010-04-161-0/+30
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* tidy upChris Lattner2010-04-071-5/+5
* add a comment line that got droppedChris Lattner2010-04-071-5/+4
* Workaround the breakage in r100616 by guarding all timers withTorok Edwin2010-04-071-11/+67
* Use raw_ostream.Benjamin Kramer2010-04-071-22/+14
* Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen2010-04-071-3/+66
* Revert 100573, it's causing some testsuite problems.Dale Johannesen2010-04-061-59/+4
* Move printing of DEBUG_VALUE comments to target-independent place.Dale Johannesen2010-04-061-4/+59
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-061-1/+1
* Remove unnecessary include.Devang Patel2010-04-061-1/+0
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-18/+28
* just have all targets create the DwarfWriter.Chris Lattner2010-04-051-0/+1
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-0/+7
* resolve a fixme.Chris Lattner2010-04-041-6/+1
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-3/+24
* more interface cleanup make some helpers static functions.Chris Lattner2010-04-041-27/+24
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-041-17/+17