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
/
System
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo: Exectuable -> Executable
Peter Collingbourne
2010-11-17
1
-1
/
+1
*
This is the first step in adding sane error handling support to LLVMSystem.
Michael J. Spencer
2010-11-16
4
-0
/
+298
*
Fix Whitespace.
Michael J. Spencer
2010-11-10
1
-6
/
+6
*
System/Win32/Path: Implement isSymLink.
Michael J. Spencer
2010-11-10
1
-1
/
+9
*
Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...
NAKAMURA Takumi
2010-11-10
1
-1
/
+2
*
System/Path/Windows: Implement GetLLVMDefaultConfigDir.
Michael J. Spencer
2010-11-09
1
-2
/
+4
*
System/Path/Windows: Generalize GetUserHomeDirectory.
Michael J. Spencer
2010-11-09
1
-8
/
+9
*
System/Path/Windows: Make GetSystemLibraryPaths more generic.
Michael J. Spencer
2010-11-09
2
-2
/
+28
*
System/Windows: Reduce dependencies.
Michael J. Spencer
2010-11-09
1
-0
/
+1
*
System/Windows: Use normalized case and include method.
Michael J. Spencer
2010-11-09
1
-1
/
+1
*
System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.
Michael J. Spencer
2010-11-09
1
-3
/
+3
*
Update comment.
Michael J. Spencer
2010-11-09
1
-1
/
+1
*
Fix PR8441, a thread unsafe static variable in our dynamic library loading fa...
Owen Anderson
2010-11-09
1
-0
/
+4
*
Remove contributor names as per coding statndard.
Michael J. Spencer
2010-11-08
1
-3
/
+0
*
Add method for checking if a path is a symbolic link.
Rafael Espindola
2010-11-07
2
-0
/
+14
*
System: Add llvm_execute_on_thread, which does what it says.
Daniel Dunbar
2010-11-04
1
-0
/
+52
*
Delete unused variables.
Dan Gohman
2010-11-03
1
-3
/
+0
*
Remove several unhelpful checks for isValid from sys::Path.
Dan Gohman
2010-11-03
1
-26
/
+4
*
Don't try to enforce MAXPATHLEN in sys::Path for Unix. OS's can check
Dan Gohman
2010-11-02
1
-4
/
+6
*
Simplify.
Dan Gohman
2010-11-02
1
-2
/
+1
*
Fix a copy+pasto.
Dan Gohman
2010-11-02
1
-1
/
+2
*
Avoid manipulating paths in fixed-sized arrays.
Dan Gohman
2010-11-02
1
-10
/
+6
*
Simplify this code.
Dan Gohman
2010-11-02
1
-6
/
+3
*
Use '\0' instead of 0 for nul character constants.
Dan Gohman
2010-11-02
1
-3
/
+3
*
appendSuffix: don't append a dot when the suffix is empty.
Mikhail Glushenkov
2010-11-02
3
-24
/
+15
*
Eliminate some temporary std::strings.
Dan Gohman
2010-11-02
1
-4
/
+4
*
Micro-optimize.
Dan Gohman
2010-11-02
1
-1
/
+1
*
GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
Mikhail Glushenkov
2010-11-02
1
-1
/
+1
*
Make FindProgramByName return paths with slashes unmodified on Windows.
Mikhail Glushenkov
2010-11-02
2
-4
/
+6
*
80-col violations.
Mikhail Glushenkov
2010-11-02
1
-3
/
+5
*
Path: Add GetEXESuffix() to complement GetDLLSuffix().
Mikhail Glushenkov
2010-11-02
2
-0
/
+9
*
Check if ErrMsg is null. This fixes the "not" command.
Dan Gohman
2010-10-29
1
-6
/
+11
*
Make Program::Wait differentiate execution failure due to the file
Dan Gohman
2010-10-29
3
-9
/
+13
*
Make Program::Wait provide an error message string for errors
Dan Gohman
2010-10-29
1
-9
/
+19
*
Revert r117582, which reverted r77396. Searching PATH for a string
Dan Gohman
2010-10-28
1
-1
/
+1
*
Revert r77396.
Mikhail Glushenkov
2010-10-28
1
-1
/
+1
*
Trailing whitespace.
Mikhail Glushenkov
2010-10-28
1
-4
/
+4
*
Reindent.
Mikhail Glushenkov
2010-10-28
1
-71
/
+71
*
80-col violation.
Mikhail Glushenkov
2010-10-27
1
-1
/
+2
*
Remove try/catch(...) from Win32/Signals.inc.
Mikhail Glushenkov
2010-10-27
2
-11
/
+1
*
ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.
Duncan Sands
2010-10-25
1
-2
/
+2
*
Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.
NAKAMURA Takumi
2010-10-22
1
-0
/
+2
*
Trailing whitespace.
Mikhail Glushenkov
2010-10-21
1
-5
/
+5
*
Use C++03...
Michael J. Spencer
2010-10-20
1
-1
/
+6
*
System-Win32/Path: Fix incorrect assumption in isValid.
Michael J. Spencer
2010-10-20
1
-0
/
+9
*
Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three
Chandler Carruth
2010-10-20
1
-2
/
+2
*
Add ATTRIBUTE_UNUSED for -Asserts.
NAKAMURA Takumi
2010-10-20
2
-4
/
+4
*
lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts.
NAKAMURA Takumi
2010-10-19
1
-0
/
+1
*
Build with RTTI and exceptions disabled. Only in GCC for now.
Oscar Fuentes
2010-10-17
1
-0
/
+5
*
When building shared libraries, link to required system libraries.
Oscar Fuentes
2010-10-14
1
-4
/
+0
[next]