summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Fix comments.Bill Wendling2010-02-261-3/+3
* Add another (and hopefully the last) exception case, where once we recalculateBill Wendling2010-02-261-3/+11
* And should use the correct variable.Bill Wendling2010-02-261-1/+1
* Got assertion check backwards.Bill Wendling2010-02-261-1/+1
* Catch a corner case where adding the padding to the "TType base offset" fieldBill Wendling2010-02-251-2/+44
* Make comment more meaningful.Bill Wendling2010-02-251-1/+2
* MC'ize padding when padding the ULEB128 value.Bill Wendling2010-02-251-7/+5
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-243-41/+52
* use OutStreamer.EmitCodeAlignment for alignment in the textChris Lattner2010-02-231-4/+3
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-171-1/+34
* Before setting scope end marker, pay attention to scope begin marker and exis...Devang Patel2010-02-171-1/+12
* Use ttype encoding consistentlyAnton Korobeynikov2010-02-151-1/+1
* It turns out that we emitted completely wrong common EH frame since the early...Anton Korobeynikov2010-02-151-7/+9
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-154-88/+103
* Use .empty() instead of .size().Bill Wendling2010-02-111-2/+2
* Fix to get it to compile.Bill Wendling2010-02-111-1/+1
* Don't print out a default newline when emitting the section offset. There areBill Wendling2010-02-112-2/+1
* Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling2010-02-102-12/+13
* 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
OpenPOWER on IntegriCloud