index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print newlines after printing labels for debug info, so that the output
Dan Gohman
2009-12-05
1
-0
/
+1
*
Fix this code to use DIScope instead of DICompileUnit, as in r90181.
Dan Gohman
2009-12-05
1
-8
/
+9
*
Print a space between the comment character and the text.
Dan Gohman
2009-12-04
1
-4
/
+6
*
Use new interfaces to print spill size.
David Greene
2009-12-04
1
-6
/
+9
*
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
1
-1
/
+1
*
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
1
-4
/
+7
*
Support spill comments.
David Greene
2009-11-16
1
-0
/
+52
*
revert 88761 as it fails builds.
Sanjiv Gupta
2009-11-14
1
-1
/
+1
*
Fix debug info crashes for PIC16.
Sanjiv Gupta
2009-11-14
1
-1
/
+1
*
Use .data() instead of .c_str() when nul-termination is not needed.
Dan Gohman
2009-11-13
1
-1
/
+1
*
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
1
-15
/
+23
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
1
-19
/
+18
*
Fix comment typos.
Bob Wilson
2009-11-06
1
-3
/
+3
*
Factor out the printing of the leading tab into printInlineAsm.
Dan Gohman
2009-11-06
1
-0
/
+2
*
Fix the label name generation for address-taken labels to avoid potential
Dan Gohman
2009-11-05
1
-6
/
+10
*
Print out an informative comment for KILL instructions.
Jakob Stoklund Olesen
2009-11-04
1
-0
/
+11
*
Fix a missing newline in the dwarf output code.
Dan Gohman
2009-10-31
1
-0
/
+1
*
Add support for BlockAddress static initializers.
Dan Gohman
2009-10-30
1
-0
/
+2
*
Add a FIXME comment.
Dan Gohman
2009-10-30
1
-0
/
+2
*
Add some comments.
Dan Gohman
2009-10-30
1
-0
/
+8
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
1
-0
/
+27
*
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
1
-5
/
+6
*
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
1
-5
/
+11
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-2
/
+10
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-6
/
+8
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-4
/
+10
*
Add another MDNode into DebugLocTuple. This will be used to keep track of inl...
Devang Patel
2009-10-01
1
-1
/
+1
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-2
/
+2
*
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
1
-2
/
+2
*
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
1
-2
/
+4
*
Fix a comment.
Bob Wilson
2009-09-30
1
-1
/
+1
*
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-29
1
-2
/
+1
*
unconditionally compute MMI even if the target doesn't support EH or Debug in...
Chris Lattner
2009-09-24
1
-9
/
+6
*
add a new hook to allow targets to splat stuff at the end of the file.
Chris Lattner
2009-09-18
1
-0
/
+5
*
Allow symbols to start from the digit if target requests it. This allows, e.g...
Anton Korobeynikov
2009-09-18
1
-0
/
+3
*
remove the AsmPrinter::printMCInst hook hack now that
Chris Lattner
2009-09-16
1
-4
/
+0
*
inline AsmPrinter::getCurrentFunctionEHName into its only caller.
Chris Lattner
2009-09-16
1
-9
/
+1
*
Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)
Chris Lattner
2009-09-16
1
-7
/
+0
*
eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
Chris Lattner
2009-09-16
1
-11
/
+1
*
remove some horrible MAI hooks which fortunately turn out to be always empty.
Chris Lattner
2009-09-15
1
-22
/
+3
*
PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.
Chris Lattner
2009-09-14
1
-5
/
+2
*
Change MCAsmStreamer to take an MCInstPrinter instead of a
Chris Lattner
2009-09-14
1
-1
/
+2
*
eliminate an extraneous use of TRI::getAsmName in a comment.
Chris Lattner
2009-09-13
1
-1
/
+1
*
remove MAI::JumpTableSpecialLabelPrefix now that MAI
Chris Lattner
2009-09-13
1
-4
/
+4
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-14
/
+11
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-8
/
+7
*
devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.
Chris Lattner
2009-09-12
1
-2
/
+12
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-32
/
+10
*
Use the EOL that takes the encoding and translates it into DWARF-English.
Bill Wendling
2009-09-09
1
-0
/
+8
*
Nuke moribund "std::string" version of EOL(..., Encoding).
Bill Wendling
2009-08-30
1
-8
/
+0
[next]