index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TwoAddressInstructionPass.cpp
Age
Commit message (
Expand
)
Author
2013-05-02
TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should look
Evan Cheng
2013-04-24
Register Coalescing: add a flag to disable rescheduling.
Andrew Trick
2013-03-05
Remove unused #includes.
Bill Wendling
2013-02-24
Add a use of an otherwise unused variable to remove a warning in non-Asserts
Cameron Zwarich
2013-02-24
TwoAddressInstructionPass::tryInstructionTransform() only potentially returns
Cameron Zwarich
2013-02-24
TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls
Cameron Zwarich
2013-02-23
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
Cameron Zwarich
2013-02-23
Fix a bug with the LiveIntervals updating in the two-address pass found by
Cameron Zwarich
2013-02-23
Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.
Cameron Zwarich
2013-02-23
Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
Cameron Zwarich
2013-02-21
Stop relying on physical register kill flags in isKilled() in the two-address
Cameron Zwarich
2013-02-21
Make another kill check LiveIntervals-aware.
Cameron Zwarich
2013-02-21
Split part of isKilled() into a separate function for use elsewhere.
Cameron Zwarich
2013-02-21
Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals when
Cameron Zwarich
2013-02-20
Only use LiveIntervals in TwoAddressInstructionPass, not a mix of Liveintervals
Cameron Zwarich
2013-02-20
Find anchoring end points for repairIntervalsInRange and repairIndexesInRange
Cameron Zwarich
2013-02-20
Fully qualify llvm::next to avoid ambiguity when building as C++11.
David Blaikie
2013-02-20
Add support to the two-address pass for updating LiveIntervals in many of the
Cameron Zwarich
2013-02-20
Move the computation of the IsEarlyClobber flag into its own loop, since the
Cameron Zwarich
2013-02-20
Remove verification after PHIElimination when using LiveIntervals, and move it
Cameron Zwarich
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
Simplify REG_SEQUENCE lowering.
Jakob Stoklund Olesen
2012-10-26
Reduce indentation with early exit.
Jakob Stoklund Olesen
2012-10-26
Also make the current basic block a class member.
Jakob Stoklund Olesen
2012-10-26
Make the Processed set a class member.
Jakob Stoklund Olesen
2012-10-26
Fix whitespace and function names to be coding standardy.
Jakob Stoklund Olesen
2012-10-26
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-09-17
Stop adding <imp-def> operands when expanding REG_SEQUENCE.
Jakob Stoklund Olesen
2012-09-04
Search the whole instruction for tied operands.
Jakob Stoklund Olesen
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-13
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-09
Fix a future TwoAddressInstructionPass crash.
Jakob Stoklund Olesen
2012-08-07
Skip tied operand pairs that already have the same register.
Jakob Stoklund Olesen
2012-08-04
Delete a dead variable.
Jakob Stoklund Olesen
2012-08-03
TwoAddressInstructionPass refactoring: Extract another method.
Jakob Stoklund Olesen
2012-08-03
TwoAddressInstructionPass refactoring: Extract a method.
Jakob Stoklund Olesen
2012-08-03
Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
Delete dead function.
Jakob Stoklund Olesen
2012-08-03
Don't delete dead code in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-07-25
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
2012-07-18
Fix a somewhat nasty crasher in PR13378. This crashes inside of
Chandler Carruth
2012-07-17
Add some trace output to TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-07-15
Reapply r160194, switching to use LV information for finding local kills.
Chandler Carruth
2012-07-13
Revert r160194, which switched to use LV information for finding local
Chandler Carruth
2012-07-13
Use the LiveVariables information to efficiently get local kills. This
Chandler Carruth
2012-07-02
Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtual
Manman Ren
2012-06-25
Handle <undef> operands in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-05-20
Properly constrain register classes in 2-addr.
Jakob Stoklund Olesen
[next]