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
/
TwoAddressInstructionPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Test commit. It will be reverted in the next commit.
Wei Mi
2015-03-04
1
-0
/
+1
*
Fix a problem where the TwoAddressInstructionPass which generate redundant re...
Eric Christopher
2015-03-03
1
-0
/
+62
*
Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
2015-01-27
1
-3
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Improve logic that decides if its profitable to commute when some of the virt...
Craig Topper
2014-11-05
1
-4
/
+15
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+4
*
[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
/
+10
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-10
/
+6
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-6
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-12
/
+12
*
Allow MachineCSE to coalesce trivial subregister copies the same way that it ...
Andrew Trick
2013-12-17
1
-7
/
+32
*
Revert "Allow MachineCSE to coalesce trivial subregister copies the same way ...
Rafael Espindola
2013-12-16
1
-27
/
+6
*
Allow MachineCSE to coalesce trivial subregister copies the same way
Andrew Trick
2013-12-16
1
-6
/
+27
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-2
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should look
Evan Cheng
2013-05-02
1
-5
/
+3
*
Register Coalescing: add a flag to disable rescheduling.
Andrew Trick
2013-04-24
1
-2
/
+8
*
Remove unused #includes.
Bill Wendling
2013-03-05
1
-1
/
+0
*
Add a use of an otherwise unused variable to remove a warning in non-Asserts
Cameron Zwarich
2013-02-24
1
-0
/
+1
*
TwoAddressInstructionPass::tryInstructionTransform() only potentially returns
Cameron Zwarich
2013-02-24
1
-5
/
+4
*
TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls
Cameron Zwarich
2013-02-24
1
-5
/
+10
*
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
Cameron Zwarich
2013-02-23
1
-13
/
+3
*
Fix a bug with the LiveIntervals updating in the two-address pass found by
Cameron Zwarich
2013-02-23
1
-1
/
+1
*
Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.
Cameron Zwarich
2013-02-23
1
-15
/
+34
*
Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
Cameron Zwarich
2013-02-23
1
-30
/
+85
*
Stop relying on physical register kill flags in isKilled() in the two-address
Cameron Zwarich
2013-02-21
1
-3
/
+10
*
Make another kill check LiveIntervals-aware.
Cameron Zwarich
2013-02-21
1
-1
/
+1
*
Split part of isKilled() into a separate function for use elsewhere.
Cameron Zwarich
2013-02-21
1
-22
/
+28
*
Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals when
Cameron Zwarich
2013-02-21
1
-4
/
+26
*
Only use LiveIntervals in TwoAddressInstructionPass, not a mix of Liveintervals
Cameron Zwarich
2013-02-20
1
-6
/
+4
*
Find anchoring end points for repairIntervalsInRange and repairIndexesInRange
Cameron Zwarich
2013-02-20
1
-12
/
+5
*
Fully qualify llvm::next to avoid ambiguity when building as C++11.
David Blaikie
2013-02-20
1
-2
/
+3
*
Add support to the two-address pass for updating LiveIntervals in many of the
Cameron Zwarich
2013-02-20
1
-3
/
+62
*
Move the computation of the IsEarlyClobber flag into its own loop, since the
Cameron Zwarich
2013-02-20
1
-1
/
+5
*
Remove verification after PHIElimination when using LiveIntervals, and move it
Cameron Zwarich
2013-02-20
1
-0
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Simplify REG_SEQUENCE lowering.
Jakob Stoklund Olesen
2012-12-01
1
-187
/
+69
*
Reduce indentation with early exit.
Jakob Stoklund Olesen
2012-10-26
1
-22
/
+21
*
Also make the current basic block a class member.
Jakob Stoklund Olesen
2012-10-26
1
-65
/
+53
*
Make the Processed set a class member.
Jakob Stoklund Olesen
2012-10-26
1
-21
/
+14
*
Fix whitespace and function names to be coding standardy.
Jakob Stoklund Olesen
2012-10-26
1
-148
/
+149
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
1
-129
/
+0
*
Stop adding <imp-def> operands when expanding REG_SEQUENCE.
Jakob Stoklund Olesen
2012-09-17
1
-4
/
+0
*
Search the whole instruction for tied operands.
Jakob Stoklund Olesen
2012-09-04
1
-2
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
1
-11
/
+0
*
Fix a future TwoAddressInstructionPass crash.
Jakob Stoklund Olesen
2012-08-09
1
-1
/
+2
[prev]
[next]