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
/
AsmPrinterDwarf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-2
/
+1
*
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
2016-05-20
1
-3
/
+3
*
Generalize ownership/passing semantics to allow dsymutil to own abbreviations...
David Blaikie
2015-11-18
1
-12
/
+5
*
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
Michael Kuperstein
2015-11-03
1
-0
/
+3
*
[AsmPrinter] Prune dead code. NFC.
Benjamin Kramer
2015-10-15
1
-12
/
+0
*
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls
Michael Kuperstein
2015-10-07
1
-0
/
+6
*
Test commit. Fix comment. NFC.
Maksim Panchenko
2015-09-19
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-2
/
+2
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-1
/
+1
*
AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
Duncan P. N. Exon Smith
2015-06-24
1
-3
/
+2
*
Rename and improve emitSectionOffset.
Rafael Espindola
2015-06-16
1
-18
/
+14
*
AsmPrinter: Stop exposing underlying DIE children list, NFC
Duncan P. N. Exon Smith
2015-05-28
1
-1
/
+1
*
AsmPrinter: Stop exposing underlying DIEValue list, NFC
Duncan P. N. Exon Smith
2015-05-27
1
-7
/
+5
*
AsmPrinter: Store abbreviation data directly in DIE and DIEValue
Duncan P. N. Exon Smith
2015-05-27
1
-12
/
+8
*
Reapply "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-4
/
+4
*
Revert "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-4
/
+4
*
AsmPrinter: Change DIEValue to be stored by value
Duncan P. N. Exon Smith
2015-05-27
1
-4
/
+4
*
AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
Duncan P. N. Exon Smith
2015-05-24
1
-0
/
+10
*
Revert "Add bool to DebugLocDwarfExpression to control emitting comments."
Pete Cooper
2015-05-20
1
-2
/
+1
*
Add bool to DebugLocDwarfExpression to control emitting comments.
Pete Cooper
2015-05-20
1
-1
/
+2
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-31
/
+32
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-9
/
+2
*
Move variable into assert to fix -Asserts builds.
Rafael Espindola
2015-03-10
1
-4
/
+2
*
Remove incredibly confusing isBaseAddressKnownZero.
Rafael Espindola
2015-03-10
1
-3
/
+2
*
Move emitDIE and emitAbbrevs to AsmPrinter. NFC.
Frederic Riss
2015-03-04
1
-0
/
+58
*
Revert "Revert "For the dwarf expression code get the subtarget off of the cu...
Adrian Prantl
2015-03-02
1
-1
/
+2
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-40
/
+4
*
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
Adrian Prantl
2015-03-02
1
-4
/
+40
*
Revert "For the dwarf expression code get the subtarget off of the current"
Adrian Prantl
2015-03-02
1
-2
/
+1
*
For the dwarf expression code get the subtarget off of the current
Eric Christopher
2015-03-02
1
-1
/
+2
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-40
/
+4
*
Revert r230930, it caused PR22747.
Nico Weber
2015-03-02
1
-4
/
+40
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-40
/
+4
*
Migrate away a use of the subtarget (and TargetMachine) from
Eric Christopher
2015-02-19
1
-5
/
+4
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
Remove support for DIVariable's FlagIndirectVariable and expect
Adrian Prantl
2015-01-19
1
-6
/
+3
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Debug Info: Emitting a register in DwarfExpression may fail. Report the
Adrian Prantl
2015-01-14
1
-1
/
+4
*
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()
Adrian Prantl
2015-01-13
1
-2
/
+3
*
Debug Info: Move support for constants into DwarfExpression.
Adrian Prantl
2015-01-13
1
-14
/
+6
*
Make DwarfExpression store the AsmPrinter instead of the TargetMachine.
Adrian Prantl
2015-01-12
1
-5
/
+5
*
Run clang-format on the parts of AsmPrinterDwarf where it improves the
Adrian Prantl
2015-01-12
1
-12
/
+10
*
Untwine this expression. Thanks to David for noticing!
Adrian Prantl
2015-01-12
1
-1
/
+1
*
Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.
Adrian Prantl
2015-01-12
1
-0
/
+3
*
Debug info: Factor out the creation of DWARF expressions from AsmPrinter
Adrian Prantl
2015-01-12
1
-136
/
+42
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+4
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
1
-15
/
+12
*
Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and add
Adrian Prantl
2014-04-27
1
-6
/
+6
*
Debug info: Refactor EmitDwarfRegOpPiece to be a member function of
Adrian Prantl
2014-04-27
1
-18
/
+45
[next]