aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2009-10-27Do not held on to DenseMap slot accross map insertion. The insertion may caus...Devang Patel
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-22Tidying up some code and comments. No functionality change.Bill Wendling
2009-10-16Do not emit name entry for a pointer type.Devang Patel
2009-10-16If there is not any llvm instruction associated with each lexical scope encod...Devang Patel
2009-10-14Add support to record DbgScope as inlined scope.Devang Patel
2009-10-13s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel
2009-10-13Fix a -Asserts warning.Daniel Dunbar
2009-10-12Find enclosing subprogram info.Devang Patel
2009-10-09Extract scope information from the variable itself, instead of relying on all...Devang Patel
2009-10-09Check invalid debug info for enums. This may happen when underlyng enum is op...Devang Patel
2009-10-08Do not record line number to implicitly mark start of function if function ha...Devang Patel
2009-10-06Add support to handle debug info attached to an instruction.Devang Patel
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-10-06Fix cut-n-pasto.Devang Patel
2009-10-06Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel
2009-10-06Remove dead code.Devang Patel
2009-10-06Add utility routine to set begin and end labels for DbgScopes.Devang Patel
2009-10-06Remove unintentional function decl.Devang Patel
2009-10-06Add utility routine to collect variable debug info. This is not yet used.Devang Patel
2009-10-06Existence of a compile unit for input source file is a good indicator to chec...Devang Patel
2009-10-05If subprogram die is not available then construct new one.Devang Patel
2009-10-05Adjust context for the global variables that are not at file scope, e.g.Devang Patel
2009-10-05Set address while constructing DIE.Devang Patel
2009-10-05Gracefully handle various scopes while recording source line info.Devang Patel
2009-10-05strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner
2009-10-01Add 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-01Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel
2009-09-30Use MachineInstr as an processDebugLoc() argument.Devang Patel
2009-09-30Use MDNode * directly as an RecordSourceLine() argument.Devang Patel
2009-09-30Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson
2009-09-30Fix a comment.Bob Wilson
2009-09-30Add a way for a frontend to generate more complex dwarf locationMike Stump
2009-09-29Remove std::string uses from DebugInfo interface.Devang Patel
2009-09-24Delete space after function name, before (, reflow a comment andMike Stump
2009-09-24Fix spacing.Mike Stump
2009-09-24unconditionally compute MMI even if the target doesn't support EH or Debug in...Chris Lattner
2009-09-23This is overly constraining with respect to clang.Mike Stump
2009-09-20--- Reverse-merging r82282 into '.':Bill Wendling
2009-09-20Here's fun! It turns out that these filter functions can be internal. If they'reBill Wendling
2009-09-19Fix indentation.Daniel Dunbar
2009-09-19Strip trailing whitespace.Daniel Dunbar
2009-09-18Factor out label difference creation.Bill Wendling
2009-09-18It's inefficient to have place the exception tables (which contain the LSDA)Bill Wendling
2009-09-18add a new hook to allow targets to splat stuff at the end of the file.Chris Lattner
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner
2009-09-16remove the AsmPrinter::printMCInst hook hack now thatChris Lattner