index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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
2012-05-18
Teach two-address pass to update the "source" map so it doesn't perform a
Evan Cheng
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-03
Fix two-address pass's aggressive instruction commuting heuristics. It's meant
Evan Cheng
2012-05-03
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-04-09
Patch r153892 for PR11861 apparently broke an external project (see PR12493).
Lang Hames
2012-04-04
REG_SEQUENCE expansion to COPY instructions wasn't taking account of sub regi...
Pete Cooper
2012-04-04
Remove spurious debug output.
Jakob Stoklund Olesen
2012-04-02
During two-address lowering, rescheduling an instruction does not untie
Lang Hames
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-03
whitespace
Andrew Trick
2012-01-24
Set correct <def,undef> flags when lowering REG_SEQUENCE.
Jakob Stoklund Olesen
2012-01-24
Preserve <def,undef> flags in CoalesceExtSubRegs.
Jakob Stoklund Olesen
2012-01-18
Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr...
Pete Cooper
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-03
Simplify code. No functionality change.
Benjamin Kramer
2011-11-16
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-11-16
Disable the assertion again. Looks like fastisel is still generating bad kill...
Evan Cheng
2011-11-16
Revert r144568 now that r144730 has fixed the fast-isel kill marker bug.
Evan Cheng
2011-11-16
If the 2addr instruction has other kills, don't move it below any other uses ...
Evan Cheng
2011-11-16
RescheduleKillAboveMI() must backtrack to before the rescheduled DBG_VALUE in...
Evan Cheng
[next]