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
...
*
Update the non-pthreads fallback for RWMutex on Unix
David Blaikie
2014-10-31
1
-6
/
+6
*
Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...
Chris Bieneman
2014-10-30
1
-0
/
+5
*
Fix bug where sys::Wait could wait on wrong pid.
Rafael Espindola
2014-10-27
1
-1
/
+0
*
Strength reduce constant-sized vectors into arrays. No functionality change.
Benjamin Kramer
2014-10-22
1
-8
/
+6
*
Unix/Signals.inc: Let findModulesAndOffsets() built conditionally regarding t...
NAKAMURA Takumi
2014-10-13
1
-2
/
+3
*
[Modules] Add some missing includes to make files compile stand-alone.
Benjamin Kramer
2014-10-12
1
-0
/
+3
*
Guard the definition of the stack tracing function with the same macros
Chandler Carruth
2014-10-11
1
-0
/
+2
*
Follow-up to r219534 to make symbolization more robust.
Alexey Samsonov
2014-10-10
1
-2
/
+7
*
Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
Alexey Samsonov
2014-10-10
1
-1
/
+140
*
Revert r219354. It seems to break some buildbots.
Alexey Samsonov
2014-10-08
1
-139
/
+1
*
Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
Alexey Samsonov
2014-10-08
1
-1
/
+139
*
Unix/Process: Don't use pthread_sigmask if we aren't built with threads
David Majnemer
2014-10-08
1
-1
/
+12
*
Attempt to calm down buildbots
David Majnemer
2014-10-07
1
-0
/
+3
*
Support: Don't call close again if we get EINTR
David Majnemer
2014-10-07
1
-0
/
+24
*
Support: Add a utility to remap std{in,out,err} to /dev/null if closed
David Majnemer
2014-10-06
1
-0
/
+59
*
Adding #ifdef around TermColorMutex based on feedback from Craig Topper.
Chris Bieneman
2014-09-24
1
-0
/
+2
*
Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.
NAKAMURA Takumi
2014-09-24
1
-1
/
+0
*
Unix/Host.inc: Wrap a comment line in 80-col.
NAKAMURA Takumi
2014-09-24
1
-1
/
+2
*
Unix/Host.inc: Remove leading whitespace. It had been here since r56942!
NAKAMURA Takumi
2014-09-24
1
-1
/
+1
*
Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...
Chris Bieneman
2014-09-22
1
-2
/
+4
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-26
/
+23
*
Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
2014-09-03
1
-0
/
+18
*
Cleaning up remaining static initializers in Signals.inc
Chris Bieneman
2014-09-02
1
-24
/
+31
*
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
[prev]
[next]