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
/
TargetSubtarget.h
Age
Commit message (
Expand
)
Author
2009-11-13
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-10
Fixed to address code review. No functional changes.
David Goodwin
2009-11-10
Allow targets to specify register classes whose member registers should not b...
David Goodwin
2009-10-22
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-16
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-09-30
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-08-19
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-13
Add callback to allow target to adjust latency of schedule dependency edge.
David Goodwin
2008-12-16
Add initial support for back-scheduling address computations,
Dan Gohman
2008-04-12
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-05
Move the LowerMEMCPY and LowerMEMCPYCall to a common place.
Rafael Espindola
2006-12-12
Remove unneeded include.
Jim Laskey
2006-12-12
Rollback changes to take a different tack.
Jim Laskey
2006-12-12
Honor the command line specification for machine type.
Jim Laskey
2005-07-12
Clean up the TargetSubtarget class a bit, removing an unnecessary argument
Nate Begeman
2005-07-12
Implement Subtarget support
Nate Begeman