| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636
|
|
|
|
| |
llvm-svn: 233295
|
|
|
|
| |
llvm-svn: 202122
|
|
|
|
| |
llvm-svn: 195648
|
|
|
|
|
|
| |
value argument.
llvm-svn: 177689
|
|
|
|
|
|
|
|
|
| |
Specify weaker memory order in case we optimize for it in the future,
presently still doing same __sync_lock_test_and_set() as before.
Change suggested by Alexey Samsonov, thanks!
llvm-svn: 172429
|
|
|
|
|
|
| |
Need a more reliable way to check for support of this intrinsic.
llvm-svn: 171955
|
|
|
|
| |
llvm-svn: 171948
|
|
|
|
|
|
| |
it does.
llvm-svn: 168857
|
|
|
|
|
|
|
| |
Darwin. Patch by Jean-Daniel Dupas, tweaked by Jonathan Sauer, simplified
somewhat by me.
llvm-svn: 167889
|
|
|
|
| |
llvm-svn: 165912
|
|
|
|
|
|
|
|
|
| |
emulating 128-bit arithmetic on 32-bit x86 targets. This should get the
bootstrap back for GCC 4.6 at least.
Suggestions on better ways to do the detection here are welcome...
llvm-svn: 165863
|
|
|
|
|
|
|
|
|
| |
to or
from a floating-point type where the source value is not in the range of
representable values of the destination type.
llvm-svn: 165844
|
|
|
|
|
|
| |
type descriptor. 5% binary size reduction due to fewer relocations.
llvm-svn: 165571
|
|
llvm-svn: 165533
|