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
/
System
/
Unix
/
MappedFile.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
MappedFile is dead, remove it.
Chris Lattner
2008-04-01
1
-97
/
+0
*
Implement Path::MapInFilePages/UnMapFilePages on unix, which
Chris Lattner
2008-04-01
1
-2
/
+1
*
Make MappedFile::map return a const correct pointer, don't leak address space...
Chris Lattner
2008-04-01
1
-1
/
+2
*
Remove MappedFile support for mapping files for write and exec
Chris Lattner
2008-04-01
1
-64
/
+6
*
cleanup the MappedFile API and comments. This removes and updates
Chris Lattner
2008-04-01
1
-66
/
+67
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix a bug where the bcreader could crash on .bc files that were an exact
Chris Lattner
2007-05-11
1
-0
/
+1
*
Use the stat information in the Path object, if it is already obtained. This
Reid Spencer
2007-03-29
1
-4
/
+3
*
For PR797:
Reid Spencer
2006-08-25
1
-4
/
+6
*
For PR797:
Reid Spencer
2006-08-22
1
-10
/
+15
*
simple optimization: don't bother calling "exists" (which calls the syscall
Chris Lattner
2006-07-18
1
-3
/
+0
*
Remove a dead conditional: info_ can only be allocated if FD is good. Improve
Chris Lattner
2006-07-18
1
-5
/
+4
*
The only entry in the stat buf this code cares about is the size. Keep just
Chris Lattner
2006-07-18
1
-14
/
+14
*
Reduce code in the error path by only allocating info_ if everything looks
Chris Lattner
2006-07-18
1
-10
/
+8
*
Unindent some code
Chris Lattner
2006-07-18
1
-25
/
+24
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
Chris Lattner
2005-02-13
1
-0
/
+1
*
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2005-01-09
1
-0
/
+154