Age | Commit message (Expand) | Author |
2009-10-01 | Add support to extract lexical scope information from DebugLoc attached with ... | Devang Patel |
2009-10-01 | Record first and last instruction of a scope in DbgScope. | Devang Patel |
2009-10-01 | Add another MDNode into DebugLocTuple. This will be used to keep track of inl... | Devang Patel |
2009-09-30 | Use MachineInstr as an processDebugLoc() argument. | Devang Patel |
2009-09-30 | Use MDNode * directly as an RecordSourceLine() argument. | Devang Patel |
2009-09-30 | Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this | Bob Wilson |
2009-09-30 | Fix a comment. | Bob Wilson |
2009-09-30 | Add a way for a frontend to generate more complex dwarf location | Mike Stump |
2009-09-29 | Remove std::string uses from DebugInfo interface. | Devang Patel |
2009-09-24 | Delete space after function name, before (, reflow a comment and | Mike Stump |
2009-09-24 | Fix spacing. | Mike Stump |
2009-09-24 | unconditionally compute MMI even if the target doesn't support EH or Debug in... | Chris Lattner |
2009-09-23 | This is overly constraining with respect to clang. | Mike Stump |
2009-09-20 | --- Reverse-merging r82282 into '.': | Bill Wendling |
2009-09-20 | Here's fun! It turns out that these filter functions can be internal. If they're | Bill Wendling |
2009-09-19 | Fix indentation. | Daniel Dunbar |
2009-09-19 | Strip trailing whitespace. | Daniel Dunbar |
2009-09-18 | Factor out label difference creation. | Bill Wendling |
2009-09-18 | It's inefficient to have place the exception tables (which contain the LSDA) | Bill Wendling |
2009-09-18 | add a new hook to allow targets to splat stuff at the end of the file. | Chris Lattner |
2009-09-18 | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov |
2009-09-17 | pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, | Chris Lattner |
2009-09-16 | remove the AsmPrinter::printMCInst hook hack now that | Chris Lattner |
2009-09-16 | Big change #1 for personality function references: | Chris Lattner |
2009-09-16 | inline AsmPrinter::getCurrentFunctionEHName into its only caller. | Chris Lattner |
2009-09-16 | Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) | Chris Lattner |
2009-09-16 | eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining | Chris Lattner |
2009-09-15 | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner |
2009-09-15 | strength reduce a call to PrintRelDirective(true). | Chris Lattner |
2009-09-14 | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner |
2009-09-14 | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner |
2009-09-13 | eliminate an extraneous use of TRI::getAsmName in a comment. | Chris Lattner |
2009-09-13 | remove MAI::JumpTableSpecialLabelPrefix now that MAI | Chris Lattner |
2009-09-13 | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner |
2009-09-13 | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner |
2009-09-12 | devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. | Chris Lattner |
2009-09-11 | Don't generate Dwarf line table entries for source line 0. | Caroline Tice |
2009-09-11 | Fix PR4948 (and a leak): by not destroying the DwarfException | Duncan Sands |
2009-09-10 | Exit early if exception handling isn't supported. | Bill Wendling |
2009-09-10 | Comment and whitespace cleanups. No intentional functionality change. | Bill Wendling |
2009-09-10 | Revert part of my r81424 patch. I removed what looked like superfluous padding | Bill Wendling |
2009-09-10 | Don't hardcode the TType format size. In fact, rework the code so that it's more | Bill Wendling |
2009-09-10 | Remove the "#if 0" that Noone loved. It wasn't really necessary, because the | Bill Wendling |
2009-09-10 | Pull check for SJLJ EH into a boolean and use that. | Bill Wendling |
2009-09-10 | Use the SizeOfEncodedValue function instead of magic variables for the | Bill Wendling |
2009-09-10 | Add helpful comment. | Bill Wendling |
2009-09-09 | Believe it or not, this is a simplification. :-) | Bill Wendling |
2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
2009-09-09 | Use the EOL that takes the encoding and translates it into DWARF-English. | Bill Wendling |
2009-09-09 | Early exit from function. | Bill Wendling |