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
*
Make headers self-contained again.
Benjamin Kramer
2016-03-04
1
-0
/
+1
*
[WinEH] Allocate the registration node before the catch objects
David Majnemer
2016-03-01
1
-0
/
+1
*
Improve the debug output of DwarfDebug::buildLocationList().
Adrian Prantl
2016-02-29
2
-1
/
+15
*
Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.
Adrian Prantl
2016-02-29
1
-2
/
+17
*
fix typo in comment
Adrian Prantl
2016-02-29
1
-1
/
+1
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
Fix warning in DwarfCFIException. NFC
Amaury Sechet
2016-02-26
1
-1
/
+1
*
Extract the method to begin and end a fragment in AsmPrinterHandler in their ...
Amaury Sechet
2016-02-26
4
-12
/
+43
*
Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
6
-199
/
+51
*
Supporting all entities declared in lexical scope in LLVM debug info.
Amjad Aboud
2016-02-23
6
-51
/
+199
*
[X86] Use the correct alignment for COMDAT constant pool entries
David Majnemer
2016-02-21
1
-3
/
+4
*
Make header self-contained. NFC.
Benjamin Kramer
2016-02-18
1
-0
/
+1
*
DwarfDebug: Don't drop the DIExpression just because a variable is
Adrian Prantl
2016-02-17
1
-3
/
+14
*
DbgVariable: Add an accessor for the common case of a single expression
Adrian Prantl
2016-02-17
2
-2
/
+5
*
[codeview] Bail on a DBG_VALUE register operand with no register
Reid Kleckner
2016-02-16
1
-5
/
+7
*
[codeview] Fix assertion on non-memory, non-register DBG_VALUE instructions
Reid Kleckner
2016-02-16
1
-0
/
+7
*
A signed bitfield's range is [-1,0], so assigning 1 is technically an overflo...
Aaron Ballman
2016-02-16
1
-1
/
+1
*
[codeview] Describe local variables in registers
Reid Kleckner
2016-02-12
2
-51
/
+225
*
DwarfDebug: emit type units immediately.
Peter Collingbourne
2016-02-11
10
-85
/
+88
*
[codeview] Fix bug around multi-level wrapper inlining
Reid Kleckner
2016-02-11
1
-13
/
+20
*
Drop the hidden visibility from DebugHandlerBase for now.
Benjamin Kramer
2016-02-11
1
-1
/
+1
*
[codeview] Describe int local variables using .cv_def_range
Reid Kleckner
2016-02-10
7
-288
/
+498
*
Enable the %s modifier in inline asm template string
Nemanja Ivanovic
2016-02-04
1
-0
/
+5
*
[codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiff
Reid Kleckner
2016-02-03
1
-18
/
+4
*
[codeview] Use the MCStreamer interface directly instead of AsmPrinter
Reid Kleckner
2016-02-03
2
-101
/
+100
*
[DWARFDebug] Fix another case of overlapping ranges
Keno Fischer
2016-02-03
1
-13
/
+42
*
[codeview] Improve readability of codeview assembly output
David Majnemer
2016-02-02
1
-32
/
+81
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-2
/
+1
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
2
-3
/
+68
*
Improved macro emission in dwarf.
Amjad Aboud
2016-02-01
5
-78
/
+38
*
[codeview] Begin to add support for inlined call sites
Reid Kleckner
2016-01-29
2
-2
/
+167
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
3
-195
/
+61
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
2
-60
/
+194
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
2
-194
/
+60
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
3
-3
/
+3
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Fixed few comments.
Amjad Aboud
2016-01-24
2
-4
/
+4
*
[opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...
Eduard Burtescu
2016-01-22
1
-3
/
+3
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+2
*
[DwarfDebug] Don't merge DebugLocEntries if their pieces overlap
Keno Fischer
2016-01-16
1
-1
/
+2
*
[DwarfDebug] Move MergeValues to .cpp, NFC
Keno Fischer
2016-01-16
2
-12
/
+18
*
[codeview] Remove custom line info struct in favor of DebugLoc
Reid Kleckner
2016-01-16
2
-71
/
+51
*
Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebug
Reid Kleckner
2016-01-14
4
-20
/
+20
*
[codeview] Regenerate C++ display name test case and update comments
Reid Kleckner
2016-01-14
1
-4
/
+2
*
[TLS] New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh
2016-01-13
1
-71
/
+13
*
[codeview] Share more enums across the writer and the dumper
Reid Kleckner
2016-01-13
1
-6
/
+14
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
1
-3
/
+2
[next]