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
/
RegisterCoalescer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
RegisterCoalescer: rewrite eliminateUndefCopy().
Matthias Braun
2014-12-19
1
-29
/
+64
*
RegisterCoalescer: Fix stripCopies() picking up main range instead of subregi...
Matthias Braun
2014-12-17
1
-50
/
+78
*
RegisterCoalescer: Sprinkle some const modifiers.
Matthias Braun
2014-12-17
1
-11
/
+12
*
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
2014-12-11
1
-75
/
+61
*
LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
2014-12-10
1
-10
/
+9
*
RegisterCoalescer: Preserve subregister liveranges.
Matthias Braun
2014-12-10
1
-121
/
+559
*
LiveIntervalAnalysis: Add subregister aware variants pruneValue().
Matthias Braun
2014-12-10
1
-2
/
+2
*
Simplify implementation and testcase of r223401 based on feedback from dblaikie.
Adrian Prantl
2014-12-04
1
-4
/
+2
*
Debug info: If the RegisterCoalescer::reMaterializeTrivialDef() is
Adrian Prantl
2014-12-04
1
-1
/
+13
*
RegisterCoalescer: Improve debug messages
Matthias Braun
2014-11-19
1
-6
/
+8
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-3
/
+3
*
delete function names from comments
Sanjay Patel
2014-10-09
1
-32
/
+30
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
Add TargetInstrInfo interface isAsCheapAsAMove.
Jiangning Liu
2014-07-29
1
-1
/
+1
*
[RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...
Chris Bieneman
2014-07-16
1
-2
/
+1
*
[RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...
Chris Bieneman
2014-07-15
1
-0
/
+17
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-3
/
+2
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-10
/
+11
*
[Register Coalescer] Fix wrong live-range information with rematerialization.
Quentin Colombet
2014-04-11
1
-0
/
+21
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-9
/
+5
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-15
1
-1
/
+0
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-4
/
+4
*
Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
2014-03-13
1
-2
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-5
/
+5
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+0
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
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
*
ReMat: fix overly cavalier attitude to sub-register indices
Tim Northover
2014-01-16
1
-24
/
+21
*
Fix valgrind warning for gcc builds.
Patrik Hagglund
2014-01-14
1
-5
/
+4
*
Revert "ReMat: fix overly cavalier attitude to sub-register indices"
Tim Northover
2014-01-13
1
-4
/
+24
*
ReMat: fix overly cavalier attitude to sub-register indices
Tim Northover
2014-01-13
1
-24
/
+4
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-7
/
+8
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-2
/
+2
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
1
-1
/
+1
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-6
/
+6
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-34
/
+35
*
Fix comment
Matthias Braun
2013-10-04
1
-1
/
+1
*
Added temp flag -misched-bench for staging in default changes.
Andrew Trick
2013-09-26
1
-1
/
+1
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+2
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
1
-6
/
+6
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
1
-2
/
+1
*
remove pointless assert
Matthias Braun
2013-09-06
1
-2
/
+0
*
fix comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-1
/
+1
*
Use modern API to avoid exposing LiveInterval internals.
Jakob Stoklund Olesen
2013-07-05
1
-5
/
+3
[prev]
[next]