projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[mips][FastISel] Handle calls with non legal types i8 and i16.
[oota-llvm.git]
/
lib
/
Support
/
Unix
/
2015-05-07
Steven Wu
Use auto instead of the long type name. NFC.
tree
|
commitdiff
2015-05-07
Steven Wu
Fix another hang caused by ManagedStatic in SignalHandler
tree
|
commitdiff
2015-04-27
Chris Bieneman
Fixes a hang that can occur if a signal comes in during...
tree
|
commitdiff
2015-04-27
Zachary Turner
Fix build broken by incorrect class name.
tree
|
commitdiff
2015-04-27
Zachary Turner
Make an RAII com initializer.
tree
|
commitdiff
2015-04-07
Pete Cooper
Add boolean to PrintStackTraceOnErrorSignal to disable...
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Purge unused includes throughout libSupport.
tree
|
commitdiff
2015-03-05
Zachary Turner
Replace PrintStackTrace(FILE*) with PrintStackTrace...
tree
|
commitdiff
2015-02-21
Davide Italiano
Small cleanup. Don't use else when not needed.
tree
|
commitdiff
2015-02-19
Chris Bieneman
Checking if TARGET_OS_IPHONE is defined isn't good...
tree
|
commitdiff
2015-02-19
Davide Italiano
[Support/Timer] Make GetMallocUsage() aware of jemalloc.
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-12
Tim Northover
Triple: refactor redundant code.
tree
|
commitdiff
2015-01-30
Chris Bieneman
iOS doesn't have crt_externs.h available, so we fall...
tree
|
commitdiff
2015-01-29
Michael J. Spencer
[Support][Windows] Unify dialog box suppression and...
tree
|
commitdiff
2015-01-27
Petar Jovanovic
[mips] Use __clear_cache builtin instead of cacheflush()
tree
|
commitdiff
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
tree
|
commitdiff
2014-12-29
Alexey Samsonov
Remove unnecessary StringRef->std::string conversion.
tree
|
commitdiff
2014-12-15
David Majnemer
ThreadLocal: Move Unix-specific code out of Support...
tree
|
commitdiff
2014-12-15
David Majnemer
ThreadLocal: Return a mutable pointer if templated...
tree
|
commitdiff
2014-12-12
Rafael Espindola
MAP_FILE is the default. We don't need to add it.
tree
|
commitdiff
2014-12-12
Rafael Espindola
Move the resize file feature from mapped_file_region...
tree
|
commitdiff
2014-12-12
Rafael Espindola
Pass a FD to resise_file and add a testcase.
tree
|
commitdiff
2014-12-11
Rafael Espindola
Remove a convoluted way of calling close by moving...
tree
|
commitdiff
2014-12-11
Rafael Espindola
Remove dead code. NFC.
tree
|
commitdiff
2014-12-04
Rafael Espindola
Remove dead code. NFC.
tree
|
commitdiff
2014-12-02
Chandler Carruth
Fix several bugs in r221220's new program finding code.
tree
|
commitdiff
2014-11-05
Jiangning Liu
Revert 220932.
tree
|
commitdiff
2014-11-04
Rafael Espindola
Remove FindProgramByName. NFC.
tree
|
commitdiff
2014-11-04
Michael J. Spencer
[Support][Program] Add findProgramByName(Name, Optional...
tree
|
commitdiff
2014-10-31
David Blaikie
Update the non-pthreads fallback for RWMutex on Unix
tree
|
commitdiff
2014-10-30
Chris Bieneman
Removing the static initializer in ManagedStatic.cpp...
tree
|
commitdiff
2014-10-27
Rafael Espindola
Fix bug where sys::Wait could wait on wrong pid.
tree
|
commitdiff
2014-10-22
Benjamin Kramer
Strength reduce constant-sized vectors into arrays...
tree
|
commitdiff
2014-10-13
NAKAMURA Takumi
Unix/Signals.inc: Let findModulesAndOffsets() built...
tree
|
commitdiff
2014-10-12
Benjamin Kramer
[Modules] Add some missing includes to make files compi...
tree
|
commitdiff
2014-10-11
Chandler Carruth
Guard the definition of the stack tracing function...
tree
|
commitdiff
2014-10-10
Alexey Samsonov
Follow-up to r219534 to make symbolization more robust.
tree
|
commitdiff
2014-10-10
Alexey Samsonov
Re-land r219354: Use llvm-symbolizer to symbolize LLVM...
tree
|
commitdiff
2014-10-08
Alexey Samsonov
Revert r219354. It seems to break some buildbots.
tree
|
commitdiff
2014-10-08
Alexey Samsonov
Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
tree
|
commitdiff
2014-10-08
David Majnemer
Unix/Process: Don't use pthread_sigmask if we aren...
tree
|
commitdiff
2014-10-07
David Majnemer
Attempt to calm down buildbots
tree
|
commitdiff
2014-10-07
David Majnemer
Support: Don't call close again if we get EINTR
tree
|
commitdiff
2014-10-06
David Majnemer
Support: Add a utility to remap std{in,out,err} to...
tree
|
commitdiff
2014-09-24
Chris Bieneman
Adding #ifdef around TermColorMutex based on feedback...
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Remove <cstdlib>. It has been unused...
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Wrap a comment line in 80-col.
tree
|
commitdiff
2014-09-24
NAKAMURA Takumi
Unix/Host.inc: Remove leading whitespace. It had been...
tree
|
commitdiff
2014-09-22
Chris Bieneman
Converting terminalHasColors mutex to a global ManagedS...
tree
|
commitdiff
2014-09-11
Rafael Espindola
Misc cleanups to the FileSytem api.
tree
|
commitdiff
2014-09-03
Rafael Espindola
Add writeFileWithSystemEncoding to LibLLVMSuppor.
tree
|
commitdiff
2014-09-02
Chris Bieneman
Cleaning up remaining static initializers in Signals.inc
tree
|
commitdiff
2014-08-29
Chris Bieneman
Cleaning up static initializers in Signals.inc
tree
|
commitdiff
2014-08-29
Chris Bieneman
Cleaning up static initializers in TimeValue.
tree
|
commitdiff
2014-08-27
Benjamin Kramer
Add an explicit cast to pacify implicit boolean convers...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Merge TempDir and system_temp_directory.
tree
|
commitdiff
2014-08-25
Rafael Espindola
Fix bug in llvm::sys::argumentsFitWithinSystemLimits().
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: add llvm::unique_lock
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support: make LLVM Mutexes STL-compatible
tree
|
commitdiff
2014-08-23
Dylan Noblesmith
Support/Unix: use ScopedLock wherever possible
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-08
Rafael Espindola
Remove dead code. Fixes pr20544.
tree
|
commitdiff
2014-06-30
Alp Toker
Build fix for systems without futimes/futimens
tree
|
commitdiff
2014-06-27
Julien Lerouge
lldb can interrupt waitpid, so EINTR shouldn't be an...
tree
|
commitdiff
2014-06-24
Daniel Sanders
Revert: r211588 - [mips] Use __clear_cache builtin...
tree
|
commitdiff
2014-06-24
Daniel Sanders
[mips] Use __clear_cache builtin instead of cacheflush...
tree
|
commitdiff
2014-06-13
Rafael Espindola
Finishing touch for the std::error_code transition.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't put generic_category in the llvm namespace.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Implement get_magic with generic tools and inline it.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Uses generic_category instead of system_category.
tree
|
commitdiff
2014-05-31
Rafael Espindola
There is no std::errc::success, remove the llvm one.
tree
|
commitdiff
2014-05-31
Rafael Espindola
Turn errc and windows_error into enum classes.
tree
|
commitdiff
2014-05-31
Rafael Espindola
Use error_code() instead of error_code::succes()
tree
|
commitdiff
2014-05-31
Rafael Espindola
delete dead code.
tree
|
commitdiff
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
tree
|
commitdiff
2014-04-27
Chandler Carruth
Teach the pass manager's execution dump to print the...
tree
|
commitdiff
2014-04-12
Benjamin Kramer
Retire llvm::array_endof in favor of non-member std...
tree
|
commitdiff
2014-03-30
Saleem Abdulrasool
Support: normalize the default triple on Unix
tree
|
commitdiff
2014-03-29
Tim Northover
ARM64: initial backend import
tree
|
commitdiff
2014-03-21
Argyrios Kyrtzidis
[Support] Make sure sys::fs::remove can remove symbolic...
tree
|
commitdiff
2014-03-11
Saleem Abdulrasool
support: add a utility function to normalise path separ...
tree
|
commitdiff
2014-03-11
Rafael Espindola
Cleanup the interface for creating soft or hard links.
tree
|
commitdiff
2014-03-06
Reid Kleckner
Revert create_symbolic_link and both depending changes
tree
|
commitdiff
2014-03-06
Argyrios Kyrtzidis
[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
tree
|
commitdiff
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::tie with std::tie.
tree
|
commitdiff
2014-03-01
Chandler Carruth
[C++11] Remove the R-value reference #if usage from...
tree
|
commitdiff
2014-03-01
Mark Seaborn
Fix RWMutex to be thread-safe when pthread_rwlock is...
tree
|
commitdiff
2014-02-24
Rafael Espindola
Share a createUniqueEntity implementation between unix...
tree
|
commitdiff
2014-02-24
Rafael Espindola
Delete dead code.
tree
|
commitdiff
2014-02-23
Rafael Espindola
Use static instead of an anonymous namespace.
tree
|
commitdiff
2014-02-23
Rafael Espindola
Simplify remove, create_directory and create_directories.
tree
|
commitdiff
2014-02-13
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2014-02-11
Dmitri Gribenko
Remove TimeValue::toPosixTime() -- it is buggy, semanti...
tree
|
commitdiff
2014-02-11
Aaron Ballman
Using the helper API for random number generation.
tree
|
commitdiff
2014-02-05
Todd Fiala
Fix configure to find arc4random via header files.
tree
|
commitdiff
2014-01-31
Peter Collingbourne
Introduce llvm::sys::path::home_directory.
tree
|
commitdiff
next