index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2010-01-14
Fix a comment.
Dale Johannesen
2010-01-13
remove uses of deprecated functions, this generates slightly
Chris Lattner
2010-01-13
use the new form of getNameWithPrefix, not makeNameProper.
Chris Lattner
2010-01-13
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-13
fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.
Chris Lattner
2010-01-13
reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.
Chris Lattner
2010-01-13
reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte
Chris Lattner
2010-01-13
reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly
Chris Lattner
2010-01-03
fix PR5930, allowing the asmprinter to emit difference between
Chris Lattner
2009-12-25
Remove dead store.
Bill Wendling
2009-12-19
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-12-05
Print newlines after printing labels for debug info, so that the output
Dan Gohman
2009-12-05
Fix this code to use DIScope instead of DICompileUnit, as in r90181.
Dan Gohman
2009-12-04
Print a space between the comment character and the text.
Dan Gohman
2009-12-04
Use new interfaces to print spill size.
David Greene
2009-11-24
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-20
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-16
Support spill comments.
David Greene
2009-11-14
revert 88761 as it fails builds.
Sanjiv Gupta
2009-11-14
Fix debug info crashes for PIC16.
Sanjiv Gupta
2009-11-13
Use .data() instead of .c_str() when nul-termination is not needed.
Dan Gohman
2009-11-13
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-06
Fix comment typos.
Bob Wilson
2009-11-06
Factor out the printing of the leading tab into printInlineAsm.
Dan Gohman
2009-11-05
Fix the label name generation for address-taken labels to avoid potential
Dan Gohman
2009-11-04
Print out an informative comment for KILL instructions.
Jakob Stoklund Olesen
2009-10-31
Fix a missing newline in the dwarf output code.
Dan Gohman
2009-10-30
Add support for BlockAddress static initializers.
Dan Gohman
2009-10-30
Add a FIXME comment.
Dan Gohman
2009-10-30
Add some comments.
Dan Gohman
2009-10-30
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-06
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-05
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
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-29
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-24
unconditionally compute MMI even if the target doesn't support EH or Debug in...
Chris Lattner
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-16
remove the AsmPrinter::printMCInst hook hack now that
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
[next]