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
/
llvm
/
lib
/
Support
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an c++ itanium demangler to llvm.
Rafael Espindola
2016-09-06
1
-8
/
+2
*
Implement getRandomBytes() function
Eugene Leviant
2016-08-26
1
-0
/
+4
*
Preserve a pointer to the newly allocated signal stack as well. That too
Chandler Carruth
2016-08-24
1
-4
/
+6
*
Increase the size of the sigaltstack used by LLVM signal handlers. 8KB is not
Richard Smith
2016-08-24
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Add AIX support to Path.inc, Host.h, and CMake.
Chandler Carruth
2016-07-19
1
-2
/
+3
*
Use posix_fallocate instead of ftruncate.
Rafael Espindola
2016-07-19
1
-0
/
+9
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-13
1
-1
/
+86
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-2
/
+7
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-86
/
+1
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-03
1
-1
/
+86
*
[Support] Reapply cleanup r270643
Gerolf Hoflehner
2016-05-25
1
-39
/
+0
*
[Support] revert previous commit r270643
Gerolf Hoflehner
2016-05-25
1
-0
/
+39
*
[Support] Cleanup of an ancient Darwin work-around in Signals.inc (PR26174)
Gerolf Hoflehner
2016-05-25
1
-39
/
+0
*
Enable use of sigaltstack for signal handlers when available. With this,
Richard Smith
2016-05-23
1
-1
/
+1
*
Fix implicit type conversion. NFC.
Chris Bieneman
2016-05-21
1
-1
/
+1
*
Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. This
Richard Smith
2016-05-20
1
-2
/
+2
*
Add a configure-time check for the existence of sigaltstack. It seems that some
Richard Smith
2016-05-20
1
-2
/
+4
*
Reinstate r269992 (reverting r270267), but restricted to cases where glibc is
Richard Smith
2016-05-20
1
-4
/
+59
*
Create a sigaltstack when we register our signal handlers. Otherwise we'd very
Richard Smith
2016-05-20
1
-0
/
+31
*
Revert "Work around a glibc bug: backtrace() spuriously fails if..."
Chris Bieneman
2016-05-20
1
-51
/
+4
*
Work around a glibc bug: backtrace() spuriously fails if
Richard Smith
2016-05-18
1
-4
/
+51
*
Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...
Mehdi Amini
2016-05-14
1
-5
/
+0
*
Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...
Mehdi Amini
2016-05-14
1
-0
/
+5
*
[Support] Creation of minidump after compiler crash on Windows
Leny Kholodov
2016-05-04
1
-0
/
+2
*
Fix missing include on OpenBSD
Mehdi Amini
2016-04-08
1
-0
/
+1
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
6
-115
/
+64
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
6
-64
/
+115
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-04-01
1
-1
/
+31
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-04-01
1
-31
/
+1
*
Use const ref instead of value for Twine in the disk_space() API
Mehdi Amini
2016-03-31
1
-1
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-1
/
+31
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-03-31
1
-31
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-1
/
+31
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-2
/
+9
*
Revert "Add lastAccessedTime to file_status"
Mehdi Amini
2016-03-25
1
-9
/
+2
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-2
/
+9
*
Fix typo: XDS -> XDG
Sean Silva
2016-03-24
1
-3
/
+3
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-2
/
+2
*
[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...
Oleg Ranevskyy
2016-01-05
1
-2
/
+2
*
[SectionMemoryManager] Make better use of virtual memory
Keno Fischer
2015-12-16
1
-2
/
+3
*
Avoid buffered reads of /dev/urandom
Rafael Espindola
2015-12-11
1
-4
/
+9
*
Use array_lengthof instead of manually calculating it. NFC
Craig Topper
2015-12-01
1
-3
/
+2
*
[JIT/Memory] Fix up semantic of setExecutable().
Davide Italiano
2015-11-17
1
-4
/
+1
*
Combine ifdefs around dl_iterate_phdr in Unix/Signals.inc
Reid Kleckner
2015-11-09
1
-13
/
+8
*
Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
NAKAMURA Takumi
2015-11-08
1
-0
/
+7
*
Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())
Mehdi Amini
2015-11-05
1
-1
/
+2
*
Remove empty lines
Mehdi Amini
2015-11-05
1
-2
/
+2
*
[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
Reid Kleckner
2015-11-05
1
-87
/
+2
[next]