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
/
LiveDebugVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MachineOperand] Fix LiveDebugVariables code after isRenamable change.
Geoff Berry
2017-12-29
1
-1
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-2
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-2
/
+2
*
[DebugInfo] Insert DEBUG_VALUEs after each register redefinition
Karl-Johan Karlsson
2017-10-05
1
-18
/
+57
*
Implement David Blaikie's suggestion for comparison operators
Reid Kleckner
2017-10-03
1
-3
/
+8
*
[DebugInfo] Correctly coalesce DBG_VALUEs that mix direct and indirect values
Reid Kleckner
2017-10-03
1
-83
/
+126
*
[DebugInfo] Do not extend range for physreg in LiveDebugVariables
Bjorn Pettersson
2017-09-28
1
-6
/
+6
*
Cleanup some problems with LLVM_ENABLE_DUMP in release builds, and
Don Hinton
2017-09-27
1
-1
/
+1
*
Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"
Reid Kleckner
2017-09-20
1
-40
/
+72
*
[DebugInfo] Use a MapVector to coalesce MachineOperand locations
Reid Kleckner
2017-09-20
1
-56
/
+46
*
Revert "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"
Reid Kleckner
2017-09-19
1
-54
/
+35
*
Re-land r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VA...
Reid Kleckner
2017-09-19
1
-35
/
+54
*
Revert r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VAL...
Hans Wennborg
2017-09-18
1
-53
/
+35
*
Name the sentinel value used for the location number of the undefined registe...
Reid Kleckner
2017-09-15
1
-7
/
+9
*
[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs
Reid Kleckner
2017-09-15
1
-35
/
+53
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-24
1
-29
/
+49
*
[LiveDebugVariables] Use lexical scope to trim debug value live intervals
Robert Lougher
2017-08-03
1
-7
/
+90
*
Extend ifndef to printDebugLoc.
Florian Hahn
2017-07-31
1
-1
/
+1
*
Extend ifdefs to more unused helper functions.
Florian Hahn
2017-07-31
1
-1
/
+1
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-0
/
+2
*
Remove the unused offset field from LiveDebugVariables (NFC)
Adrian Prantl
2017-07-28
1
-17
/
+14
*
Remove the unused offset from DBG_VALUE (NFC)
Adrian Prantl
2017-07-28
1
-1
/
+1
*
Mark dump() methods as const. NFC
Sam Clegg
2017-06-21
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
Remove dead code from LiveDebugVariables.cpp (NFC)
Adrian Prantl
2016-09-28
1
-44
/
+10
*
Place the lowered phi instruction(s) before the DEBUG_VALUE entry
Keith Walker
2016-09-16
1
-1
/
+1
*
CodeGen: Use MachineInstr& in LDVImpl::handleDebugValue, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-14
/
+13
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+3
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-3
/
+4
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-4
/
+5
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-6
/
+12
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)
Adrian Prantl
2015-12-21
1
-52
/
+36
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-2
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
1
-3
/
+1
*
CodeGen: Remove more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-6
/
+6
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-6
/
+6
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Fix UserValue::match() in LiveDebugVariables after r235050
Duncan P. N. Exon Smith
2015-04-16
1
-5
/
+5
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+2
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-3
/
+4
*
DebugInfo: Move DIVariable::printExtendedName() to its only caller
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+37
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+3
[next]