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
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[EH] Fix the LSDA that we emit for unknown EH personalities
Reid Kleckner
2017-05-31
1
-4
/
+15
*
AsmPrinter: mark the beginning and the end of a function in verbose mode
Francis Visoiu Mistrih
2017-05-23
1
-2
/
+8
*
[XRay] Use wordsize-dependent alignment for index
Dean Michael Berris
2017-05-04
1
-3
/
+3
*
[XRay] Create an Index of sleds per function
Dean Michael Berris
2017-05-04
1
-13
/
+39
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-1
/
+1
*
Revert "Turn DISubprogram into a variable-length node."
Adrian Prantl
2017-04-26
1
-1
/
+1
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-1
/
+1
*
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
*
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
1
-0
/
+2
*
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
*
[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
1
-6
/
+6
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-2
/
+2
*
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
*
CodeGen: Use the source filename as the argument to .file, rather than the mo...
Peter Collingbourne
2017-03-15
1
-1
/
+1
*
Ensure that prefix data is preserved with subsections-via-symbols
Peter Collingbourne
2017-03-15
1
-2
/
+17
*
[XRay] Allow logging the first argument of a function call.
Dean Michael Berris
2017-03-06
1
-0
/
+3
*
OptDiag: Summarize the instruction count in asm-printer
Justin Bogner
2017-02-24
1
-1
/
+13
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-14
1
-31
/
+70
*
[DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)
Simon Dardis
2017-02-08
1
-1
/
+1
*
[mips] Fix debug information for __thread variable
Petar Jovanovic
2017-01-20
1
-0
/
+9
*
Don't create a comdat group for a dropped def with initializer
Teresa Johnson
2017-01-18
1
-2
/
+5
*
PR 31534: When emitting both DWARF unwind tables and debug information,
Joerg Sonnenberger
2017-01-05
1
-1
/
+23
*
[XRay] Merge instrumentation point table emission code into AsmPrinter.
Dean Michael Berris
2017-01-03
1
-0
/
+57
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-1
/
+3
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-3
/
+4
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
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
-4
/
+4
*
[MC] Refactor emitELFSize to make usage more consistent. NFC.
Dan Gohman
2016-12-01
1
-5
/
+3
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-5
/
+4
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-4
/
+5
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-5
/
+4
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-2
/
+1
*
Rely on a single DWARF version instead of having two copies
Greg Clayton
2016-11-23
1
-0
/
+8
*
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
Tim Northover
2016-11-22
1
-1
/
+1
*
[AsmPrinter] Enable codeview for windows-itanium
Shoaib Meenai
2016-11-21
1
-1
/
+2
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-16
/
+31
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-1
/
+1
*
Improve DEBUG_VALUE assembly comments for spilled bitpieces
Reid Kleckner
2016-10-05
1
-7
/
+7
*
Use StringRef in Registry API (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
Remove getTargetTriple and update all uses to use the Triple off
Eric Christopher
2016-10-01
1
-8
/
+2
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-19
1
-0
/
+10
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-16
/
+10
[prev]
[next]