- Aug 08, 2013
-
-
Marshall Clow authored
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019
-
Fariborz Jahanian authored
llvm-svn: 188018
-
Akira Hatanaka authored
llvm-svn: 188017
-
Akira Hatanaka authored
No functionality change. llvm-svn: 188016
-
Sean Callanan authored
on curses. llvm-svn: 188015
-
David Fang authored
llvm-svn: 188014
-
Fariborz Jahanian authored
migrate to @property with getter name starting with 'is'. llvm-svn: 188013
-
Arnold Schwaighofer authored
This reverts commit r187939. It broke an O0 build of a spec benchmark. llvm-svn: 188012
-
Rui Ueyama authored
llvm-svn: 188011
-
Daniel Dunbar authored
llvm-svn: 188010
-
Daniel Dunbar authored
- This is a more sensible behavior than printing and also running tests. llvm-svn: 188009
-
Daniel Dunbar authored
llvm-svn: 188008
-
Daniel Dunbar authored
llvm-svn: 188007
-
Daniel Dunbar authored
llvm-svn: 188006
-
Fariborz Jahanian authored
setter/getter methods which can be migrated to a @property. llvm-svn: 188005
-
David Fang authored
this records relocation entries in the mach-o object file for PIC code generation. tested on powerpc-darwin8, validated against darwin otool -rvV llvm-svn: 188004
-
Hans Wennborg authored
Differential Revision: http://llvm-reviews.chandlerc.com/D1329 llvm-svn: 188000
-
Rafael Espindola authored
We were exposing the extra alignment given to large arrays. The new behavior matches gcc, which is a good thing since this is a gcc extension. Thanks to Joerg Sonnenberger for noticing it. While at it, centralize the method description in the .h file. llvm-svn: 187999
-
Reid Kleckner authored
This reverts commit r187991 and adjusts the comment. /Za is much more involved, and we don't want to give anyone the impression we actually support it. llvm-svn: 187998
-
Howard Hinnant authored
My previous reorganization of addressof broke -std=c++03. Thanks much to Arnold Schwaighofer for catching this. This patch also catches a few more missing addressof in <future>, thanks go to Zhihao Yuan for catching these. llvm-svn: 187997
-
Sean Callanan authored
operations. <rdar://problem/14656908> llvm-svn: 187996
-
Matt Kopec authored
llvm-svn: 187995
-
Stefanus Du Toit authored
Also bump the minor version number and update libclang.exports. Reviewed by: Dmitri Gribenko, Doug Gregor llvm-svn: 187994
-
Hans Wennborg authored
There hasn't been a separate cc1 option table since r155916. llvm-svn: 187993
-
Alexey Samsonov authored
llvm-svn: 187992
-
Hans Wennborg authored
The /Za flag should probably do more, but let's start with this. Differential Revision: http://llvm-reviews.chandlerc.com/D1320 llvm-svn: 187991
-
David Blaikie authored
Patch by Richard (legalize@xmission.com) llvm-svn: 187990
-
Jordan Rose authored
llvm-svn: 187989
-
Niels Ole Salscheider authored
llvm-svn: 187988
-
Niels Ole Salscheider authored
llvm-svn: 187987
-
Jakub Staszak authored
llvm-svn: 187986
-
Silviu Baranga authored
Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16. llvm-svn: 187985
-
Jakub Staszak authored
llvm-svn: 187984
-
Evgeniy Stepanov authored
Implementation uses __thread not available on certain platforms. llvm-svn: 187983
-
Evgeniy Stepanov authored
llvm-svn: 187982
-
Tobias Grosser authored
Contributed-by:
Star Tan <tanmx_star@yeah.net> llvm-svn: 187981
-
Dmitry Vyukov authored
llvm-svn: 187980
-
Edwin Vane authored
Summary: This patch adds tooling::deduplicate() which removes duplicates from and looks for conflicts in a vector of Replacements. Differential Revision: http://llvm-reviews.chandlerc.com/D1314 llvm-svn: 187979
-
Evgeniy Stepanov authored
llvm-svn: 187978
-
Alexey Samsonov authored
llvm-svn: 187977
-