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
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r48676. I had plans for using it, but now it's just dead code.
Owen Anderson
2008-03-24
1
-47
/
+0
*
Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...
Owen Anderson
2008-03-22
1
-1
/
+1
*
Add an AllocateRW to match AllocateRWX.
Owen Anderson
2008-03-22
1
-0
/
+47
*
Avoid calling array_endof in a static initializer, as it incurs
Dan Gohman
2008-03-21
1
-2
/
+2
*
Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.
Chris Lattner
2008-03-13
1
-1
/
+10
*
Stub out a Path::GetMainExecutable call to find the path to the
Chris Lattner
2008-03-03
1
-0
/
+18
*
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-27
1
-19
/
+2
*
It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...
Lauro Ramos Venancio
2008-02-15
1
-44
/
+2
*
Set error message.
Devang Patel
2008-02-04
1
-2
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
10
-20
/
+20
*
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
1
-0
/
+10
*
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-18
1
-0
/
+8
*
Remove dead file and directory.
Chris Lattner
2007-12-08
1
-30
/
+0
*
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-14
1
-2
/
+2
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-3
/
+4
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
12
-0
/
+1943