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
...
*
[XRay] Create an Index of sleds per function
Dean Michael Berris
2017-05-04
1
-13
/
+39
*
DebugInfo: elide type index entries for synthetic types
Saleem Abdulrasool
2017-05-03
1
-4
/
+6
*
[PDB/CodeView] Read/write codeview inlinee line information.
Zachary Turner
2017-05-02
1
-0
/
+1
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
2
-6
/
+0
*
Rename some PDB classes.
Zachary Turner
2017-04-27
2
-8
/
+9
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
2
-5
/
+5
*
Revert "Turn DISubprogram into a variable-length node."
Adrian Prantl
2017-04-26
2
-5
/
+5
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
2
-5
/
+5
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
2
-0
/
+13
*
PR31007 and PR27884 will be closed: a possibility to compile constants like 0...
Andrew V. Tischenko
2017-04-26
1
-0
/
+3
*
Fix an assertion when skipping stack values in DWARF2 mode.
Adrian Prantl
2017-04-25
1
-1
/
+5
*
Print complete DIExpressions in the assembler output DEBUG_VALUE comments.
Adrian Prantl
2017-04-25
1
-34
/
+16
*
Bring back the ability opt out of padding zero-byte functions by not providin...
Daniel Sanders
2017-04-25
1
-2
/
+7
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+3
*
Don't emit CFI instructions at the end of a function
Adrian Prantl
2017-04-24
1
-0
/
+10
*
Add a testcase for DIExpression(DW_OP_stack_value)
Adrian Prantl
2017-04-24
2
-1
/
+2
*
Avoid using relocations for ref_addr in .dwo files
David Blaikie
2017-04-22
3
-13
/
+14
*
Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of p...
David Blaikie
2017-04-22
2
-4
/
+4
*
Move Split DWARF handling to an MC option/command line argument rather than u...
David Blaikie
2017-04-21
1
-15
/
+4
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-7
/
+10
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-9
/
+7
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
1
-7
/
+9
*
Don't emit locations that need a DW_OP_stack_value in DWARF 2 & 3.
Adrian Prantl
2017-04-20
2
-1
/
+10
*
[DWARF] Versioning for DWARF constants; verify FORMs
Paul Robinson
2017-04-20
1
-4
/
+13
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
5
-19
/
+27
*
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...
Adrian Prantl
2017-04-19
5
-27
/
+19
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
5
-19
/
+27
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-1
/
+1
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
6
-86
/
+122
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
5
-17
/
+19
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-10
/
+36
*
Move llvm::canBeOmittedFromSymbolTable() to Analysis.
Peter Collingbourne
2017-03-31
1
-0
/
+1
*
If the DIUnit has flags passed on it then have DW_AT_producer be a combinatio...
Eric Christopher
2017-03-29
1
-1
/
+8
*
Remove redundant check for nullptr.
Adrian Prantl
2017-03-27
1
-2
/
+2
*
Remove unneccessary virtual destructor from DwarfExpression.
Adrian Prantl
2017-03-27
1
-3
/
+3
*
[codeview] Don't assert when the user violates the ODR
Reid Kleckner
2017-03-24
1
-28
/
+2
*
Refactor code to reduce indentation and improve readability. (NFC)
Adrian Prantl
2017-03-23
1
-43
/
+53
*
Fix a bug when emitting debug info for partially constant global variables.
Adrian Prantl
2017-03-23
1
-7
/
+2
*
Zero-Initialize PrevInstBB when entering a new MachineFunction.
Adrian Prantl
2017-03-23
1
-0
/
+1
*
Rename helper functions in DwarfExpression to be less misleading (NFC)
Adrian Prantl
2017-03-22
2
-6
/
+6
*
Fix PR32298 by adding an early exit to getFrameIndexExprs().
Adrian Prantl
2017-03-22
1
-0
/
+6
*
Don't compose DWARF expressions with multiple subregisters.
Adrian Prantl
2017-03-22
1
-0
/
+9
*
DwarfExpression: Defer emitting DWARF register operations
Adrian Prantl
2017-03-22
2
-47
/
+76
*
Revert 298388 and 298389 because they broke some AMDGPU tests.
Adrian Prantl
2017-03-21
2
-64
/
+23
*
Don't compose DWARF expressions with multiple subregisters.
Adrian Prantl
2017-03-21
1
-0
/
+9
*
DwarfExpression: Defer emitting DWARF register operations
Adrian Prantl
2017-03-21
2
-23
/
+55
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
2
-10
/
+9
*
Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpression
Adrian Prantl
2017-03-20
4
-81
/
+96
*
Make implementation details in DwarfExpression protected. (NFC)
Adrian Prantl
2017-03-20
1
-13
/
+12
*
[WinEH] Adjust decision to emit SEH moves for leaf functions
Reid Kleckner
2017-03-20
1
-2
/
+2
[prev]
[next]