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
...
*
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
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
ARM: Add support for segmented stacks
Oliver Stannard
2014-04-02
1
-0
/
+3
*
Two part patch:
Eric Christopher
2014-03-07
1
-44
/
+34
*
Fix up formatting.
Eric Christopher
2014-03-07
1
-9
/
+8
*
Move some dwarf emission routines to AsmPrinterDwarf.cpp.
Eric Christopher
2014-03-07
1
-0
/
+157
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-1
/
+1
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-1
/
+1
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-1
/
+1
*
Use a consistent argument order in TargetLoweringObjectFile.
Rafael Espindola
2014-02-09
1
-1
/
+1
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
1
-1
/
+1
*
Simplify check.
Eric Christopher
2013-12-04
1
-1
/
+1
*
Reformat slightly.
Eric Christopher
2013-12-04
1
-27
/
+45
*
[Sparc] Implements exception handling in SPARC with DwarfCFI.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+3
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+3
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-23
/
+16
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-1
/
+1
[prev]
[next]