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
*
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
*
Use static instead of anonymous namespace for helper functions. NFC.
Pawel Bylica
2015-11-02
1
-5
/
+2
*
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
2015-11-02
1
-21
/
+53
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-20
/
+20
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+2
*
ScanDirForExecutable on Windows fails to find executables with the "exe" exte...
Reid Kleckner
2015-09-10
1
-0
/
+4
*
Thread premissions through sys::fs::create_director{y|ies}
Frederic Riss
2015-08-06
1
-2
/
+3
*
Remove the configure and cmake checks for sys/wait.h
Justin Bogner
2015-08-04
2
-19
/
+1
*
Remove unnecessary in C++11 c_str() calls
Yaron Keren
2015-07-23
1
-18
/
+1
*
Rename RunCallBacksToRun to llvm::sys::RunSignalHandlers
Yaron Keren
2015-07-22
1
-1
/
+1
*
De-duplicate Unix & Windows CallBacksToRun
Yaron Keren
2015-07-22
1
-9
/
+1
*
Remove C++98 workaround in llvm::sys::DontRemoveFileOnSignal()
Yaron Keren
2015-07-22
1
-7
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
5
-7
/
+7
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
5
-7
/
+7
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-2
/
+3
*
Use auto instead of the long type name. NFC.
Steven Wu
2015-05-07
1
-2
/
+1
*
Fix another hang caused by ManagedStatic in SignalHandler
Steven Wu
2015-05-07
1
-4
/
+11
*
Fixes a hang that can occur if a signal comes in during malloc calls.
Chris Bieneman
2015-04-27
1
-0
/
+6
*
Fix build broken by incorrect class name.
Zachary Turner
2015-04-27
1
-3
/
+3
*
Make an RAII com initializer.
Zachary Turner
2015-04-27
1
-0
/
+27
*
Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.
Pete Cooper
2015-04-07
1
-2
/
+2
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)
Zachary Turner
2015-03-05
1
-21
/
+23
*
Small cleanup. Don't use else when not needed.
Davide Italiano
2015-02-21
1
-4
/
+2
*
Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.
Chris Bieneman
2015-02-19
1
-2
/
+10
*
[Support/Timer] Make GetMallocUsage() aware of jemalloc.
Davide Italiano
2015-02-19
1
-0
/
+10
[next]