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: 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
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-4
/
+4
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-1
/
+2
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-11
/
+15
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-10
/
+19
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-12
/
+0
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
1
-22
/
+11
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
1
-11
/
+22
*
Clean up LDV, no functionality change.
Manman Ren
2013-02-13
1
-60
/
+19
*
Fix comment.
Eric Christopher
2013-02-13
1
-2
/
+2
*
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-13
1
-4
/
+12
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-1
/
+1
*
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
1
-2
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Don't depend on live ranges being present.
Jakob Stoklund Olesen
2012-06-22
1
-3
/
+8
*
Use regunit liveness to guide LiveDebugVariables.
Jakob Stoklund Olesen
2012-06-22
1
-5
/
+18
[prev]
[next]