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
...
*
[llvm] [Support] Reimplement getMainExecutable() using sysctl on NetBSD
Michal Gorny
2019-03-03
1
-2
/
+18
*
Fix non-Windows platforms build break introduced by r355065. Fixes:
Alexandre Ganea
2019-02-28
1
-0
/
+1
*
[Memory] Add basic support for large/huge memory pages
Alexandre Ganea
2019-02-28
1
-1
/
+2
*
Add OpenBSD support to be able to get the thread name
Brad Smith
2019-02-07
1
-0
/
+6
*
build: Remove the cmake check for malloc.h.
Peter Collingbourne
2019-02-06
1
-4
/
+1
*
MemoryBlock: Do not automatically extend a given size to a multiple of page s...
Rui Ueyama
2019-01-23
1
-6
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
14
-56
/
+42
*
[Support] Fix GNU/kFreeBSD build
Eli Friedman
2018-12-18
1
-1
/
+1
*
[Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...
Argyrios Kyrtzidis
2018-11-26
1
-5
/
+16
*
[FileSystem] Add expand_tilde function
Jonas Devlieghere
2018-11-13
1
-0
/
+12
*
Fix DragonFlyBSD build
David Carlier
2018-11-10
1
-1
/
+3
*
Commit missing comment edit and use correct cast to fix std::min overload
Reid Kleckner
2018-10-23
1
-5
/
+5
*
[hurd] Make getMainExecutable get the real binary path
Reid Kleckner
2018-10-23
1
-7
/
+27
*
Add support for GNU Hurd in Path.inc and other places
Sylvestre Ledru
2018-10-23
1
-3
/
+8
*
[Support] exit with custom return code for SIGPIPE
Nick Desaulniers
2018-10-12
1
-0
/
+5
*
Remove dead function user_cache_directory()
Nico Weber
2018-09-18
1
-23
/
+0
*
[Support] sys::fs::directory_entry includes the file_type.
Kristina Brooks
2018-09-12
1
-33
/
+46
*
Use a lambda for calls to ::open in RetryAfterSignal
Hans Wennborg
2018-08-27
2
-3
/
+8
*
[Support] NFC: Allow modifying access/modification times independently in sys...
Jordan Rupprecht
2018-08-13
1
-4
/
+9
*
[Support] Build fix for Haiku when checking for a local filesystem
Tim Northover
2018-07-18
1
-0
/
+3
*
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
[prev]
[next]