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
/
Target
/
SubtargetFeature.cpp
Age
Commit message (
Expand
)
Author
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-04-15
Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...
Evan Cheng
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo>
Nick Lewycky
2010-05-11
Simplify this logic of creating a default Features object.
Bill Wendling
2010-05-11
Don't create a StringRef with a NULL value.
Bill Wendling
2010-05-11
The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a
Bill Wendling
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-25
Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...
Viktor Kutuzov
2009-11-21
Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...
Viktor Kutuzov
2009-11-18
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...
Viktor Kutuzov
2009-08-23
Switch SubtargetFeature off of ostreams
Chris Lattner
2009-05-23
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-06-27
Set implied features based upon the CPU's feature list.
Bill Wendling
2007-05-04
Add an "implies" field to features. This indicates that, if the current
Bill Wendling
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-03-24
Clean up some commentary.
Jim Laskey
2006-01-26
Improve compatibility with VC2005, patch by Morten Ofstad!
Jeff Cohen
2005-10-25
Preparation of supporting scheduling info. Need to find info based on selected
Jim Laskey
2005-10-23
If a user requests help, give them help on both features and processors
Chris Lattner
2005-10-23
Improve help output.
Chris Lattner
2005-10-23
Move static functions from .h file, reduce #includes, pass strings by const&,
Chris Lattner
2005-09-07
Print:
Chris Lattner
2005-09-02
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-02
Fix VC++ build errors
Jeff Cohen
2005-09-01
This new class provides support for platform specific "features". The intent
Jim Laskey