index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tests] Add support for a link_flags lit parameter.
Daniel Dunbar
2013-02-12
1
-15
/
+31
*
[tests] Another batch of timeout increases.
Daniel Dunbar
2013-02-11
8
-12
/
+12
*
Michael van der Westhuizen: Update instructions for building on Linux.
Howard Hinnant
2013-02-08
1
-0
/
+75
*
Add Michael van der Westhuizen to CREDITS.TXT
Howard Hinnant
2013-02-08
1
-0
/
+3
*
Michael van der Westhuizen: update to CMake.
Howard Hinnant
2013-02-08
1
-110
/
+59
*
[tests] Another batch of timeout increases.
Daniel Dunbar
2013-02-08
5
-5
/
+5
*
[tests] Add back stdc macros I accidentally refactored out.
Daniel Dunbar
2013-02-08
1
-0
/
+1
*
[tests] Increase a bunch of wait limits.
Daniel Dunbar
2013-02-08
11
-12
/
+12
*
Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates tr...
Marshall Clow
2013-02-07
1
-1
/
+1
*
Belt and suspenders when calling sysconf
Marshall Clow
2013-02-07
1
-1
/
+3
*
Another libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-1
/
+1
*
More libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-2
/
+6
*
Revert accidental check-in. These changes are probably good, but premature a...
Howard Hinnant
2013-02-07
4
-35
/
+8
*
Michael van der Westhuizen: The attached patch add support for building again...
Howard Hinnant
2013-02-07
5
-8
/
+118
*
Clean up some warnings for Linux build; No functionality change
Marshall Clow
2013-02-07
1
-43
/
+50
*
[build/Darwin] Use the correct libc++abi reexport list.
Daniel Dunbar
2013-02-07
1
-1
/
+9
*
[build] Detabify.
Daniel Dunbar
2013-02-07
1
-44
/
+44
*
Marcin Zalewski: Change the name of a template parameter in __copy_backward ...
Howard Hinnant
2013-02-06
1
-2
/
+2
*
Give a lot more timing latitude to some of the timing tests. Busy buildbots a...
Howard Hinnant
2013-02-06
5
-8
/
+8
*
[tests] Infer the cxx_under_test (as clang++).
Daniel Dunbar
2013-02-06
1
-4
/
+11
*
[tests] Change test default to run against locally built library.
Daniel Dunbar
2013-02-06
1
-3
/
+3
*
[tests] Enable use_system_lib support on Linux.
Daniel Dunbar
2013-02-06
1
-1
/
+2
*
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
Daniel Dunbar
2013-02-06
16
-0
/
+80
*
[build] Create the link for the final library install name in the lib dir.
Daniel Dunbar
2013-02-06
1
-0
/
+15
*
[tests] Accept XFAIL arguments that match any part of a feature.
Daniel Dunbar
2013-02-06
1
-3
/
+4
*
[tests] XFAIL some locale tests that don't seem to work on any Darwin.
Daniel Dunbar
2013-02-05
8
-0
/
+16
*
[tests] If no explicit target triple is given, try to infer it.
Daniel Dunbar
2013-02-05
1
-2
/
+7
*
[tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
2013-02-05
1
-0
/
+2
*
[tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
2013-02-05
1
-0
/
+2
*
[tests] Mark some string.conversions expected failures (with system libc++).
Daniel Dunbar
2013-02-05
2
-0
/
+6
*
[tests] XFAIL a few things that require libc (?) support missing on Darwin.
Daniel Dunbar
2013-02-05
4
-0
/
+8
*
[tests] Mark some istream.unformatted expected failures (with system libc++).
Daniel Dunbar
2013-02-05
4
-0
/
+9
*
[tests] Add an available feature that combines the triple and use_system_lib.
Daniel Dunbar
2013-02-05
1
-0
/
+8
*
[tests] Add support for REQUIRES and XFAIL lines in libc++ tests.
Daniel Dunbar
2013-02-05
1
-1
/
+68
*
[tests] Add a 'use_system_lib' parameter.
Daniel Dunbar
2013-02-05
1
-11
/
+37
*
Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...
Howard Hinnant
2013-01-22
2
-20
/
+20
*
Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...
Howard Hinnant
2013-01-22
1
-1
/
+1
*
Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with lib...
Howard Hinnant
2013-01-22
1
-0
/
+1
*
Implement the ATOMIC_*_LOCK_FREE macros.
Howard Hinnant
2013-01-21
1
-8
/
+12
*
Donated anonymously: This enables GCC 4.8.0 to build libc++.
Howard Hinnant
2013-01-21
2
-2
/
+2
*
Make a few tests optimization-proof. These tests were failing under -O3 beca...
Howard Hinnant
2013-01-16
4
-4
/
+4
*
Optimize basic_ostream::write by having it call sputn instead of sputc.
Howard Hinnant
2013-01-15
1
-11
/
+2
*
Make <cmath> classification macros work with integral types.
Howard Hinnant
2013-01-14
2
-42
/
+60
*
Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...
Howard Hinnant
2013-01-14
2
-2
/
+6
*
Fix string conversions functions to throw out_of_range properly. Fixes http:...
Howard Hinnant
2013-01-14
3
-62
/
+80
*
Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...
Howard Hinnant
2013-01-14
2
-6
/
+30
*
Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/s...
Howard Hinnant
2013-01-14
3
-2
/
+8
*
Fix exception safety bug in vector::push_back
Howard Hinnant
2013-01-11
8
-3
/
+446
*
Made test output iterators have value_type of 'void'; matches ones in library
Marshall Clow
2013-01-09
2
-1
/
+14
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
364
-388
/
+389
[next]