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
/
Archive
/
ArchiveWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-06
1
-7
/
+2
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-6
/
+6
*
Switch this over to bitcode instead of bytecode.
Chris Lattner
2007-05-06
1
-4
/
+2
*
add bitcode support
Chris Lattner
2007-05-06
1
-43
/
+3
*
For PR1302:
Reid Spencer
2007-04-04
1
-2
/
+2
*
For PR789:
Reid Spencer
2007-03-29
1
-1
/
+4
*
For PR789:
Reid Spencer
2007-03-29
1
-1
/
+1
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
1
-2
/
+4
*
For PR1050:
Reid Spencer
2006-12-15
1
-3
/
+10
*
Use ostream instead of iostream
Bill Wendling
2006-11-28
1
-2
/
+1
*
For PR797:
Reid Spencer
2006-08-25
1
-2
/
+3
*
For PR797:
Reid Spencer
2006-08-24
1
-43
/
+43
*
For PR797:
Reid Spencer
2006-08-23
1
-2
/
+4
*
For PR797:
Reid Spencer
2006-08-23
1
-2
/
+4
*
Inverse the error check logic for the MappedFile::map() call. It returns
Reid Spencer
2006-08-22
1
-1
/
+1
*
For PR797:
Reid Spencer
2006-08-22
1
-4
/
+13
*
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-6
/
+5
*
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
1
-1
/
+3
*
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
2006-07-07
1
-1
/
+6
*
Remove EH use from the Archive library and adjust its users accordingly.
Reid Spencer
2006-07-07
1
-98
/
+109
*
Fix a problem with llvm-ranlib that (on some platforms) caused the archive
Reid Spencer
2005-11-30
1
-34
/
+50
*
Final Changes For PR495:
Reid Spencer
2005-07-08
1
-4
/
+4
*
For PR495:
Reid Spencer
2005-07-07
1
-3
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-33
/
+33
*
Eliminate calls to system dependent function getuid by using
Reid Spencer
2005-04-21
1
-2
/
+3
*
Initialize fields mode, uid, and gid.
Misha Brukman
2005-04-20
1
-0
/
+6
*
Properly close mapped files.
Jeff Cohen
2005-01-28
1
-2
/
+2
*
Use binary mode for reading/writing bytecode files
Jeff Cohen
2005-01-22
1
-2
/
+4
*
Fix problems uncovered by VC++ (first time compiled by VC++)
Jeff Cohen
2004-12-20
1
-1
/
+1
*
For PR351:
Reid Spencer
2004-12-15
1
-1
/
+0
*
Path::get -> Path::toString
Reid Spencer
2004-12-11
1
-8
/
+10
*
Adjust to Compressor interface change
Reid Spencer
2004-11-25
1
-2
/
+1
*
Distinguish between BSD4.4 and SVR4 symbol tables
Reid Spencer
2004-11-20
1
-6
/
+13
*
Correct the computation of when to add the padding. It is not based on the
Reid Spencer
2004-11-19
1
-1
/
+1
*
Fix some things for Mac OSX archives:
Reid Spencer
2004-11-17
1
-5
/
+14
*
Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.
Reid Spencer
2004-11-17
1
-10
/
+14
*
Fix typeo in comment.
Reid Spencer
2004-11-16
1
-1
/
+1
*
Per code review:\
Reid Spencer
2004-11-16
1
-44
/
+46
*
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-15
1
-12
/
+21
*
First working version
Reid Spencer
2004-11-14
1
-222
/
+364
*
First kinda/sorta working version of the Archive library. Reading is not
Reid Spencer
2004-11-06
1
-0
/
+284