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
...
*
[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
*
[Support] mapped_file_region: store size as size_t
Roman Lebedev
2017-09-27
1
-7
/
+1
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-6
/
+6
*
Minor style fixes in lib/Support/**/Program.(inc|cpp).
Alexander Kornienko
2017-09-06
1
-32
/
+30
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-4
/
+4
*
[Support] Remove getPathFromOpenFD, it was unused
Reid Kleckner
2017-08-04
1
-47
/
+0
*
Remove Bitrig: LLVM Changes
Erich Keane
2017-07-21
2
-9
/
+8
*
Allow clients to specify search order of DynamicLibraries.
Frederich Munch
2017-07-12
1
-0
/
+3
*
[Solaris] get rid of _RESTRICT_KYWD warning during the build
Kamil Rytarowski
2017-07-08
1
-3
/
+0
*
[Support] sys::getProcessTriple should return a macOS triple using
Alex Lorenz
2017-07-07
1
-6
/
+19
*
Recommit "[Support] Add RetryAfterSignal helper function"
Pavel Labath
2017-06-29
2
-17
/
+7
*
Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix
Pavel Labath
2017-06-22
2
-7
/
+17
*
[Support] Add RetryAfterSignal helper function
Pavel Labath
2017-06-21
2
-17
/
+7
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
1
-1
/
+12
[prev]
[next]