index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
3
-6
/
+23
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-2
/
+10
*
Fix cut-n-pasto.
Devang Patel
2009-10-06
1
-1
/
+1
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-6
/
+8
*
Remove dead code.
Devang Patel
2009-10-06
2
-23
/
+0
*
Add utility routine to set begin and end labels for DbgScopes.
Devang Patel
2009-10-06
2
-0
/
+31
*
Remove unintentional function decl.
Devang Patel
2009-10-06
1
-1
/
+0
*
Add utility routine to collect variable debug info. This is not yet used.
Devang Patel
2009-10-06
2
-0
/
+17
*
Existence of a compile unit for input source file is a good indicator to chec...
Devang Patel
2009-10-06
1
-10
/
+1
*
If subprogram die is not available then construct new one.
Devang Patel
2009-10-05
1
-0
/
+4
*
Adjust context for the global variables that are not at file scope, e.g.
Devang Patel
2009-10-05
2
-2
/
+22
*
Set address while constructing DIE.
Devang Patel
2009-10-05
1
-7
/
+8
*
Gracefully handle various scopes while recording source line info.
Devang Patel
2009-10-05
1
-4
/
+21
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-4
/
+10
*
Add support to extract lexical scope information from DebugLoc attached with ...
Devang Patel
2009-10-01
2
-1
/
+143
*
Record first and last instruction of a scope in DbgScope.
Devang Patel
2009-10-01
1
-2
/
+8
*
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
4
-9
/
+9
*
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
*
Add a way for a frontend to generate more complex dwarf location
Mike Stump
2009-09-30
2
-6
/
+70
*
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-29
3
-67
/
+41
*
Delete space after function name, before (, reflow a comment and
Mike Stump
2009-09-24
1
-14
/
+6
*
Fix spacing.
Mike Stump
2009-09-24
1
-1
/
+1
*
unconditionally compute MMI even if the target doesn't support EH or Debug in...
Chris Lattner
2009-09-24
1
-9
/
+6
*
This is overly constraining with respect to clang.
Mike Stump
2009-09-23
1
-3
/
+0
*
--- Reverse-merging r82282 into '.':
Bill Wendling
2009-09-20
2
-53
/
+22
*
Here's fun! It turns out that these filter functions can be internal. If they're
Bill Wendling
2009-09-20
1
-1
/
+2
*
Fix indentation.
Daniel Dunbar
2009-09-19
1
-76
/
+76
*
Strip trailing whitespace.
Daniel Dunbar
2009-09-19
1
-17
/
+17
*
Factor out label difference creation.
Bill Wendling
2009-09-18
2
-35
/
+30
*
It's inefficient to have place the exception tables (which contain the LSDA)
Bill Wendling
2009-09-18
1
-5
/
+40
*
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
*
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-17
1
-0
/
+1
*
remove the AsmPrinter::printMCInst hook hack now that
Chris Lattner
2009-09-16
1
-4
/
+0
*
Big change #1 for personality function references:
Chris Lattner
2009-09-16
1
-19
/
+45
*
inline AsmPrinter::getCurrentFunctionEHName into its only caller.
Chris Lattner
2009-09-16
2
-11
/
+6
*
Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)
Chris Lattner
2009-09-16
2
-8
/
+1
*
eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
Chris Lattner
2009-09-16
3
-15
/
+4
*
remove some horrible MAI hooks which fortunately turn out to be always empty.
Chris Lattner
2009-09-15
1
-22
/
+3
*
strength reduce a call to PrintRelDirective(true).
Chris Lattner
2009-09-15
1
-1
/
+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
[next]