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
/
DbgValueHistoryCalculator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
1
-301
/
+0
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
1
-0
/
+301
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
1
-301
/
+0
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
1
-0
/
+301
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
1
-301
/
+0
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Shiva Chen
2018-07-24
1
-0
/
+301
*
[DebugInfo] Generate DWARF debug information for labels.
Shiva Chen
2018-07-24
1
-301
/
+0
*
Add a debug dump for DbgValueHistoryMap
Vedant Kumar
2018-06-01
1
-0
/
+30
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-7
/
+7
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-08-17
1
-7
/
+16
*
DbgValueHistoryCalculator: Ignore call instructions that claim to clobber SP.
Adrian Prantl
2017-06-01
1
-0
/
+4
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-2
/
+1
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-2
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+2
*
Improve virtual register handling when computing debug information
Dominic Chen
2016-08-11
1
-7
/
+16
*
AsmPrinter: Avoid implicit iterator conversions in DbgValueHistoryCalculator,...
Duncan P. N. Exon Smith
2016-07-08
1
-2
/
+2
*
Consider regmasks when computing register-based DBG_VALUE live ranges
Reid Kleckner
2016-03-25
1
-26
/
+40
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachments
Duncan P. N. Exon Smith
2015-04-16
1
-4
/
+1
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-10
/
+15
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+2
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
DbgValueHistoryCalculator: Store modified registers in a BitVector instead of...
Benjamin Kramer
2014-10-06
1
-23
/
+33
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Improve performance of calculateDbgValueHistory.
Adrian Prantl
2014-08-06
1
-10
/
+16
*
Cleanup collectChangingRegs
Adrian Prantl
2014-08-06
1
-3
/
+4
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
1
-2
/
+6
*
Generate better location ranges for some register-described variables.
Alexey Samsonov
2014-06-09
1
-24
/
+55
*
Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
2014-05-27
1
-47
/
+53
*
Don't pre-populate the set of keys in the map with variable locations history.
Alexey Samsonov
2014-05-27
1
-0
/
+1
*
Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.
Alexey Samsonov
2014-05-20
1
-116
/
+135
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-14
/
+11
*
Move logic for calculating DBG_VALUE history map into separate file/class.
Alexey Samsonov
2014-04-30
1
-0
/
+152