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
*
Cleaning up static initializers in Signals.inc
Chris Bieneman
2014-08-29
1
-5
/
+4
*
Cleaning up static initializers in TimeValue.
Chris Bieneman
2014-08-29
1
-1
/
+1
*
Add an explicit cast to pacify implicit boolean conversion warnings.
Benjamin Kramer
2014-08-27
1
-1
/
+1
*
Merge TempDir and system_temp_directory.
Rafael Espindola
2014-08-26
1
-16
/
+60
*
Fix bug in llvm::sys::argumentsFitWithinSystemLimits().
Rafael Espindola
2014-08-25
1
-2
/
+2
*
Support: add llvm::unique_lock
Dylan Noblesmith
2014-08-23
1
-16
/
+17
*
Support: make LLVM Mutexes STL-compatible
Dylan Noblesmith
2014-08-23
1
-4
/
+4
*
Support/Unix: use ScopedLock wherever possible
Dylan Noblesmith
2014-08-23
1
-24
/
+22
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove dead code. Fixes pr20544.
Rafael Espindola
2014-08-08
1
-13
/
+0
*
Build fix for systems without futimes/futimens
Alp Toker
2014-06-30
1
-1
/
+1
*
lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the case
Julien Lerouge
2014-06-27
1
-1
/
+5
*
Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...
Daniel Sanders
2014-06-24
1
-2
/
+10
*
[mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...
Daniel Sanders
2014-06-24
1
-10
/
+2
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-5
/
+5
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
4
-87
/
+87
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
3
-1
/
+4
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
2
-24
/
+24
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
1
-31
/
+0
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
2
-40
/
+6
*
Uses generic_category instead of system_category.
Rafael Espindola
2014-06-11
2
-25
/
+25
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-2
/
+2
*
Turn errc and windows_error into enum classes.
Rafael Espindola
2014-05-31
1
-5
/
+5
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
3
-27
/
+27
*
delete dead code.
Rafael Espindola
2014-05-31
1
-29
/
+0
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
6
-46
/
+47
*
Teach the pass manager's execution dump to print the current time before
Chandler Carruth
2014-04-27
1
-3
/
+5
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-2
/
+2
*
Support: normalize the default triple on Unix
Saleem Abdulrasool
2014-03-30
1
-1
/
+1
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-7
/
+8
*
[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...
Argyrios Kyrtzidis
2014-03-21
1
-2
/
+2
*
support: add a utility function to normalise path separators
Saleem Abdulrasool
2014-03-11
1
-0
/
+13
*
Cleanup the interface for creating soft or hard links.
Rafael Espindola
2014-03-11
1
-2
/
+4
*
Revert create_symbolic_link and both depending changes
Reid Kleckner
2014-03-06
1
-13
/
+0
*
[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Argyrios Kyrtzidis
2014-03-06
1
-0
/
+13
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[C++11] Remove the R-value reference #if usage from the ADT and Support
Chandler Carruth
2014-03-01
1
-2
/
+0
*
Fix RWMutex to be thread-safe when pthread_rwlock is not available
Mark Seaborn
2014-03-01
1
-6
/
+14
*
Share a createUniqueEntity implementation between unix and windows.
Rafael Espindola
2014-02-24
1
-71
/
+6
*
Delete dead code.
Rafael Espindola
2014-02-24
1
-5
/
+0
*
Use static instead of an anonymous namespace.
Rafael Espindola
2014-02-23
1
-14
/
+12
*
Simplify remove, create_directory and create_directories.
Rafael Espindola
2014-02-23
1
-17
/
+11
*
Remove dead code.
Rafael Espindola
2014-02-13
1
-13
/
+0
*
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
Dmitri Gribenko
2014-02-11
1
-2
/
+2
*
Using the helper API for random number generation.
Aaron Ballman
2014-02-11
1
-1
/
+0
*
Fix configure to find arc4random via header files.
Todd Fiala
2014-02-05
1
-2
/
+2
*
Introduce llvm::sys::path::home_directory.
Peter Collingbourne
2014-01-31
1
-0
/
+15
*
Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile
Mark Seaborn
2014-01-27
1
-0
/
+1
*
Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
Hans Wennborg
2013-12-19
1
-1
/
+1
*
Build fix for Android NDK which has neither futimes nor futimens
Alp Toker
2013-12-11
1
-3
/
+6
[next]