Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1a7bd84a92ff266981dfd28bc26ab19bc1c60b51
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfExpression.h
29ce701
Fix the type signature of DwarfExpression::Add.*Constant to support values >32 bits.
by Adrian Prantl
· 9 years ago
c321e53
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
by Benjamin Kramer
· 9 years ago
96c9ae6
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
by Peter Collingbourne
· 10 years ago
3e9c887
DwarfDebug: Support floating point constants in location lists.
by Adrian Prantl
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
0ebe35b
Revert "[DWARF] Fix a few corner cases in expression emission"
by David Blaikie
· 10 years ago
e34147c
[DWARF] Fix a few corner cases in expression emission
by Keno Fischer
· 10 years ago
477300d
Revert "Add bool to DebugLocDwarfExpression to control emitting comments."
by Pete Cooper
· 11 years ago
3552200
Add bool to DebugLocDwarfExpression to control emitting comments.
by Pete Cooper
· 11 years ago
a9308c4
IR: Give 'DI' prefix to debug info metadata
by Duncan P. N. Exon Smith
· 11 years ago
60635e3
DebugInfo: Drop rest of DIDescriptor subclasses
by Duncan P. N. Exon Smith
· 11 years ago
76c9184
DebugInfo: Remove special iterators from DIExpression
by Duncan P. N. Exon Smith
· 11 years ago
5123368
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
by Adrian Prantl
· 11 years ago
92da14b
Refactor DebugLocDWARFExpression so it doesn't require access to the
by Adrian Prantl
· 11 years ago
2185aa1
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
by Adrian Prantl
· 11 years ago
d50bca7
Refactor DebugLocDWARFExpression so it doesn't require access to the
by Adrian Prantl
· 11 years ago
968cedd
Revert r230930, it caused PR22747.
by Nico Weber
· 11 years ago
e2c9e64
Refactor DebugLocDWARFExpression so it doesn't require access to the
by Adrian Prantl
· 11 years ago
57bab0b
AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC
by Duncan P. N. Exon Smith
· 11 years ago
d49691f
Fix indentation.
by Adrian Prantl
· 11 years ago
2585a98
Rename DIExpressionIterator to DIExpression::iterator.
by Adrian Prantl
· 11 years ago
531641a
Make DwarfExpression use the new DIExpressionIterator. NFC.
by Adrian Prantl
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
ad768c3
Debug Info: Emitting a register in DwarfExpression may fail. Report the
by Adrian Prantl
· 11 years ago
658676c
Debug Info: Move DIEDwarfExpression into DwarfExpression.h because it
by Adrian Prantl
· 11 years ago
092d948
Debug Info: Move the complex expression handling (=the remainder) of
by Adrian Prantl
· 11 years ago
172ab66
Document, cleanup, and clang-format DwarfExpression.h
by Adrian Prantl
· 11 years ago
8995f5c
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()
by Adrian Prantl
· 11 years ago
66f2595
Debug Info: Move support for constants into DwarfExpression.
by Adrian Prantl
· 11 years ago
a4c30d6
Make DwarfExpression store the AsmPrinter instead of the TargetMachine. NFC.
by Adrian Prantl
· 11 years ago
9cffbd8
remove extra semicolon
by Adrian Prantl
· 11 years ago
0fec811
Debug Info: Add a virtual destructor to DwarfExpression.
by Adrian Prantl
· 11 years ago
00dbc2a
Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.
by Adrian Prantl
· 11 years ago
b16d9eb
Debug info: Factor out the creation of DWARF expressions from AsmPrinter
by Adrian Prantl
· 11 years ago