This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
History
Howard Hinnant
d5a97fc683
__has_feature crutch
...
llvm-svn: 115540
2010-10-04 19:01:30 +00:00
..
include
__has_feature crutch
2010-10-04 19:01:30 +00:00
lib
Bug 7984 by Bernhard Rosenkraenzer
2010-10-02 23:27:23 +00:00
src
Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow...
2010-10-04 18:52:54 +00:00
test
Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow...
2010-10-04 18:52:54 +00:00
www
updated per weekly tests
2010-09-29 20:15:25 +00:00
LICENSE.TXT
Fixing whitespace problems
2010-08-22 01:04:38 +00:00
Makefile
<rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak
2010-09-10 20:42:36 +00:00