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
/
TargetInstrInfoImpl.cpp
Age
Commit message (
Expand
)
Author
2012-07-09
indentation
Andrew Trick
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-08
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
Fix Target->Codegen dependence.
Andrew Trick
2012-05-24
misched: Added ScoreboardHazardRecognizer.
Andrew Trick
2012-03-28
Fixed commuteInstructions bug where if its called pre-regalloc the subreg ind...
Pete Cooper
2012-01-16
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2011-12-19
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-15
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-09
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-15
Make use of MachinePointerInfo::getFixedStack.
Jay Foad
2011-09-01
Permit remat of partial register defs when it is safe.
Jakob Stoklund Olesen
2011-09-01
Prevent remat of partial register redefinitions.
Jakob Stoklund Olesen
2011-08-22
Follow up to Jim's r138278. This fixes commuteInstruction so it handles two-a...
Evan Cheng
2011-08-08
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
Jakob Stoklund Olesen
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-02
Use TRI::has{Sub,Super}ClassEq() where possible.
Jakob Stoklund Olesen
2011-04-20
Permit remat when a virtual register has multiple defs.
Jakob Stoklund Olesen
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-08
Generalize PostRAHazardRecognizer so it can be used in any pass for
Andrew Trick
2010-09-21
force clients of MachineFunction::getMachineMemOperand to provide a
Chris Lattner
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-07-22
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-13
Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,
Jakob Stoklund Olesen
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-09
Automatically fold COPY instructions into stack load/store.
Jakob Stoklund Olesen
2010-07-09
Change TII::foldMemoryOperand API to require the machine instruction to be
Jakob Stoklund Olesen
2010-07-08
Add TargetInstrInfo::copyPhysReg hook and use it from LowerSubregs.
Jakob Stoklund Olesen
2010-06-22
Tail merging pass shall not break up IT blocks. rdar://8115404
Evan Cheng
2010-06-18
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-14
- Do away with SimpleHazardRecognizer.h. It's not used and offers little value.
Evan Cheng
2010-06-12
Code formatting.
Evan Cheng
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-03
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-01-06
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-16
Check if subreg index is zero.
Evan Cheng
2009-11-14
- Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.
Evan Cheng
2009-11-07
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-10-18
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
2009-10-18
Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...
Evan Cheng
[next]