summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Add support to handle debug info attached to an instruction.Devang Patel2009-10-063-6/+23
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-2/+10
* Fix cut-n-pasto.Devang Patel2009-10-061-1/+1
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-6/+8
* Remove dead code.Devang Patel2009-10-062-23/+0
* Add utility routine to set begin and end labels for DbgScopes.Devang Patel2009-10-062-0/+31
* Remove unintentional function decl.Devang Patel2009-10-061-1/+0
* Add utility routine to collect variable debug info. This is not yet used.Devang Patel2009-10-062-0/+17
* Existence of a compile unit for input source file is a good indicator to chec...Devang Patel2009-10-061-10/+1
* If subprogram die is not available then construct new one.Devang Patel2009-10-051-0/+4
* Adjust context for the global variables that are not at file scope, e.g.Devang Patel2009-10-052-2/+22
* Set address while constructing DIE.Devang Patel2009-10-051-7/+8
* Gracefully handle various scopes while recording source line info.Devang Patel2009-10-051-4/+21
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-051-4/+10
* Add support to extract lexical scope information from DebugLoc attached with ...Devang Patel2009-10-012-1/+143
* Record first and last instruction of a scope in DbgScope.Devang Patel2009-10-011-2/+8
* Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel2009-10-011-1/+1
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-2/+2
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-304-9/+9
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-301-2/+4
* Fix a comment.Bob Wilson2009-09-301-1/+1
* Add a way for a frontend to generate more complex dwarf locationMike Stump2009-09-302-6/+70
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-293-67/+41
* Delete space after function name, before (, reflow a comment andMike Stump2009-09-241-14/+6
* Fix spacing.Mike Stump2009-09-241-1/+1
* unconditionally compute MMI even if the target doesn't support EH or Debug in...Chris Lattner2009-09-241-9/+6
* This is overly constraining with respect to clang.Mike Stump2009-09-231-3/+0
* --- Reverse-merging r82282 into '.':Bill Wendling2009-09-202-53/+22
* Here's fun! It turns out that these filter functions can be internal. If they'reBill Wendling2009-09-201-1/+2
* Fix indentation.Daniel Dunbar2009-09-191-76/+76
* Strip trailing whitespace.Daniel Dunbar2009-09-191-17/+17
* Factor out label difference creation.Bill Wendling2009-09-182-35/+30
* It's inefficient to have place the exception tables (which contain the LSDA)Bill Wendling2009-09-181-5/+40
* add a new hook to allow targets to splat stuff at the end of the file.Chris Lattner2009-09-181-0/+5
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-0/+3
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-171-0/+1
* remove the AsmPrinter::printMCInst hook hack now thatChris Lattner2009-09-161-4/+0
* Big change #1 for personality function references:Chris Lattner2009-09-161-19/+45
* inline AsmPrinter::getCurrentFunctionEHName into its only caller.Chris Lattner2009-09-162-11/+6
* Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)Chris Lattner2009-09-162-8/+1
* eliminate the horrid AsmPrinter::getGlobalLinkName method, inliningChris Lattner2009-09-163-15/+4
* remove some horrible MAI hooks which fortunately turn out to be always empty.Chris Lattner2009-09-151-22/+3
* strength reduce a call to PrintRelDirective(true).Chris Lattner2009-09-151-1/+3
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-141-5/+2
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-141-1/+2
* eliminate an extraneous use of TRI::getAsmName in a comment.Chris Lattner2009-09-131-1/+1
* remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner2009-09-131-4/+4
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-14/+11
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-8/+7
* devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.Chris Lattner2009-09-121-2/+12
OpenPOWER on IntegriCloud