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
*
[Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-24
1
-48
/
+13
*
[Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializer
Francis Visoiu Mistrih
2019-07-24
1
-3
/
+3
*
Revert "Use the MachineBasicBlock symbol for a callbr target"
Nick Desaulniers
2019-07-19
1
-7
/
+2
*
Use the MachineBasicBlock symbol for a callbr target
Bill Wendling
2019-07-19
1
-2
/
+7
*
[COFF] Change a variable type to be const in the HeapAllocSite map.
Amy Huang
2019-07-18
2
-2
/
+3
*
Changes to display code view debug info type records in hex format
Nilanjana Basu
2019-07-17
1
-1
/
+1
*
Adding inline comments to code view type record directives for better readabi...
Nilanjana Basu
2019-07-17
1
-2
/
+15
*
[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...
Alex Bradbury
2019-07-17
2
-6
/
+26
*
DWARF: Skip zero column for inline call sites
David Blaikie
2019-07-16
1
-1
/
+2
*
[Remarks][NFC] Combine ParserFormat and SerializerFormat
Francis Visoiu Mistrih
2019-07-16
1
-0
/
+1
*
[DebugInfo] Add column info for inline sites
Jonas Devlieghere
2019-07-12
1
-0
/
+1
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
8
-339
/
+43
*
OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.
Tim Northover
2019-07-11
1
-2
/
+2
*
[CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defs
Simon Pilgrim
2019-07-09
1
-20
/
+0
*
[NFC][AsmPrinter] Fix the formatting for the rL365467
Djordje Todorovic
2019-07-09
2
-23
/
+21
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
8
-38
/
+336
*
Reland "[LiveDebugValues] Emit the debug entry values"
Djordje Todorovic
2019-07-09
1
-0
/
+6
*
Changing CodeView debug info type record representation in assembly files to ...
Nilanjana Basu
2019-07-09
1
-13
/
+52
*
Standardize on MSVC behavior for triples with no environment
Reid Kleckner
2019-07-08
1
-1
/
+1
*
Revert Changing CodeView debug info type record representation in assembly fi...
Nilanjana Basu
2019-07-03
1
-41
/
+8
*
Changing CodeView debug info type record representation in assembly files to ...
Nilanjana Basu
2019-07-03
1
-8
/
+41
*
Testing commit access through minor formatting change
Nilanjana Basu
2019-07-01
1
-2
/
+3
*
[DWARF] Handle the DW_OP_entry_value operand
Djordje Todorovic
2019-06-27
6
-5
/
+53
*
[IR] Add DISuprogram and DIE for a func decl
Djordje Todorovic
2019-06-27
1
-0
/
+5
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-2
/
+2
*
Store a pointer to the return value in a static alloca and let the debugger u...
Amy Huang
2019-06-20
1
-2
/
+12
*
hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.
Peter Collingbourne
2019-06-17
3
-0
/
+8
*
DebugInfo: Include enumerators in pubnames
David Blaikie
2019-06-14
1
-0
/
+5
*
Use fully qualified name when printing S_CONSTANT records
Amy Huang
2019-06-13
1
-4
/
+5
*
[DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)
Nikola Prica
2019-06-13
3
-106
/
+102
*
[DebugInfo] Use FrameDestroy to extend stack locations to end-of-function
Jeremy Morse
2019-06-13
1
-2
/
+5
*
[DebugInfo] Terminate all location-lists at end of block
Jeremy Morse
2019-06-10
1
-105
/
+63
*
[DebugInfo] More strict debug range for stack variables
Nikola Prica
2019-06-10
6
-128
/
+174
*
[Remarks][NFC] Move the serialization to lib/Remarks
Francis Visoiu Mistrih
2019-05-30
1
-10
/
+16
*
CodeView - add static data members to global variable debug info.
Amy Huang
2019-05-29
1
-1
/
+6
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+18
*
Stop undef fragments from closing non-overlapping fragments
David Stenberg
2019-05-28
2
-14
/
+17
*
[AsmPrinter] Treat a narrowing PtrToInt like Trunc
Shoaib Meenai
2019-05-23
1
-1
/
+4
*
[DwarfExpression] Refactor dwarf expression (NFC)
Petar Jovanovic
2019-05-23
2
-23
/
+44
*
Emit global variables as S_CONSTANT records for codeview debug info.
Amy Huang
2019-05-16
2
-34
/
+72
*
[codeview] Fix SDNode representation of annotation labels
Reid Kleckner
2019-05-15
1
-0
/
+1
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-8
/
+6
*
DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addr
Fangrui Song
2019-05-14
1
-7
/
+7
*
DebugInfo: Only move types out of type units if they're named or type united
David Blaikie
2019-05-10
1
-1
/
+2
*
Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...
Eric Christopher
2019-05-08
1
-35
/
+9
*
Debug Info: Support address space attributes on rvalue references.
Adrian Prantl
2019-05-07
1
-4
/
+4
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
8
-105
/
+72
*
Fix bug in getCompleteTypeIndex in codeview debug info
Amy Huang
2019-05-06
1
-4
/
+7
*
[AArch64][Windows] Compute function length correctly in unwind tables.
Eli Friedman
2019-05-03
2
-3
/
+19
*
[AsmPrinter] Make AsmPrinter::HandlerInfo::Handler a unique_ptr
Fangrui Song
2019-04-30
1
-13
/
+13
[next]