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
*
Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"
Jeremy Morse
2020-02-12
1
-19
/
+33
*
[DebugInfo] Re-instate LiveDebugVariables scope trimming
Jeremy Morse
2020-02-12
1
-1
/
+24
*
Fix "use of uninitialized variable" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-06
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[LDV][RAGreedy] Inform LiveDebugVariables about new VRegs added by InlineSpiller
Bjorn Pettersson
2019-11-01
1
-17
/
+27
*
Revert "[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap"
Andrea Di Biagio
2019-10-29
1
-97
/
+82
*
[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap
Orlando Cazalet-Hyams
2019-10-16
1
-82
/
+97
*
[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
Jeremy Morse
2019-10-15
1
-33
/
+19
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-4
/
+4
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-8
/
+8
*
Delete dead stores
Fangrui Song
2019-07-12
1
-3
/
+1
*
[DebugInfo] Incorrect debug info record generated for loop counter.
Alexey Lapshin
2019-06-06
1
-19
/
+1
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-2
/
+4
*
Bugfix for nullptr check by klocwork
Pengfei Wang
2019-05-09
1
-1
/
+2
*
Include what's used in a few cpp files - these were getting transitive
Eric Christopher
2019-04-12
1
-0
/
+1
*
[NFC] Fix typos: preceeding -> preceding
Jordan Rupprecht
2019-02-23
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.
Hsiangkai Wang
2019-01-18
1
-13
/
+125
*
[NFC] Refine doxygen format.
Hsiangkai Wang
2018-11-30
1
-57
/
+64
*
[DebugInfo] Handle stack slot offsets for spilled sub-registers in LDV
David Stenberg
2018-09-07
1
-30
/
+57
*
[DebugInfo] Fix bug in LiveDebugVariables.
Hsiangkai Wang
2018-09-05
1
-5
/
+10
*
Revert "[DebugInfo] Fix bug in LiveDebugVariables."
Hsiangkai Wang
2018-09-02
1
-10
/
+5
*
[DebugInfo] Fix bug in LiveDebugVariables.
Hsiangkai Wang
2018-09-02
1
-5
/
+10
*
[LiveDebugVariables] Avoid faulty addDefsFromCopies in computeIntervals
Bjorn Pettersson
2018-08-25
1
-1
/
+9
*
Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables.
Chandler Carruth
2018-08-23
1
-10
/
+5
*
[DebugInfo] Fix bug in LiveDebugVariables.
Hsiangkai Wang
2018-08-23
1
-5
/
+10
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-1
/
+1
*
[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Mikael Holmen
2018-06-21
1
-8
/
+2
*
[DebugInfo] Keep DBG_VALUE undef in LiveDebugVariables
Mikael Holmen
2018-06-21
1
-10
/
+22
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-21
/
+25
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Fixup for rL326769 (RegState::Debug is being truncated to a bool)
Bjorn Pettersson
2018-03-06
1
-2
/
+5
*
[DebugInfo] Discard invalid DBG_VALUE instructions in LiveDebugVariables
Bjorn Pettersson
2018-03-06
1
-1
/
+37
*
[DebugInfo] Don't insert DEBUG_VALUE after terminators
Stefan Maksimovic
2018-02-09
1
-1
/
+1
*
[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
[next]