- Jan 22, 2013
-
-
Howard Hinnant authored
llvm-svn: 173164
-
- Jan 21, 2013
-
-
Howard Hinnant authored
llvm-svn: 173084
-
Howard Hinnant authored
llvm-svn: 173060
-
- Jan 16, 2013
-
-
Howard Hinnant authored
Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. llvm-svn: 172631
-
- Jan 15, 2013
-
-
Howard Hinnant authored
llvm-svn: 172542
-
- Jan 14, 2013
-
-
Howard Hinnant authored
llvm-svn: 172461
-
-
Howard Hinnant authored
Fix string conversions functions to throw out_of_range properly. Fixes http://llvm.org/bugs/show_bug.cgi?id=14919. llvm-svn: 172447
-
Howard Hinnant authored
Michael van der Westhuizen: Improve support for testing on Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14892. llvm-svn: 172436
-
-
- Jan 11, 2013
-
-
Howard Hinnant authored
llvm-svn: 172250
-
- Jan 09, 2013
-
-
Marshall Clow authored
llvm-svn: 171980
-
- Jan 05, 2013
-
-
Marshall Clow authored
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
-
- Jan 04, 2013
-
-
Howard Hinnant authored
llvm-svn: 171498
-
Marshall Clow authored
llvm-svn: 171479
-
- Jan 03, 2013
-
-
Marshall Clow authored
llvm-svn: 171456
-
Marshall Clow authored
llvm-svn: 171452
-
Marshall Clow authored
llvm-svn: 171443
-
- Jan 01, 2013
-
-
Howard Hinnant authored
llvm-svn: 171347
-
NAKAMURA Takumi authored
llvm-svn: 171342
-
- Dec 31, 2012
-
-
Howard Hinnant authored
llvm-svn: 171321
-
Michael J. Spencer authored
You can now configure from the command line using: -DLIBCXX_CXX_ABI=libsupc++ -DLIBCXX_LIBSUPCXX_INCLUDE_PATHS="path;path Also documents how to build on Linux. llvm-svn: 171316
-
Chandler Carruth authored
inlined. Patch by Saleem Abdulrasool, reviewed by Michael Spencer and Richard Smith. llvm-svn: 171276
-
Chandler Carruth authored
phabricator code review site easier with libc++. llvm-svn: 171275
-
- Dec 29, 2012
-
-
Howard Hinnant authored
Remove test for eof from istreambuf_iterator constructors. It is no longer necessary and potentially violates the constructor's noexcept spec. llvm-svn: 171232
-
- Dec 28, 2012
-
-
Howard Hinnant authored
inlined. These do not need to be always-inlined for ABI stability because they are not exported beyond this source due to the unnamed namespace. Also simplified use of the Wmissing-field-initializers pragma as was done for clang. llvm-svn: 171202
-
Howard Hinnant authored
llvm-svn: 171174
-
Howard Hinnant authored
llvm-svn: 171173
-
- Dec 27, 2012
-
-
Howard Hinnant authored
llvm-svn: 171169
-
Howard Hinnant authored
llvm-svn: 171167
-
Howard Hinnant authored
llvm-svn: 171165
-
- Dec 22, 2012
-
-
Chad Rosier authored
llvm-svn: 170967
-
- Dec 20, 2012
-
-
-
Howard Hinnant authored
Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http://llvm.org/bugs/show_bug.cgi?id=14670. llvm-svn: 170703
-
Richard Smith authored
intrinsic. This relies upon the fact that overload resolution does not check access and ambiguity for a derived-to-base conversion. This passes all is_base_of tests in the test suite. llvm-svn: 170662
-
- Dec 18, 2012
-
-
Marshall Clow authored
llvm-svn: 170435
-
- Dec 13, 2012
-
-
Howard Hinnant authored
llvm-svn: 170062
-
- Dec 12, 2012
-
-
Howard Hinnant authored
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585. llvm-svn: 170026
-
- Dec 09, 2012
-
-
Howard Hinnant authored
llvm-svn: 169686
-
- Nov 30, 2012
-
-
Michael J. Spencer authored
llvm-svn: 169036
-