aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2010-03-08Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor
2010-03-07Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin
2010-03-07_2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin
2010-03-07Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin
2010-03-02Fix grammar.Devang Patel
2010-03-02Constructors and operators for anonymous aggregates does not names. Do not fo...Devang Patel
2010-02-26A much cleaner (and less code!) way of inserting the correct amount of paddingBill Wendling
2010-02-26Comment typo.Bill Wendling
2010-02-26Fix comments.Bill Wendling
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