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
/
include
/
llvm
/
Target
/
TargetInstrInfo.h
Age
Commit message (
Expand
)
Author
2013-04-06
Add a comment to TargetInstrInfo about FoldImmediate
Hal Finkel
2013-04-05
Clean up some confusing language, and use more realistic examples.
Jakob Stoklund Olesen
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
2012-11-16
Work around a layering violation from Target to CodeGen.
Benjamin Kramer
2012-11-12
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-08-29
Add a bit of documentation to copyPhysReg.
Jakob Stoklund Olesen
2012-08-23
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-16
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-13
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-08
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-29
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-04
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
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-13
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-08
Removing strange "using" declarations form TargetInstrInfo.
Andrew Trick
2012-06-08
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-07
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-06
Revert r157755.
Manman Ren
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-24
misched: Added ScoreboardHazardRecognizer.
Andrew Trick
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2011-12-19
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
Add "using" to silence warnings.
Eli Friedman
2011-12-19
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-14
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
Allow target to specify register output dependency. Still default to one.
Evan Cheng
2011-12-09
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-09-29
Expand the x86 V_SET0* pseudos right after register allocation.
Jakob Stoklund Olesen
2011-09-27
Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.
Jakob Stoklund Olesen
2011-09-25
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
[next]