aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Fix "the the" and similar typos.Dan Gohman2010-02-104-4/+4
* fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner2010-02-101-1/+1
* Improve comments a even more.Bill Wendling2010-02-101-3/+3
* Move verbose asm instruction comments to using MCStreamer.Chris Lattner2010-02-101-74/+61
* Improve comments a bit more.Bill Wendling2010-02-101-4/+4
* print all the newlines at the end of instructions withChris Lattner2010-02-101-4/+6
* Improve comments in the LSDA somewhat. They can be improved much more.Bill Wendling2010-02-091-10/+17
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-6/+6
* Add declaration attribute to a variable DIE, if there is a separate DIE for t...Devang Patel2010-02-091-0/+1
* Implement AsmPrinter support for several more operators which haveDan Gohman2010-02-091-0/+10
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-081-6/+4
* ConstantFoldConstantExpression can theoretically return the originalDan Gohman2010-02-081-2/+4
* When CodeGen'ing unoptimized code, there may be unfolded constant expressionsDan Gohman2010-02-081-9/+11
* Give DwarfPrinter a protected (but not virtual) destructor. CppcheckDuncan Sands2010-02-071-0/+2
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-061-5/+12
* Do not generate specification DIE for nested functions.Devang Patel2010-02-051-1/+7
* An empty global constant (one of size 0) may have a section immediatelyBill Wendling2010-02-051-0/+1
* Emit appropriate expression to find virtual base offset.Devang Patel2010-02-031-1/+20
* Provide interface to identifiy artificial methods.Devang Patel2010-02-031-0/+3
* don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,Chris Lattner2010-02-031-0/+2
* privatize a bunch of methods and move \n printing into them.Chris Lattner2010-02-031-8/+6
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-19/+11
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-031-2/+19
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-9/+4
* move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...Chris Lattner2010-02-021-16/+3
* Apparently gdb is not amused by empty lines in pubtypes section.Devang Patel2010-02-021-2/+4
* NULL terminate name in pubtypes sections.Devang Patel2010-02-021-1/+1
* Emit declaration DIE for the class static variables.Devang Patel2010-01-301-1/+10
* Add size and location info in DW_TAG_class_type descriptor.Devang Patel2010-01-291-1/+1
* add target hooks for emitting random gunk before and after the function body.Chris Lattner2010-01-281-0/+6
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-281-1/+10
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-281-3/+2
* emit a 0 byte instead of a noop if a function is empty on darwin.Chris Lattner2010-01-281-4/+2
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-11/+66
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-281-2/+3
* rename printVisibility to EmitVisibility and make it private,Chris Lattner2010-01-281-6/+5
* add a new AsmPrinter::EmitFunctionEntryLabel virtual function,Chris Lattner2010-01-271-2/+9
* mcize label emission for functions.Chris Lattner2010-01-261-5/+5
* use EmitLinkage for functions as well as globals. One outputChris Lattner2010-01-261-31/+4
* pull linkage emission code out to a new EmitLinkage function.Chris Lattner2010-01-261-43/+46
* rearrange some directives, no functionality change.Chris Lattner2010-01-261-3/+3
* remove a noop function.Chris Lattner2010-01-261-3/+0
* now that enough stuff is constified, move function header printingChris Lattner2010-01-261-1/+69
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-266-13/+13
* emit jump table an alias ".set" directives through MCStreamer as Chris Lattner2010-01-262-4/+10
* Use AssertingVH, just to be paranoid.Devang Patel2010-01-261-2/+4
* Emit DW_AT_containing_type attribute for a class if containing type is known.Devang Patel2010-01-261-0/+5
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-262-7/+7
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-262-8/+5
* eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner2010-01-261-8/+9