aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2010-02-26Add another (and hopefully the last) exception case, where once we recalculateBill Wendling
2010-02-26And should use the correct variable.Bill Wendling
2010-02-26Got assertion check backwards.Bill Wendling
2010-02-25Catch a corner case where adding the padding to the "TType base offset" fieldBill Wendling
2010-02-25Make comment more meaningful.Bill Wendling
2010-02-25MC'ize padding when padding the ULEB128 value.Bill Wendling
2010-02-24LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling
2010-02-23use OutStreamer.EmitCodeAlignment for alignment in the textChris Lattner
2010-02-17move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner
2010-02-17Before setting scope end marker, pay attention to scope begin marker and exis...Devang Patel
2010-02-15Use ttype encoding consistentlyAnton Korobeynikov
2010-02-15It turns out that we emitted completely wrong common EH frame since the early...Anton Korobeynikov
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-02-11Use .empty() instead of .size().Bill Wendling
2010-02-11Fix to get it to compile.Bill Wendling
2010-02-11Don't print out a default newline when emitting the section offset. There areBill Wendling
2010-02-10Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-10fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner
2010-02-10Improve comments a even more.Bill Wendling
2010-02-10Move verbose asm instruction comments to using MCStreamer.Chris Lattner
2010-02-10Improve comments a bit more.Bill Wendling
2010-02-10print all the newlines at the end of instructions withChris Lattner
2010-02-09Improve comments in the LSDA somewhat. They can be improved much more.Bill Wendling
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-02-09Add declaration attribute to a variable DIE, if there is a separate DIE for t...Devang Patel
2010-02-09Implement AsmPrinter support for several more operators which haveDan Gohman
2010-02-08now that @GOTOFF is no longer represented as a suffix on aChris Lattner
2010-02-08ConstantFoldConstantExpression can theoretically return the originalDan Gohman
2010-02-08When CodeGen'ing unoptimized code, there may be unfolded constant expressionsDan Gohman
2010-02-07Give DwarfPrinter a protected (but not virtual) destructor. CppcheckDuncan Sands
2010-02-06Set DW_AT_artificial only if argument is marked as artificial.Devang Patel
2010-02-05Do not generate specification DIE for nested functions.Devang Patel
2010-02-05An empty global constant (one of size 0) may have a section immediatelyBill Wendling
2010-02-03Emit appropriate expression to find virtual base offset.Devang Patel
2010-02-03Provide interface to identifiy artificial methods.Devang Patel
2010-02-03don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,Chris Lattner
2010-02-03privatize a bunch of methods and move \n printing into them.Chris Lattner
2010-02-03rejigger the world so that EmitInstruction prints the \n atChris Lattner
2010-02-03sink handling of target-independent machine instrs (otherChris Lattner
2010-02-02refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner
2010-02-02move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...Chris Lattner
2010-02-02Apparently gdb is not amused by empty lines in pubtypes section.Devang Patel
2010-02-02NULL terminate name in pubtypes sections.Devang Patel
2010-01-30Emit declaration DIE for the class static variables.Devang Patel
2010-01-29Add size and location info in DW_TAG_class_type descriptor.Devang Patel
2010-01-28add target hooks for emitting random gunk before and after the function body.Chris Lattner
2010-01-28Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach
2010-01-28Give AsmPrinter the most common expected implementation of Chris Lattner
2010-01-28emit a 0 byte instead of a noop if a function is empty on darwin.Chris Lattner