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
*
Don't attempt to validate the output of %p.
Ed Schouten
2015-03-16
1
-12
/
+21
*
Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...
Marshall Clow
2015-03-16
2
-0
/
+22
*
Don't hardcode the Czech locale name.
Ed Schouten
2015-03-16
11
-30
/
+44
*
Make *abs() and *div() work on CloudABI.
Ed Schouten
2015-03-16
2
-0
/
+8
*
Don't hardcode the locale name string.
Ed Schouten
2015-03-16
1
-1
/
+2
*
Remove unneeded initialisation of fenv_t and fexcept_t.
Ed Schouten
2015-03-15
1
-2
/
+2
*
Fix build break on Solaris introduced by r231940
Jonathan Roelofs
2015-03-13
1
-0
/
+2
*
Update copyright year to 2015.
Renato Golin
2015-03-12
1
-1
/
+1
*
Also enable the default rune table on CloudABI.
Ed Schouten
2015-03-12
1
-1
/
+1
*
Add option to disable access to the global filesystem namespace.
Ed Schouten
2015-03-12
15
-0
/
+104
*
Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
2015-03-11
3
-30
/
+95
*
Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
2015-03-11
2
-11
/
+17
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
3
-9
/
+5
*
Copy data files to the remote runner.
Dan Albert
2015-03-10
2
-18
/
+30
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
36
-35
/
+39
*
Factor out RemoteExecutor from SSHExecutor.
Dan Albert
2015-03-10
1
-35
/
+50
*
Also use LC_C_LOCALE on CloudABI.
Ed Schouten
2015-03-10
1
-1
/
+1
*
Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.
Ed Schouten
2015-03-10
1
-1
/
+2
*
Don't include <sys/sysctl.h> on CloudABI.
Ed Schouten
2015-03-10
1
-2
/
+2
*
Print log/error messages on stderr, not stdout
Ed Schouten
2015-03-10
3
-10
/
+10
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
4
-45
/
+78
*
[libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Eric Fiselier
2015-03-10
2
-3
/
+37
*
Fix another -Wunused-local-typedef warning in include/__tree.
Dimitry Andric
2015-03-09
1
-1
/
+0
*
Move test to use correct suffix
Eric Fiselier
2015-03-09
1
-0
/
+0
*
Add TrackedValue to test/support. Thanks to Louis Dionne
Eric Fiselier
2015-03-09
1
-0
/
+50
*
Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...
Marshall Clow
2015-03-09
3
-27
/
+57
*
Add CloudABI locale names to platform_support.h.
Ed Schouten
2015-03-09
1
-0
/
+10
*
Oops. This arg is passed, just ignored.
Dan Albert
2015-03-06
1
-3
/
+0
*
Fix the PrefixExecutor.
Dan Albert
2015-03-06
1
-3
/
+6
*
Remove unneeded python import
Eric Fiselier
2015-03-06
1
-1
/
+0
*
Run ShTests when the executor is an instance of LocalExecutor
Eric Fiselier
2015-03-05
1
-1
/
+3
*
Rework reverse_iterator::operator[] so as not to use the base iterators opera...
Marshall Clow
2015-03-05
1
-1
/
+1
*
Move the <dynarray> tests out of the std/ hierarchy, since it's not really pa...
Marshall Clow
2015-03-04
12
-0
/
+0
*
Nbjoerg suggested a better name for the macro for the default rune table: _LI...
Marshall Clow
2015-03-04
1
-1
/
+1
*
Create a default rune table for libc++. Initial setting - never enabled. The ...
Marshall Clow
2015-03-04
1
-0
/
+82
*
Allow declaration of map and multimap iterator with incomplete mapped type. P...
Eric Fiselier
2015-03-03
4
-35
/
+91
*
Add better tests for ctype<char>::classic_table
Marshall Clow
2015-03-03
1
-0
/
+36
*
[libcxx] Add support for linking libc++ against a static ABI library.
Eric Fiselier
2015-03-03
4
-6
/
+35
*
cmath: account for MSVCRT 12.0 changes
Saleem Abdulrasool
2015-02-28
2
-3
/
+13
*
Add self to CREDITS.txt
Jonathan Roelofs
2015-02-26
1
-0
/
+4
*
Add remote testing support to the lit config.
Jonathan Roelofs
2015-02-26
6
-21
/
+249
*
libc++: support newlib's ctype
JF Bastien
2015-02-25
2
-7
/
+23
*
Add trailing return types (and noexcept specifications) to the 'diamond opera...
Marshall Clow
2015-02-25
2
-19
/
+57
*
Make the forward declaration for array swap have the same inline/visibility a...
Marshall Clow
2015-02-24
1
-0
/
+1
*
Remove XFAIL on string view test for apples clang compiler. Thanks to Marshal...
Eric Fiselier
2015-02-24
1
-1
/
+1
*
Reword ELAST warning
JF Bastien
2015-02-24
1
-1
/
+1
*
Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo f...
Marshall Clow
2015-02-23
1
-4
/
+1
*
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...
Eric Fiselier
2015-02-21
3
-2
/
+22
*
[libcxx] Move to using libc++abi2.exp as the default symbol list for libc++
Eric Fiselier
2015-02-21
3
-1
/
+9
*
Add self to CREDITS.TXT
Larisse Voufo
2015-02-20
1
-0
/
+3
[next]