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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.
Adrian Prantl
2018-09-08
2
-134
/
+0
*
[DebugInfo] Do not generate label debug info if it has been processed.
Hsiangkai Wang
2018-09-06
7
-63
/
+69
*
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
Jonas Devlieghere
2018-09-05
2
-8
/
+21
*
Remove FrameAccess struct from hasLoadFromStackSlot
Sander de Smalen
2018-09-05
1
-9
/
+11
*
Extend hasStoreToStackSlot with list of FI accesses.
Sander de Smalen
2018-09-03
1
-6
/
+16
*
[CodeGen] emit inline asm clobber list warnings for reserved (cont)
Ties Stuij
2018-08-30
1
-32
/
+78
*
[MinGW] [X86] Add stubs for references to data variables that might end up im...
Martin Storsjo
2018-08-29
1
-0
/
+28
*
CodeGen: Add two more conditions for adding symbols to the address-significan...
Peter Collingbourne
2018-08-24
1
-1
/
+2
*
DebugInfo: Fix skipping CUs in DWARFv5 debug_names table
David Blaikie
2018-08-24
1
-2
/
+5
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
14
-149
/
+387
*
Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.
Simon Pilgrim
2018-08-17
1
-0
/
+1
*
DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...
David Blaikie
2018-08-16
3
-14
/
+2
*
[x86/MIR] Implement support for pre- and post-instruction symbols, as
Chandler Carruth
2018-08-16
1
-0
/
+8
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
5
-38
/
+68
*
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
Adrian Prantl
2018-08-14
1
-0
/
+5
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
14
-387
/
+149
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
14
-149
/
+387
*
Rename the cfguard module flag to cfguardtable
Hans Wennborg
2018-08-10
1
-1
/
+1
*
revert '[CodeGen] emit inline asm clobber list warnings for reserved'
Ties Stuij
2018-08-08
1
-78
/
+32
*
[DebugInfo] Fine tune emitting flags as part of the producer
Jonas Devlieghere
2018-08-08
1
-1
/
+1
*
[CodeGen] emit inline asm clobber list warnings for reserved
Ties Stuij
2018-08-08
1
-32
/
+78
*
[DebugInfo] Reduce debug_str_offsets section size
Pavel Labath
2018-08-07
4
-14
/
+56
*
[AArch64] DWARF: do not generate AT_location for thread local
Lei Liu
2018-08-01
1
-0
/
+4
*
[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.
Alexey Bataev
2018-08-01
4
-1
/
+36
*
[MC] Report fatal error for DWARF types for non-ELF object files
Jonas Devlieghere
2018-08-01
1
-1
/
+3
*
[DWARF] Basic support for producing DWARFv5 .debug_addr section
Victor Leschuk
2018-08-01
4
-2
/
+31
*
[DWARF] Do not create a .debug_ranges section when no ranges are needed.
Wolfgang Pieb
2018-07-31
1
-1
/
+1
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
14
-386
/
+149
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
14
-149
/
+386
*
Remove trailing space
Fangrui Song
2018-07-30
3
-4
/
+4
*
[DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...
Wolfgang Pieb
2018-07-26
3
-51
/
+41
*
[DEBUGINFO, NVPTX] Emit correct debug information for local variables.
Alexey Bataev
2018-07-26
1
-2
/
+5
*
[DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`.
Alexey Bataev
2018-07-26
1
-4
/
+10
*
dwarfgen: Add support for generating the debug_str_offsets section, take 3
Pavel Labath
2018-07-26
5
-27
/
+32
*
Revert "[COFF] Use comdat shared constants for MinGW as well"
Martin Storsjo
2018-07-26
1
-1
/
+1
*
Revert r337981: it breaks the debuginfo-tests
Alex Lorenz
2018-07-26
3
-41
/
+51
*
[DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...
Wolfgang Pieb
2018-07-25
3
-51
/
+41
*
[COFF] Use comdat shared constants for MinGW as well
Martin Storsjo
2018-07-25
1
-1
/
+1
*
[COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinter
Martin Storsjo
2018-07-25
1
-0
/
+20
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
5
-32
/
+27
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
5
-27
/
+32
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
Pavel Labath
2018-07-25
5
-32
/
+27
*
dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath
2018-07-25
5
-27
/
+32
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Shiva Chen
2018-07-24
14
-386
/
+149
*
[DebugInfo] Generate DWARF debug information for labels.
Shiva Chen
2018-07-24
14
-149
/
+386
*
Fix build breakage from r337562
Pavel Labath
2018-07-20
1
-3
/
+3
*
DwarfDebug: Reduce duplication in addAccel*** methods
Pavel Labath
2018-07-20
3
-47
/
+30
*
[DebugInfo] Generate .debug_names section when it makes sense
Pavel Labath
2018-07-20
3
-17
/
+41
*
[DebugInfo] Dwarfv5: Avoid unnecessary base_address specifiers in rnglists
David Blaikie
2018-07-18
1
-10
/
+18
*
Fix -Wdocumentation warning. NFCI.
Simon Pilgrim
2018-07-18
1
-1
/
+1
[next]