The Indexes Patch.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2009-11-03 Devang PatelIgnore unnamed variables.
2009-11-03 Jeffrey YasskinFix a funky "declared with greater visibility than...
2009-10-31 Dan GohmanFix a missing newline in the dwarf output code.
2009-10-30 Dan GohmanAdd support for BlockAddress static initializers.
2009-10-30 Dan GohmanAdd a FIXME comment.
2009-10-30 Dan GohmanAdd some comments.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-27 Devang PatelDo not held on to DenseMap slot accross map insertion...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-22 Bill WendlingTidying up some code and comments. No functionality...
2009-10-16 Devang PatelDo not emit name entry for a pointer type.
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-14 Devang PatelAdd support to record DbgScope as inlined scope.
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Daniel DunbarFix a -Asserts warning.
2009-10-12 Devang PatelFind enclosing subprogram info.
2009-10-09 Devang PatelExtract scope information from the variable itself...
2009-10-09 Devang PatelCheck invalid debug info for enums. This may happen...
2009-10-08 Devang PatelDo not record line number to implicitly mark start...
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelFix cut-n-pasto.
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-10-06 Devang PatelRemove dead code.
2009-10-06 Devang PatelAdd utility routine to set begin and end labels for...
2009-10-06 Devang PatelRemove unintentional function decl.
2009-10-06 Devang PatelAdd utility routine to collect variable debug info...
2009-10-06 Devang PatelExistence of a compile unit for input source file is...
2009-10-05 Devang PatelIf subprogram die is not available then construct new...
2009-10-05 Devang PatelAdjust context for the global variables that are not...
2009-10-05 Devang PatelSet address while constructing DIE.
2009-10-05 Devang PatelGracefully handle various scopes while recording source...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-10-01 Devang PatelAdd support to extract lexical scope information from...
2009-10-01 Devang Patel Record first and last instruction of a scope in DbgScope.
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Bob WilsonFix a comment.
2009-09-30 Mike StumpAdd a way for a frontend to generate more complex dwarf...
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-24 Mike StumpDelete space after function name, before (, reflow...
2009-09-24 Mike StumpFix spacing.
2009-09-24 Chris Lattnerunconditionally compute MMI even if the target doesn...
2009-09-23 Mike StumpThis is overly constraining with respect to clang.
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-20 Bill WendlingHere's fun! It turns out that these filter functions...
2009-09-19 Daniel DunbarFix indentation.
2009-09-19 Daniel DunbarStrip trailing whitespace.
2009-09-18 Bill WendlingFactor out label difference creation.
2009-09-18 Bill WendlingIt's inefficient to have place the exception tables...
2009-09-18 Chris Lattneradd a new hook to allow targets to splat stuff at the...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-15 Chris Lattnerstrength reduce a call to PrintRelDirective(true).
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-13 Chris Lattnereliminate an extraneous use of TRI::getAsmName in a...
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-11 Caroline TiceDon't generate Dwarf line table entries for source...
2009-09-11 Duncan SandsFix PR4948 (and a leak): by not destroying the DwarfExc...
2009-09-10 Bill WendlingExit early if exception handling isn't supported.
2009-09-10 Bill WendlingComment and whitespace cleanups. No intentional functio...
2009-09-10 Bill WendlingRevert part of my r81424 patch. I removed what looked...
2009-09-10 Bill WendlingDon't hardcode the TType format size. In fact, rework...
2009-09-10 Bill WendlingRemove the "#if 0" that Noone loved. It wasn't really...
2009-09-10 Bill WendlingPull check for SJLJ EH into a boolean and use that.
2009-09-10 Bill WendlingUse the SizeOfEncodedValue function instead of magic...
2009-09-10 Bill WendlingAdd helpful comment.
2009-09-09 Bill WendlingBelieve it or not, this is a simplification. :-)
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Bill WendlingUse the EOL that takes the encoding and translates...
2009-09-09 Bill WendlingEarly exit from function.
2009-09-09 Bill WendlingSmall amount of code clean-up: Don't use ".size()"...
2009-09-04 Devang PatelIgnore malformed global variable debug info.
2009-09-01 Jim Grosbachreduce size of SmallString to something more reasonable
2009-09-01 Jim GrosbachUse raw_ostream instead of sstream
2009-09-01 Jim Grosbachrevert inadvertant change from previous commit
2009-09-01 Jim GrosbachSimply LSDA lable emission to use a direct special...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-31 Bill WendlingOutput a hex value, because all of the others are hex.
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-31 Jim GrosbachPR4747
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
next