SHA256
1
0
forked from pool/llvm

- Update to r138939

* Many crash fixes.
  * Performance optimizations.
  * Allow C99 hexfloats in C++0x mode.
  * Add missing function _mm_ucomige_sd to emmintrin.h.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=62
This commit is contained in:
Ismail Dönmez
2011-09-01 14:35:13 +00:00
committed by Git OBS Bridge
parent ae811c1f2a
commit 6f0709d701
4 changed files with 19 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 1 14:03:14 UTC 2011 - idonmez@suse.com
- Update to r138939
* Many crash fixes.
* Performance optimizations.
* Allow C99 hexfloats in C++0x mode.
* Add missing function _mm_ucomige_sd to emmintrin.h.
-------------------------------------------------------------------
Fri Aug 12 09:22:18 UTC 2011 - idonmez@novell.com