projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
R600: Fix JUMP handling so that MachineInstr verification can occur
[oota-llvm.git]
/
lib
/
Archive
/
2013-02-26
Matt Arsenault
Fix auto_ptr is deprecated warnings
tree
|
commitdiff
2013-02-26
Matt Arsenault
Fix typo
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort includes for all of the .h files under the 'lib...
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-09-05
Roman Divacky
Mark checkSignature const, and in turn stop casting...
tree
|
commitdiff
2012-08-10
Rafael Espindola
Remove references to compression in llvm-ar. It has...
tree
|
commitdiff
2012-03-23
Benjamin Kramer
Include cstdio in a few place that depended on getting...
tree
|
commitdiff
2012-01-23
Rafael Espindola
Avoid using an invalidated iterator.
tree
|
commitdiff
2012-01-23
Rafael Espindola
The iteration order over a std::set<Module*> depends...
tree
|
commitdiff
2011-12-13
Michael J. Spencer
Support/FileSystem: Add file_magic and move a vew clien...
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-11-29
Daniel Dunbar
build/CMake: Finish removal of add_llvm_library_depende...
tree
|
commitdiff
2011-11-03
Daniel Dunbar
build: Add initial cut at LLVMBuild.txt files.
tree
|
commitdiff
2011-07-29
Chandler Carruth
Rewrite the CMake build to use explicit dependencies...
tree
|
commitdiff
2011-03-01
Dan Gohman
Revert PathV2 changes, as sys::fs::unique_file is not...
tree
|
commitdiff
2011-01-17
Michael J. Spencer
Archive: Fix temp path names.
tree
|
commitdiff
2011-01-16
Michael J. Spencer
UnRevert "Revert "Archive: Replace all internal uses...
tree
|
commitdiff
2011-01-16
Michael J. Spencer
UnRevert "Revert the archive part of "Support/PathV2...
tree
|
commitdiff
2011-01-16
Michael J. Spencer
Revert the archive part of "Support/PathV2: Add identif...
tree
|
commitdiff
2011-01-16
Michael J. Spencer
Revert "Archive: Replace all internal uses of PathV1...
tree
|
commitdiff
2011-01-15
Michael J. Spencer
Archive: Replace all internal uses of PathV1 with PathV...
tree
|
commitdiff
2011-01-15
Michael J. Spencer
Support/PathV2: Add identify_magic.
tree
|
commitdiff
2011-01-10
Michael J. Spencer
Fix Whitespace.
tree
|
commitdiff
2011-01-10
Michael J. Spencer
Support/Path: Deprecate PathV1::exists and replace...
tree
|
commitdiff
2010-12-16
Michael J. Spencer
MemoryBuffer now return an error_code and returns a...
tree
|
commitdiff
2010-12-09
Michael J. Spencer
Support/MemoryBuffer: Replace all uses of std::string...
tree
|
commitdiff
2010-11-29
Michael J. Spencer
Merge System into Support.
tree
|
commitdiff
2010-09-13
Michael J. Spencer
Revert "CMake: Get rid of LLVMLibDeps.cmake and export...
tree
|
commitdiff
2010-09-10
Michael J. Spencer
CMake: Get rid of LLVMLibDeps.cmake and export the...
tree
|
commitdiff
2010-05-27
Dan Gohman
Eliminate some unnessary Path::exists() calls.
tree
|
commitdiff
2010-04-25
Chris Lattner
silence a warning, patch by "mike".
tree
|
commitdiff
2010-04-19
Benjamin Kramer
Don't write into MemoryBuffers.
tree
|
commitdiff
2010-04-19
Dan Gohman
Fix -Wcast-qual warnings.
tree
|
commitdiff
2010-04-07
Chris Lattner
add newlines at end of files.
tree
|
commitdiff
2010-03-30
Dan Gohman
Fix a grammaro.
tree
|
commitdiff
2010-02-04
Chris Lattner
From PR6228:
tree
|
commitdiff
2010-01-27
Jeffrey Yasskin
Kill ModuleProvider and ghost linkage by inverting...
tree
|
commitdiff
2010-01-24
Chris Lattner
make -fno-rtti the default unless a directory builds...
tree
|
commitdiff
2010-01-22
Chris Lattner
Stop building RTTI information for *most* llvm librarie...
tree
|
commitdiff
2009-08-23
Chris Lattner
Prune #includes from llvm/Linker.h and llvm/System...
tree
|
commitdiff
2009-08-11
Benjamin Kramer
Make LLVMContext and LLVMContextImpl classes instead...
tree
|
commitdiff
2009-08-04
Owen Anderson
Factor some of the constants+context related code out...
tree
|
commitdiff
2009-07-13
Daniel Dunbar
Fix some non-sensical code.
tree
|
commitdiff
2009-07-01
Owen Anderson
Make the use of const with respect to LLVMContext sane...
tree
|
commitdiff
2009-07-01
Owen Anderson
Hold the LLVMContext by reference rather than by pointer.
tree
|
commitdiff
2009-07-01
Owen Anderson
Add a pointer to the owning LLVMContext to Module....
tree
|
commitdiff
2009-06-11
Duncan Sands
Avoid leaking memory in an error path. Noticed
tree
|
commitdiff
2009-01-15
Rafael Espindola
Add the private linkage.
tree
|
commitdiff
2009-01-09
Misha Brukman
Removed trailing whitespace from Makefiles.
tree
|
commitdiff
2009-01-05
Dan Gohman
Tidy up #includes, deleting a bunch of unnecessary...
tree
|
commitdiff
2008-11-21
Devang Patel
Silence unused variable warnings.
tree
|
commitdiff
2008-09-22
Oscar Fuentes
Initial support for the CMake build system.
tree
|
commitdiff
2008-07-28
Dan Gohman
Fold the useful features of alist and alist_node into...
tree
|
commitdiff
2008-05-24
Owen Anderson
Create archives with the same permissions are ar.
tree
|
commitdiff
2008-05-13
Dan Gohman
Clean up the use of static and anonymous namespaces...
tree
|
commitdiff
2008-04-01
Chris Lattner
Change the MemoryBuffer::getFile* methods to take just...
tree
|
commitdiff
2008-04-01
Chris Lattner
change the archive stuff to use MemoryBuffer instead...
tree
|
commitdiff
2008-04-01
Chris Lattner
Remove MappedFile support for mapping files for write...
tree
|
commitdiff
2008-04-01
Chris Lattner
add missing #includes
tree
|
commitdiff
2008-03-11
Anton Korobeynikov
Fix thinko: alias always defines new symbol. Even is...
tree
|
commitdiff
2008-03-04
Anton Korobeynikov
Add alias with non-external aliasee to the list of...
tree
|
commitdiff
2008-02-28
Andrew Lenharth
Make llvm-ar behave like ar, if you create an empty...
tree
|
commitdiff
2008-02-20
Anton Korobeynikov
Update gcc 4.3 warnings fix patch with recent head...
tree
|
commitdiff
2008-02-20
Anton Korobeynikov
Unbreak build with gcc 4.3: provide missed includes...
tree
|
commitdiff
2008-01-29
Dan Gohman
Use empty() instead of comparing size() with zero.
tree
|
commitdiff
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attribution from lib Makefiles.
tree
|
commitdiff
2007-07-06
Gabor Greif
finishing touches of bytecode -> bitcode changes. also...
tree
|
commitdiff
2007-07-06
Gabor Greif
eliminate residual cruft related to recognizing bytecode
tree
|
commitdiff
2007-07-05
Gabor Greif
Here is the bulk of the sanitizing.
tree
|
commitdiff
2007-05-06
Chris Lattner
adjust this to live in lib/Archive
tree
|
commitdiff
2007-05-06
Chris Lattner
Switch this over to bitcode instead of bytecode.
tree
|
commitdiff
2007-05-06
Chris Lattner
add bitcode support
tree
|
commitdiff
2007-04-07
Reid Spencer
Avoid a useless temporary constrution.
tree
|
commitdiff
2007-04-07
Reid Spencer
Fix another PathWithStatus issue.
tree
|
commitdiff
2007-04-04
Reid Spencer
For PR1302:
tree
|
commitdiff
2007-03-29
Reid Spencer
For PR789:
tree
|
commitdiff
2007-03-29
Reid Spencer
For PR789:
tree
|
commitdiff
2007-02-07
Chris Lattner
move archive-specific stuff out of bcreader into archiv...
tree
|
commitdiff
2007-02-07
Chris Lattner
push bytecode decompressor out through APIs. Now the...
tree
|
commitdiff
2006-12-15
Reid Spencer
For PR1050:
tree
|
commitdiff
2006-11-28
Bill Wendling
Use ostream instead of iostream
tree
|
commitdiff
2006-08-25
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-25
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-24
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-23
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-22
Reid Spencer
Inverse the error check logic for the MappedFile::map...
tree
|
commitdiff
2006-08-22
Reid Spencer
For PR797:
tree
|
commitdiff
2006-07-28
Chris Lattner
Modify Path::eraseFromDisk to not throw an exception.
tree
|
commitdiff
2006-07-28
Chris Lattner
Change Path::getStatusInfo to return a boolean and...
tree
|
commitdiff
2006-07-28
Chris Lattner
Exceptions are thrown by and through this library.
tree
|
commitdiff
2006-07-07
Reid Spencer
Finish removal of EH usage from the Archive library...
tree
|
commitdiff
2006-07-07
Reid Spencer
Remove EH use from the Archive library and adjust its...
tree
|
commitdiff
2006-07-07
Chris Lattner
These libs use EH info
tree
|
commitdiff
2006-05-12
Reid Spencer
When reading the symbol table, make sure to delete...
tree
|
commitdiff
2006-05-06
Jeff Cohen
Apply bug fix supplied by Greg Pettyjohn for a bug...
tree
|
commitdiff
2005-12-26
Duraid Madina
more C++ daintiness
tree
|
commitdiff
2005-11-30
Reid Spencer
Fix a problem with llvm-ranlib that (on some platforms...
tree
|
commitdiff
next