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 some unnessary Path::exists() calls.
Dan Gohman
2010-05-27
1
-8
/
+4
*
Don't write into MemoryBuffers.
Benjamin Kramer
2010-04-19
1
-2
/
+1
*
Fix a grammaro.
Dan Gohman
2010-03-30
1
-1
/
+1
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-6
/
+6
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-10
/
+9
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-1
/
+1
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-1
/
+1
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-4
/
+3
*
Avoid leaking memory in an error path. Noticed
Duncan Sands
2009-06-11
1
-3
/
+4
*
Silence unused variable warnings.
Devang Patel
2008-11-21
1
-0
/
+4
*
Create archives with the same permissions are ar.
Owen Anderson
2008-05-24
1
-0
/
+7
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-2
/
+2
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-4
/
+2
*
change the archive stuff to use MemoryBuffer instead of mappedfile.
Chris Lattner
2008-04-01
1
-26
/
+20
*
Remove MappedFile support for mapping files for write and exec
Chris Lattner
2008-04-01
1
-2
/
+2
*
add missing #includes
Chris Lattner
2008-04-01
1
-0
/
+1
*
Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...
Andrew Lenharth
2008-02-28
1
-1
/
+1
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
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
[next]