index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SubtargetFeature.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify this logic of creating a default Features object.
Bill Wendling
2010-05-11
1
-26
/
+8
*
Don't create a StringRef with a NULL value.
Bill Wendling
2010-05-11
1
-0
/
+2
*
The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a
Bill Wendling
2010-05-11
1
-8
/
+20
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+2
*
Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...
Viktor Kutuzov
2009-11-25
1
-27
/
+0
*
Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...
Viktor Kutuzov
2009-11-21
1
-0
/
+27
*
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...
Viktor Kutuzov
2009-11-18
1
-0
/
+27
*
Switch SubtargetFeature off of ostreams
Chris Lattner
2009-08-23
1
-25
/
+20
*
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-23
1
-2
/
+9
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Set implied features based upon the CPU's feature list.
Bill Wendling
2007-06-27
1
-0
/
+7
*
Add an "implies" field to features. This indicates that, if the current
Bill Wendling
2007-05-04
1
-2
/
+49
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-0
/
+1
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-26
/
+26
*
Clean up some commentary.
Jim Laskey
2006-03-24
1
-1
/
+1
*
Improve compatibility with VC2005, patch by Morten Ofstad!
Jeff Cohen
2006-01-26
1
-1
/
+4
*
Preparation of supporting scheduling info. Need to find info based on selected
Jim Laskey
2005-10-25
1
-21
/
+46
*
If a user requests help, give them help on both features and processors
Chris Lattner
2005-10-23
1
-24
/
+40
*
Improve help output.
Chris Lattner
2005-10-23
1
-12
/
+16
*
Move static functions from .h file, reduce #includes, pass strings by const&,
Chris Lattner
2005-10-23
1
-45
/
+99
*
Print:
Chris Lattner
2005-09-07
1
-4
/
+4
*
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-02
1
-0
/
+27
*
Fix VC++ build errors
Jeff Cohen
2005-09-02
1
-1
/
+1
*
This new class provides support for platform specific "features". The intent
Jim Laskey
2005-09-01
1
-0
/
+173