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] Make the encoding of call sites in .gcc_except_table configurabl...
Alex Bradbury
2019-07-17
1
-0
/
+19
*
Add explicit dependencies on MCSection.h and MCDwarf.h to the .cpp
Eric Christopher
2019-04-12
1
-0
/
+1
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-2
/
+2
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-2
/
+2
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
1
-0
/
+3
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-3
/
+0
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-0
/
+3
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-3
/
+0
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-0
/
+3
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-3
/
+0
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-0
/
+3
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-3
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+3
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-3
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+3
*
Style update. NFC.
Rafael Espindola
2018-03-29
1
-2
/
+2
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
[DWARF] Add EmitDwarfOffset function, NFC.
Alexey Bataev
2018-03-22
1
-0
/
+4
*
Use assembler expressions to lay out the EH LSDA.
Rafael Espindola
2018-02-09
1
-9
/
+10
*
[DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffsets() to take a DwarfStr...
Wolfgang Pieb
2018-01-11
1
-3
/
+4
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[AsmPrinterDwarf] Add support for .cfi_restore directive
Francis Visoiu Mistrih
2017-11-02
1
-0
/
+3
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
1
-3
/
+10
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-1
/
+1
*
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
Adrian Prantl
2016-12-09
1
-30
/
+0
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
1
-1
/
+1
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
1
-1
/
+1
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-2
/
+2
*
Rely on a single DWARF version instead of having two copies
Greg Clayton
2016-11-23
1
-1
/
+1
*
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
[next]