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
*
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
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-13
/
+4
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-5
/
+5
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Added reset of LexicalScope in LiveDebugVariables reset function.
Marcello Maggioni
2014-10-24
1
-0
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-20
/
+28
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-28
/
+20
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-20
/
+28
*
test commit: remove trailing whitespace.
Frederic Riss
2014-08-07
1
-2
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-3
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+4
*
Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...
David Blaikie
2014-07-25
1
-3
/
+26
*
Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...
David Blaikie
2014-07-21
1
-12
/
+3
*
Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...
David Blaikie
2014-07-09
1
-3
/
+12
*
Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...
Eric Christopher
2014-07-03
1
-12
/
+3
*
Don't try to construct debug LexicalScopes hierarchy for functions that do no...
David Blaikie
2014-07-02
1
-3
/
+12
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-3
/
+3
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-3
/
+3
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-3
/
+3
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-3
/
+3
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-3
/
+3
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-3
/
+3
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
1
-3
/
+3
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Use unique_ptr to handle ownership of UserValues in LiveDebugVariablesImpl
David Blaikie
2014-04-21
1
-4
/
+6
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-9
/
+9
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-5
/
+3
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Remove capability for polymorphic destruction from LexicalScope
Eric Christopher
2013-11-20
1
-1
/
+0
*
Grammar.
Eric Christopher
2013-11-20
1
-1
/
+1
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-9
/
+9
[next]