.. |
ARMException.cpp
|
[MC] De-capitalize another set of MCStreamer::Emit* functions
|
2020-02-14 19:26:52 -08:00 |
AccelTable.cpp
|
[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}
|
2020-02-14 23:08:40 -08:00 |
AddressPool.cpp
|
[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}
|
2020-02-14 23:08:40 -08:00 |
AddressPool.h
|
…
|
|
AsmPrinter.cpp
|
[XCOFF] Enable symbol alias for AIX
|
2020-07-22 14:03:55 +00:00 |
AsmPrinterDwarf.cpp
|
[DebugInfo] Fix emitting offsets to CUs with -dwarf-sections-as-references=Enable.
|
2020-06-26 12:12:26 +07:00 |
AsmPrinterInlineAsm.cpp
|
[MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etc
|
2020-02-15 09:11:48 -08:00 |
ByteStreamer.h
|
[AsmPrinter] De-capitalize some AsmPrinter::Emit* functions
|
2020-02-13 13:38:33 -08:00 |
CMakeLists.txt
|
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
|
2019-11-21 10:48:08 -08:00 |
CodeViewDebug.cpp
|
CodeViewDebug.cpp - remove duplicate includes that already exist in CodeViewDebug.h. NFC.
|
2020-07-22 19:25:27 +01:00 |
CodeViewDebug.h
|
Re-land [Debug][CodeView] Emit fully qualified names for globals
|
2020-05-18 17:31:00 -07:00 |
DIE.cpp
|
[DebugInfo] Fix a misleading usage of DWARF forms with DIEExpr. NFCI.
|
2020-07-17 13:49:27 +07:00 |
DIEHash.cpp
|
DIEHash.cpp - remove headers explicitly included in DIEHash.h. NFC.
|
2020-05-16 15:00:57 +01:00 |
DIEHash.h
|
[AsmPrinter] Remove unused forward declarations. NFC.
|
2020-04-22 14:01:52 +01:00 |
DIEHashAttributes.def
|
…
|
|
DbgEntityHistoryCalculator.cpp
|
[DebugInfo] Drop location ranges for variables which exist entirely outside the variable's scope
|
2020-07-22 12:45:21 +01:00 |
DebugHandlerBase.cpp
|
Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI."
|
2020-07-24 13:02:33 +01:00 |
DebugLocEntry.h
|
[WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly operands locations
|
2019-12-20 14:39:05 -08:00 |
DebugLocStream.cpp
|
hwasan: add tag_offset DWARF attribute to optimized debug info
|
2019-12-12 16:18:54 -08:00 |
DebugLocStream.h
|
hwasan: add tag_offset DWARF attribute to optimized debug info
|
2019-12-12 16:18:54 -08:00 |
DwarfCFIException.cpp
|
Call Frame Information (CFI) Handling for Basic Block Sections
|
2020-07-14 12:54:12 -07:00 |
DwarfCompileUnit.cpp
|
[DWARF][EntryValues] Emit GNU extensions in the case of DWARF 4 + SCE
|
2020-07-24 14:33:57 +02:00 |
DwarfCompileUnit.h
|
DwarfCompileUnit.cpp - remove duplicate includes that already exist in DwarfCompileUnit.h. NFC.
|
2020-07-22 19:25:27 +01:00 |
DwarfDebug.cpp
|
Revert "Re-apply:" Emit DW_OP_implicit_value for Floating point constants""
|
2020-07-27 09:44:13 -05:00 |
DwarfDebug.h
|
DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebug
|
2020-07-20 19:21:39 -07:00 |
DwarfException.h
|
Call Frame Information (CFI) Handling for Basic Block Sections
|
2020-07-14 12:54:12 -07:00 |
DwarfExpression.cpp
|
Revert "Re-apply:" Emit DW_OP_implicit_value for Floating point constants""
|
2020-07-27 09:44:13 -05:00 |
DwarfExpression.h
|
Revert "Re-apply:" Emit DW_OP_implicit_value for Floating point constants""
|
2020-07-27 09:44:13 -05:00 |
DwarfFile.cpp
|
[MC] De-capitalize another set of MCStreamer::Emit* functions
|
2020-02-14 19:26:52 -08:00 |
DwarfFile.h
|
Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List"
|
2019-12-18 16:28:19 -08:00 |
DwarfStringPool.cpp
|
[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}
|
2020-02-14 23:08:40 -08:00 |
DwarfStringPool.h
|
…
|
|
DwarfUnit.cpp
|
DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebug
|
2020-07-20 19:21:39 -07:00 |
DwarfUnit.h
|
DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebug
|
2020-07-20 19:21:39 -07:00 |
EHStreamer.cpp
|
[MC] De-capitalize another set of MCStreamer::Emit* functions
|
2020-02-14 19:26:52 -08:00 |
EHStreamer.h
|
…
|
|
ErlangGCPrinter.cpp
|
[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstruction
|
2020-02-13 17:06:24 -08:00 |
LLVMBuild.txt
|
…
|
|
OcamlGCPrinter.cpp
|
[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}
|
2020-02-14 23:08:40 -08:00 |
WasmException.cpp
|
[MC] De-capitalize another set of MCStreamer::Emit* functions
|
2020-02-14 19:26:52 -08:00 |
WasmException.h
|
…
|
|
WinCFGuard.cpp
|
Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI."
|
2020-07-24 13:02:33 +01:00 |
WinCFGuard.h
|
Add Windows Control Flow Guard checks (/guard:cf).
|
2019-10-28 15:19:39 +00:00 |
WinException.cpp
|
TargetLowering.h - remove unnecessary TargetMachine.h include. NFC
|
2020-05-23 19:49:38 +01:00 |
WinException.h
|
[AsmPrinter] Remove unused forward declarations. NFC.
|
2020-04-22 14:01:52 +01:00 |