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
*
[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
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Triple: refactor redundant code.
Tim Northover
2015-02-12
1
-19
/
+5
*
iOS doesn't have crt_externs.h available, so we fall back to the posix method.
Chris Bieneman
2015-01-30
1
-2
/
+5
*
[Support][Windows] Unify dialog box suppression and print stack traces on abort.
Michael J. Spencer
2015-01-29
1
-0
/
+2
*
[mips] Use __clear_cache builtin instead of cacheflush()
Petar Jovanovic
2015-01-27
1
-13
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+3
*
Remove unnecessary StringRef->std::string conversion.
Alexey Samsonov
2014-12-29
1
-1
/
+1
*
ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp
David Majnemer
2014-12-15
1
-0
/
+43
*
ThreadLocal: Return a mutable pointer if templated with a non-const type
David Majnemer
2014-12-15
1
-1
/
+1
*
MAP_FILE is the default. We don't need to add it.
Rafael Espindola
2014-12-12
1
-3
/
+0
*
Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
2014-12-12
1
-13
/
+1
*
Pass a FD to resise_file and add a testcase.
Rafael Espindola
2014-12-12
1
-5
/
+2
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-46
/
+6
*
Remove dead code. NFC.
Rafael Espindola
2014-12-11
1
-33
/
+0
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
3
-34
/
+6
[next]