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
/
DebugLocEntry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
Remove unreachable code. (NFC)
Adrian Prantl
2017-08-02
1
-1
/
+1
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-1
/
+3
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-2
/
+2
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-5
/
+5
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Make headers self-contained again.
Benjamin Kramer
2016-03-04
1
-0
/
+1
*
Improve the debug output of DwarfDebug::buildLocationList().
Adrian Prantl
2016-02-29
1
-0
/
+14
*
[DwarfDebug] Move MergeValues to .cpp, NFC
Keno Fischer
2016-01-16
1
-12
/
+1
*
Replace a forward declaration with an #include.
Adrian Prantl
2015-10-15
1
-1
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
AsmPrinter: Don't emit empty .debug_loc entries
Duncan P. N. Exon Smith
2015-06-21
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-10
/
+10
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-4
/
+3
*
AsmPrinter: Create a unified .debug_loc stream
Duncan P. N. Exon Smith
2015-04-17
1
-8
/
+3
*
AsmPrinter: Store MDExpression directly instead of MDNode, NFC
Duncan P. N. Exon Smith
2015-04-17
1
-9
/
+7
*
AsmPrinter: Stop storing MDLocalVariable in DebugLocEntry
Duncan P. N. Exon Smith
2015-04-17
1
-25
/
+15
*
AsmPrinter: Calculate type upfront for location lists, NFC
Duncan P. N. Exon Smith
2015-04-17
1
-2
/
+1
*
AsmPrinter: Remove dead code, NFC
Duncan P. N. Exon Smith
2015-04-16
1
-1
/
+0
*
DebugInfo: Gut DIExpression
Duncan P. N. Exon Smith
2015-04-14
1
-5
/
+4
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-7
/
+10
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
IR: Take advantage of -verify checks for MDExpression
Duncan P. N. Exon Smith
2015-03-16
1
-1
/
+1
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-12
/
+25
*
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
Adrian Prantl
2015-03-02
1
-15
/
+0
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-0
/
+15
*
Revert r230930, it caused PR22747.
Nico Weber
2015-03-02
1
-14
/
+0
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-0
/
+14
*
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the
Adrian Prantl
2015-02-09
1
-6
/
+6
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-16
/
+30
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-30
/
+16
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-16
/
+30
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
DebugLocEntry: Restore the comparison predicate from before the
Adrian Prantl
2014-08-12
1
-1
/
+4
*
Add a couple of convenience accessors to DebugLocEntry::Value to further
Adrian Prantl
2014-08-11
1
-5
/
+5
*
Make these DebugLocEntry::Value comparison operators friend functions
Adrian Prantl
2014-08-11
1
-24
/
+34
*
Debug info: Remove an obsolete constructor from DebugLocEntry.
Adrian Prantl
2014-08-11
1
-2
/
+2
*
Debug info: Modify DebugLocEntry::addValue to take multiple values so it
Adrian Prantl
2014-08-11
1
-6
/
+6
*
Debug Info: Move the sorting and uniqueing of pieces from emitLocPieces()
Adrian Prantl
2014-08-11
1
-1
/
+17
*
Debug info: Refactor DebugLocEntry's Merge function to make
Adrian Prantl
2014-08-11
1
-8
/
+13
*
DebugInfo: Move the reference to the CU from the location list entry to the l...
David Blaikie
2014-08-05
1
-9
/
+3
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
1
-1
/
+21
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Debug Info: Prepare DebugLocEntry to handle more than a single value per
Adrian Prantl
2014-04-27
1
-69
/
+69
*
Debug info: Store the DIVariable in DebugLocEntry also for constants,
Adrian Prantl
2014-04-11
1
-6
/
+6
[next]