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
...
*
[Support] Fix up comments.
Daniel Dunbar
2012-05-05
1
-5
/
+3
*
[Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.
Daniel Dunbar
2012-05-05
1
-19
/
+5
*
[Support/Unix] Unconditionally include time.h.
Michael J. Spencer
2012-04-23
1
-8
/
+2
*
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-23
1
-4
/
+4
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
1
-0
/
+4
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
1
-4
/
+0
*
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-16
1
-0
/
+4
*
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-04-11
3
-2
/
+17
*
Fix GetMainExecutable on kFreeBSD.
Anton Korobeynikov
2012-03-26
1
-3
/
+3
*
Fix null to integer conversion warnings.
Jean-Daniel Dupas
2012-03-24
1
-2
/
+2
*
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
1
-17
/
+17
*
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-15
1
-4
/
+0
*
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-11
1
-0
/
+20
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
1
-12
/
+6
*
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-04
1
-6
/
+12
*
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
1
-6
/
+6
*
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
1
-7
/
+0
*
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
1
-21
/
+13
*
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
1
-0
/
+7
*
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-08
1
-3
/
+4
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-5
/
+5
*
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-11-01
1
-4
/
+1
*
Remove a couple unused methods. PR11201.
Eli Friedman
2011-11-01
1
-5
/
+0
*
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-23
1
-0
/
+4
*
Remove the hack to check UNAME_RELEASE when identifying the Darwin version.
Bob Wilson
2011-09-20
1
-9
/
+0
*
Include limits.h to make sure PATH_MAX is known on Solaris 10.
Bill Wendling
2011-09-14
1
-0
/
+3
*
Clarify a comment.
Bob Wilson
2011-08-10
1
-1
/
+3
*
Put Darwin-specific code inside an __APPLE__ ifdef.
Bob Wilson
2011-08-09
1
-0
/
+2
*
Recognize the UNAME_RELEASE environment variable to match Darwin's uname.
Bob Wilson
2011-08-09
1
-0
/
+6
*
Don't look at $PWD in GetCurrentDirectory.
Nick Lewycky
2011-07-29
1
-3
/
+0
*
Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do
Nick Lewycky
2011-07-29
1
-2
/
+5
*
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-07-28
1
-8
/
+11
*
By default mkstemp() creates a temporary file with mode 0600, but the mode
Chad Rosier
2011-07-05
1
-0
/
+3
*
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-21
1
-7
/
+6
*
Don't include information about the build into the information returned by
Rafael Espindola
2011-05-17
1
-29
/
+0
*
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
1
-2
/
+5
*
Include <pthread.h> before we use pthread_self/pthread_kill
Douglas Gregor
2011-04-29
1
-3
/
+3
*
sys/Host: Change getHostTriple() to return the full Darwin version on OS X.
Daniel Dunbar
2011-04-20
1
-4
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
2
-2
/
+2
*
revert r128199 until it can be made to work with Frontend/dependency-gen.c.
Andrew Trick
2011-03-24
1
-5
/
+9
*
Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.
Michael J. Spencer
2011-03-24
1
-9
/
+5
*
Avoid initializing posix_spawn_file_actions_t if not used.
Benjamin Kramer
2011-03-20
1
-7
/
+11
*
setExecutable() should default to success if there's nothing custom for it.
Jim Grosbach
2011-03-18
1
-1
/
+1
*
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
1
-3
/
+3
*
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
1
-3
/
+3
*
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-03-10
1
-3
/
+3
*
improve support for OpenBSD, patch by Amit Kulkarni!
Chris Lattner
2011-02-18
1
-2
/
+4
*
Rip out realpath() support. It's expensive, and often a bad idea, and
Douglas Gregor
2011-02-09
1
-30
/
+0
*
Attempt to fix the build after r125228.
Cameron Zwarich
2011-02-09
1
-2
/
+2
*
Add llvm::sys::path::canonical(), which provides the canonicalized
Douglas Gregor
2011-02-09
1
-0
/
+30
[prev]
[next]