Bill Wendling
|
706469b453
|
Add more of the command line options as attribute flags.
These can be easily queried by the back-end.
llvm-svn: 176304
|
2013-02-28 22:49:57 +00:00 |
Bill Wendling
|
2386bb130c
|
Reapply r176133 with testcase fixes.
llvm-svn: 176145
|
2013-02-27 00:06:04 +00:00 |
Anna Zaks
|
0f424b029b
|
Revert "Add more attributes from the command line to functions."
This reverts commit 176009.
The commit is a likely cause of several buildbot failures.
llvm-svn: 176044
|
2013-02-25 19:51:03 +00:00 |
Bill Wendling
|
87869db5f5
|
Add more attributes from the command line to functions.
This is an ongoing process. Any command line option which a back-end cares about
should be added here.
llvm-svn: 176009
|
2013-02-25 07:15:16 +00:00 |
Bill Wendling
|
c33fc4c004
|
Modify the tests to use attribute group references instead of listing the
function attributes.
llvm-svn: 175606
|
2013-02-20 07:22:19 +00:00 |
Anders Carlsson
|
c5d3ba1aad
|
When compiling with -fno-threadsafe-statics, guard variables for globals with internal linkage don't have to be i64, i8 works just fine!
llvm-svn: 130286
|
2011-04-27 04:37:08 +00:00 |
Anders Carlsson
|
fcd764a168
|
Add support for threadsafe statics, and make them the default (matching gcc).
Daniel, I'd appreciate a review of the driver/cc1 parts.
llvm-svn: 95508
|
2010-02-06 23:23:06 +00:00 |