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
/
DwarfExpression.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the type signature of DwarfExpression::Add.*Constant to support values >3...
Adrian Prantl
2016-06-24
1
-2
/
+2
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
2016-05-20
1
-13
/
+14
*
DwarfDebug: Support floating point constants in location lists.
Adrian Prantl
2016-04-08
1
-0
/
+15
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Revert "[DWARF] Fix a few corner cases in expression emission"
David Blaikie
2015-06-09
1
-3
/
+0
*
[DWARF] Fix a few corner cases in expression emission
Keno Fischer
2015-06-09
1
-0
/
+3
*
Revert "Add bool to DebugLocDwarfExpression to control emitting comments."
Pete Cooper
2015-05-20
1
-10
/
+4
*
Add bool to DebugLocDwarfExpression to control emitting comments.
Pete Cooper
2015-05-20
1
-4
/
+10
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-3
/
+3
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-2
/
+3
*
DebugInfo: Remove special iterators from DIExpression
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+2
*
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
Adrian Prantl
2015-03-10
1
-6
/
+6
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-9
/
+10
*
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
Adrian Prantl
2015-03-02
1
-10
/
+9
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-9
/
+10
*
Revert r230930, it caused PR22747.
Nico Weber
2015-03-02
1
-10
/
+9
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-9
/
+10
*
AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC
Duncan P. N. Exon Smith
2015-02-17
1
-1
/
+2
*
Fix indentation.
Adrian Prantl
2015-02-10
1
-1
/
+1
*
Rename DIExpressionIterator to DIExpression::iterator.
Adrian Prantl
2015-01-22
1
-1
/
+1
*
Make DwarfExpression use the new DIExpressionIterator. NFC.
Adrian Prantl
2015-01-22
1
-3
/
+2
*
[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
-3
/
+6
*
Debug Info: Move DIEDwarfExpression into DwarfExpression.h because it
Adrian Prantl
2015-01-14
1
-0
/
+17
*
Debug Info: Move the complex expression handling (=the remainder) of
Adrian Prantl
2015-01-13
1
-1
/
+12
*
Document, cleanup, and clang-format DwarfExpression.h
Adrian Prantl
2015-01-13
1
-12
/
+14
*
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()
Adrian Prantl
2015-01-13
1
-2
/
+2
*
Debug Info: Move support for constants into DwarfExpression.
Adrian Prantl
2015-01-13
1
-0
/
+22
*
Make DwarfExpression store the AsmPrinter instead of the TargetMachine.
Adrian Prantl
2015-01-12
1
-3
/
+7
*
remove extra semicolon
Adrian Prantl
2015-01-12
1
-1
/
+1
*
Debug Info: Add a virtual destructor to DwarfExpression.
Adrian Prantl
2015-01-12
1
-0
/
+1
*
Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.
Adrian Prantl
2015-01-12
1
-0
/
+8
*
Debug info: Factor out the creation of DWARF expressions from AsmPrinter
Adrian Prantl
2015-01-12
1
-0
/
+65