index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226
Stephen Hines
2013-03-05
6
-21
/
+53
|
\
|
*
Rewrite comments.
Dan Gohman
2013-02-20
1
-3
/
+5
|
*
Add comment in Memory.inc explaining r175646.
Krzysztof Parzyszek
2013-02-20
1
-0
/
+7
|
*
SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.
Dan Gohman
2013-02-20
1
-2
/
+2
|
*
On PowerPC, the cache-flush instructions dcbf and icbi are treated as
Krzysztof Parzyszek
2013-02-20
1
-0
/
+4
|
*
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-19
1
-1
/
+2
|
*
Workaround an MSan false positive.
Evgeniy Stepanov
2013-02-14
1
-0
/
+2
|
*
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-04
1
-0
/
+5
|
*
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-28
1
-1
/
+5
|
*
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-10
1
-4
/
+7
|
*
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
1
-11
/
+15
*
|
Merge remote-tracking branch 'upstream/master' into merge-llvm
Stephen Hines
2013-01-21
7
-113
/
+301
|
\
\
|
|
/
|
*
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
1
-1
/
+1
|
*
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-05
1
-1
/
+1
|
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
1
-22
/
+40
|
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
1
-18
/
+0
|
*
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
1
-5
/
+0
|
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
2
-9
/
+9
|
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
1
-4
/
+7
|
*
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
1
-20
/
+0
|
*
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
1
-1
/
+1
|
*
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
1
-0
/
+6
|
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-3
/
+3
|
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
2
-3
/
+3
|
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-1
/
+1
|
*
PathV2: Fix a possible infinite loop.
Daniel Dunbar
2012-11-15
1
-3
/
+4
|
*
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-17
1
-9
/
+21
|
*
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
1
-1
/
+1
|
*
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-09-26
1
-4
/
+13
|
*
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-21
1
-1
/
+1
|
*
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-19
1
-12
/
+186
|
*
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-11
1
-0
/
+8
*
|
Merge branch 'upstream' into merge-2012_09_10
Stephen Hines
2012-09-10
1
-3
/
+3
|
\
\
|
|
/
|
*
Whitespace.
NAKAMURA Takumi
2012-09-06
1
-2
/
+2
|
*
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
NAKAMURA Takumi
2012-09-06
1
-1
/
+1
*
|
Merge branch 'upstream' into merge_2
Stephen Hines
2012-08-23
3
-5
/
+124
|
\
\
|
|
/
|
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
1
-1
/
+1
|
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
1
-0
/
+112
|
*
stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc
Joerg Sonnenberger
2012-08-10
1
-0
/
+6
|
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
2
-5
/
+6
*
|
Merge with LLVM upstream r160668 (Jul 24th 2012)
Shih-wei Liao
2012-08-03
5
-64
/
+173
|
\
\
|
|
/
|
*
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
1
-6
/
+8
|
*
Fixed few warnings.
Galina Kistanova
2012-07-12
1
-1
/
+2
|
*
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-20
1
-7
/
+71
|
*
Don't call 'FilesToRemove[0]' when the vector is empty, even to compute
Chandler Carruth
2012-06-16
1
-1
/
+1
|
*
Harden the Unix signals code to be more async signal safe.
Chandler Carruth
2012-06-16
1
-9
/
+41
|
*
Use access(2) instead of stat(2) to check if a file exists.
Benjamin Kramer
2012-06-02
1
-2
/
+1
|
*
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-11
1
-3
/
+4
|
*
[Support] Fix sys::GetRandomNumber() to always use a high quality seed.
Daniel Dunbar
2012-05-08
1
-5
/
+15
|
*
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
1
-1
/
+14
[next]