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
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DwarfDebug: Check for null DebugLocs
Duncan P. N. Exon Smith
2015-03-20
1
-13
/
+15
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-9
/
+5
*
Convert the last 4 users of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-2
/
+2
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-2
/
+2
*
Remove dead code. NFC.
Rafael Espindola
2015-03-17
1
-24
/
+0
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-13
1
-6
/
+6
*
Print section start labels when first switching to the section.
Rafael Espindola
2015-03-11
1
-42
/
+5
*
Create symbols marking the start of a section earlier.
Rafael Espindola
2015-03-10
1
-23
/
+21
*
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
Adrian Prantl
2015-03-10
1
-2
/
+2
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-61
/
+46
*
Remove effectively dead code.
Rafael Espindola
2015-03-10
1
-16
/
+1
*
Use a MapVector instead of an extra sort.
Rafael Espindola
2015-03-09
1
-23
/
+8
*
Don't prime the section map.
Rafael Espindola
2015-03-09
1
-3
/
+0
*
Use the existing begin and end symbol for debug info.
Rafael Espindola
2015-03-05
1
-17
/
+6
*
Turn off .debug_pubnames/pubtypes for PS4.
Paul Robinson
2015-03-05
1
-2
/
+2
*
Support standard DWARF TLS opcode; Darwin and PS4 use it.
Paul Robinson
2015-03-04
1
-0
/
+5
*
Move emitDIE and emitAbbrevs to AsmPrinter. NFC.
Frederic Riss
2015-03-04
1
-45
/
+2
*
Fix PR22750: non-determinism causes assertion failure in DWARF generation
Dario Domizioli
2015-03-03
1
-2
/
+5
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-49
/
+82
*
Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...
Rui Ueyama
2015-03-02
1
-1
/
+1
*
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
Adrian Prantl
2015-03-02
1
-82
/
+49
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-49
/
+82
*
Revert r230930, it caused PR22747.
Nico Weber
2015-03-02
1
-82
/
+49
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-49
/
+82
*
Simplify arange output.
Rafael Espindola
2015-02-26
1
-60
/
+43
*
Used the cached subtarget off of the MachineFunction.
Eric Christopher
2015-02-20
1
-1
/
+1
*
AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC
Duncan P. N. Exon Smith
2015-02-17
1
-1
/
+1
*
80-column fixups.
Eric Christopher
2015-02-17
1
-3
/
+4
*
AsmPrinter: Stop creating DebugLocs
Duncan P. N. Exon Smith
2015-02-17
1
-5
/
+3
*
Debug Info: Support variables that are described by more than one MMI
Adrian Prantl
2015-02-10
1
-4
/
+3
*
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the
Adrian Prantl
2015-02-09
1
-16
/
+15
*
DebugInfo: Remove DW_TAG_constant
Duncan P. N. Exon Smith
2015-02-09
1
-1
/
+0
*
Move simple case earlier and use a continue.
Rafael Espindola
2015-02-02
1
-24
/
+25
*
CodeGen: drive-by formatting clean ups
Saleem Abdulrasool
2015-01-24
1
-7
/
+7
*
Remove support for DIVariable's FlagIndirectVariable and expect
Adrian Prantl
2015-01-19
1
-5
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+2
*
Debug Info: Move the complex expression handling (=the remainder) of
Adrian Prantl
2015-01-13
1
-48
/
+17
*
cleanup.
Adrian Prantl
2015-01-13
1
-3
/
+2
*
Debug Info: Move support for constants into DwarfExpression.
Adrian Prantl
2015-01-13
1
-19
/
+6
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
1
-1
/
+1
*
DebugInfo: Omit is_stmt from line table entries on the same line.
David Blaikie
2014-12-30
1
-1
/
+3
*
ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.
Adrian Prantl
2014-12-16
1
-1
/
+5
*
A fix for PR21176.
Ekaterina Romanova
2014-12-12
1
-0
/
+12
*
Reverting commit 223981, because the test that I added (incorrect-variable-de...
Ekaterina Romanova
2014-12-11
1
-2
/
+0
*
A fix for PR21176.
Ekaterina Romanova
2014-12-10
1
-0
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Fix emission of Dwarf accelerator table when there are multiple CUs.
Frederic Riss
2014-11-12
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-4
/
+4
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-4
/
+4
*
Provide gmlt-like inline scope information in the skeleton CU to facilitate s...
David Blaikie
2014-11-04
1
-2
/
+19
[next]