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
/
DwarfCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
2015-03-10
1
-10
/
+1
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-6
/
+10
*
Use a better name for compile unit labels.
Rafael Espindola
2015-03-10
1
-2
/
+1
*
Move label creation close to emission. NFC.
Rafael Espindola
2015-03-10
1
-2
/
+5
*
Use the existing begin and end symbol for debug info.
Rafael Espindola
2015-03-05
1
-1
/
+1
*
Support standard DWARF TLS opcode; Darwin and PS4 use it.
Paul Robinson
2015-03-04
1
-2
/
+4
*
Used the cached subtarget off of the MachineFunction.
Eric Christopher
2015-02-20
1
-4
/
+2
*
AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC
Duncan P. N. Exon Smith
2015-02-17
1
-2
/
+5
*
AsmPrinter: Use DIExpression default constructor, NFC
Duncan P. N. Exon Smith
2015-02-17
1
-1
/
+1
*
Debug Info: Support variables that are described by more than one MMI
Adrian Prantl
2015-02-10
1
-5
/
+12
*
Debug info: Fix PR22296 by omitting the DW_AT_location if we lost the
Adrian Prantl
2015-01-25
1
-4
/
+7
*
Remove support for DIVariable's FlagIndirectVariable and expect
Adrian Prantl
2015-01-19
1
-17
/
+6
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+1
*
Debug Info: Implement DwarfCompileUnit::addComplexAddress() using
Adrian Prantl
2015-01-14
1
-47
/
+14
*
Debug Info: Don't bother emitting DW_AT_frame_base if the function has
Adrian Prantl
2015-01-14
1
-1
/
+2
*
Cleanup: Calls to getDwarfRegNum() may actually fail, if there is
Adrian Prantl
2014-12-05
1
-13
/
+20
*
Debug Info: revert r222195, r222210 and r222239.
Manman Ren
2014-11-21
1
-2
/
+2
*
Allow DwarfCompileUnit::constructImportedEntityDIE to instanciate a GlobalVar...
Frederic Riss
2014-11-18
1
-0
/
+2
*
Debug Info: In DIBuilder, the context field of a global variable is updated to
Manman Ren
2014-11-18
1
-2
/
+2
*
Provide gmlt-like inline scope information in the skeleton CU to facilitate s...
David Blaikie
2014-11-04
1
-14
/
+25
*
Use common range handling for the CU's ranges
David Blaikie
2014-11-03
1
-20
/
+26
*
Push the CURangeList down into the skeleton CU (where available) rather than ...
David Blaikie
2014-11-03
1
-1
/
+1
*
Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...
David Blaikie
2014-11-03
1
-1
/
+1
*
Cleanup some unused or trivial functions in DwarfCompileUnit
David Blaikie
2014-11-03
1
-1
/
+1
*
Add DwarfUnit::isDwoUnit and use it to generalize string creation
David Blaikie
2014-11-02
1
-0
/
+4
*
Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa...
David Blaikie
2014-11-02
1
-1
/
+2
*
Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+8
*
Sink DwarfUnit::addExpr into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+7
*
Fix the build from the last commit
David Blaikie
2014-11-02
1
-2
/
+2
*
Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+11
*
Sink DwarfUnit::addLocationList down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+9
*
Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+57
*
Push DwarfUnit::addAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+19
*
Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...
David Blaikie
2014-11-02
1
-0
/
+12
*
DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...
David Blaikie
2014-11-02
1
-0
/
+17
*
Be sure to initialize DwarfCompileUnit::LabelBegin now that it may be skipped...
David Blaikie
2014-11-02
1
-1
/
+1
*
Don't bother creating LabelBegin for .dwo units
David Blaikie
2014-11-02
1
-2
/
+3
*
Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
2014-11-01
1
-0
/
+8
*
Sink DwarfUnit::Skeleton down into DwarfCompileUnit
David Blaikie
2014-11-01
1
-1
/
+2
*
Sink DwarfDebug::AbstractSPDies down into DwarfFile
David Blaikie
2014-11-01
1
-4
/
+4
*
Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.
David Blaikie
2014-10-31
1
-0
/
+21
*
Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompil...
David Blaikie
2014-10-31
1
-8
/
+11
*
Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
Frederic Riss
2014-10-24
1
-0
/
+28
*
DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile
David Blaikie
2014-10-24
1
-1
/
+1
*
DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...
David Blaikie
2014-10-23
1
-17
/
+7
*
DebugInfo: Simplify/tidy/correct global variable decl/def emission handling.
David Blaikie
2014-10-23
1
-51
/
+26
*
Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...
David Blaikie
2014-10-10
1
-0
/
+18
*
Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...
David Blaikie
2014-10-10
1
-0
/
+29
*
Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-2
/
+14
[prev]
[next]