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 OpenBSD support to the Threading code
Brad Smith
2018-06-23
1
-3
/
+5
*
Fix namespaces. No functionality change.
Benjamin Kramer
2018-06-16
1
-0
/
+2
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-2
/
+1
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-7
/
+28
*
Fix build errors on some configurations
Pavel Labath
2018-06-11
2
-3
/
+3
*
Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
1
-6
/
+4
*
Cleanup. NFC
Fangrui Song
2018-06-10
2
-2
/
+2
*
Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""
Zachary Turner
2018-06-10
1
-4
/
+6
*
Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
1
-6
/
+4
*
commandLineFitsWithinSystemLimits Overestimates System Limits
Alexander Kornienko
2018-06-08
1
-1
/
+12
*
Clean up some code in Program.
Zachary Turner
2018-06-08
1
-0
/
+2
*
Add a file open flag that disables O_CLOEXEC.
Zachary Turner
2018-06-08
1
-4
/
+7
*
Expose a single global file open function.
Zachary Turner
2018-06-07
1
-35
/
+14
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-44
/
+81
*
[Support] Use zx_cache_flush on Fuchsia to flush instruction cache
Petr Hosek
2018-06-06
1
-1
/
+10
*
[Support] Add functions that operate on native file handles on Windows.
Zachary Turner
2018-06-04
1
-0
/
+26
*
[Support] Avoid normalization in sys::getDefaultTargetTriple
Petr Hosek
2018-05-25
1
-1
/
+1
*
Revert 332750, llvm part (see comment on D46910).
Nico Weber
2018-05-20
1
-1
/
+1
*
[Support] Avoid normalization in sys::getDefaultTargetTriple
Petr Hosek
2018-05-18
1
-1
/
+1
*
Signal handling should be signal-safe
JF Bastien
2018-05-16
1
-73
/
+161
*
[Unix] Indent ChangeStd{in,out}ToBinary.
Fangrui Song
2018-05-16
1
-4
/
+4
*
Revert "Signal handling should be signal-safe"
JF Bastien
2018-05-16
1
-161
/
+73
*
Signal handling should be signal-safe
JF Bastien
2018-05-16
1
-73
/
+161
*
[NFC] pull a function into its own lambda
JF Bastien
2018-05-15
1
-19
/
+21
*
[NFC] Update comments
JF Bastien
2018-05-15
1
-20
/
+19
*
[Support] Support building LLVM for Fuchsia
Petr Hosek
2018-05-03
1
-0
/
+3
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
5
-0
/
+7
*
Remove a dead #ifdef.
Nico Weber
2018-04-30
1
-2
/
+0
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-1
/
+1
*
[cmake] Improve pthread_[gs]etname_np detection code
Pavel Labath
2018-04-18
1
-2
/
+0
*
Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArguments
Rui Ueyama
2018-04-17
1
-9
/
+0
*
Remove HAVE_DIRENT_H.
Nico Weber
2018-04-02
1
-17
/
+2
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Silence warning about unused private variable.
Zachary Turner
2018-02-15
1
-1
/
+3
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Specify namespace for realloc
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Fix off-by-one in set_thread_name which causes truncation to fail on Linux
Sam McCall
2018-02-13
1
-1
/
+2
*
Fallback option for colorized output when terminfo isn't available
Petr Hosek
2018-01-19
1
-0
/
+15
*
[Support] Use realpath(3) instead of trying to open a file.
Davide Italiano
2018-01-09
1
-6
/
+6
*
[ARM][AArch64] Workaround ARM/AArch64 peculiarity in clearing icache.
Peter Smith
2017-11-28
1
-4
/
+24
*
[Support] Support NetBSD PaX MPROTECT in sys::Memory.
Lang Hames
2017-11-16
1
-123
/
+4
*
[Support/UNIX] posix_fallocate() can fail with EINVAL.
Davide Italiano
2017-11-07
1
-1
/
+1
*
Temporary workaround for msan false positive.
Sam McCall
2017-11-02
1
-1
/
+1
*
[DynamicLibrary] Fix build on musl libc
Keno Fischer
2017-10-26
1
-1
/
+1
*
Don't try to use a non-existent header on FreeBSD/mips.
John Baldwin
2017-10-25
1
-1
/
+1
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-7
/
+13
*
[Support] mapped_file_region::size() returns size_t
Roman Lebedev
2017-09-27
1
-1
/
+1
[next]