index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
LiveInterval.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-11
/
+5
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-16
/
+210
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-12
/
+12
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-3
/
+2
*
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...
Aaron Ballman
2013-11-13
1
-2
/
+2
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-0
/
+5
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-96
/
+101
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
1
-97
/
+122
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-124
/
+119
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
1
-3
/
+7
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
1
-2
/
+1
*
fix typo in comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
Use LiveRangeQuery for instruction-level liveness queries.
Andrew Trick
2013-08-30
1
-15
/
+0
*
mi-sched: update PressureDiffs on-the-fly for liveness.
Andrew Trick
2013-08-30
1
-0
/
+6
*
Replace LiveInterval::killedAt with isKilledAtInstr.
Andrew Trick
2013-08-30
1
-6
/
+7
*
Remove unnecessary parameter to RenumberValues.
Jakob Stoklund Olesen
2013-08-14
1
-1
/
+1
*
Remove unused function.
Jakob Stoklund Olesen
2013-08-14
1
-7
/
+0
*
Remove unused struct/enum
Jakob Stoklund Olesen
2013-08-14
1
-11
/
+0
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
1
-1
/
+1
*
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
1
-0
/
+9
*
Use LiveRangeUpdater instead of mergeIntervalRanges.
Jakob Stoklund Olesen
2013-02-20
1
-3
/
+0
*
Add a LiveRangeUpdater class.
Jakob Stoklund Olesen
2013-02-20
1
-0
/
+58
*
Add a default constructor for LiveRange.
Jakob Stoklund Olesen
2013-02-20
1
-1
/
+2
*
Modify LiveInterval::addRange() to match the comment about what it returns.
Cameron Zwarich
2013-02-20
1
-2
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-4
/
+1
*
Fix problem when using LiveRangeQuery with block entries.
Jakob Stoklund Olesen
2012-09-16
1
-1
/
+3
*
Make LiveRangeQuery work for PHIDefs as well.
Jakob Stoklund Olesen
2012-09-15
1
-0
/
+6
*
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
1
-11
/
+0
*
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
1
-0
/
+9
*
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
1
-27
/
+6
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
1
-13
/
+1
*
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
1
-10
/
+4
*
Teach the LiveInterval::join function to use the fast merge algorithm,
Chandler Carruth
2012-07-10
1
-1
/
+1
*
Add an efficient merge operation to LiveInterval and use it to avoid
Chandler Carruth
2012-07-10
1
-0
/
+3
*
Teach LiveIntervals how to verify themselves and start using it in some
Chandler Carruth
2012-07-10
1
-0
/
+9
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
1
-1
/
+1
*
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+5
*
Add a LiveRangeQuery class.
Jakob Stoklund Olesen
2012-05-20
1
-0
/
+85
*
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
2012-04-28
1
-4
/
+0
*
Spring cleaning - Delete dead code.
Jakob Stoklund Olesen
2012-04-28
1
-24
/
+0
*
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
1
-14
/
+2
*
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
1
-21
/
+5
*
Added methods to get the live range immediately before a given slot. Intended...
Lang Hames
2012-01-19
1
-0
/
+8
*
comment cleanup
Andrew Trick
2012-01-05
1
-1
/
+1
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-1
/
+1
*
Use getPrevSlot() instead of getPrevIndex().
Jakob Stoklund Olesen
2011-09-15
1
-1
/
+1
*
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
1
-0
/
+1
*
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
1
-1
/
+0
[next]