Revert commit r186216 -- it's breaking bots:
[oota-llvm.git] / tools / llvm-ar / llvm-ar.cpp
2013-07-13 Chandler CarruthRevert commit r186216 -- it's breaking bots:
2013-07-12 Rafael EspindolaFix a off by one error about which members need to...
2013-07-12 Rafael EspindolaFix the build with c++03.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Rafael EspindolaAdd static.
2013-07-11 Rafael EspindolaUse %llu to print a 64 bit number. Should fix the ARM...
2013-07-11 Rafael EspindolaInsertBefore is the same as AddBefore. Delete it.
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-11 Rafael EspindolaRemove the 'N' modifier from llvm-ar.
2013-07-11 Rafael EspindolaDelete dead code.
2013-07-11 Rafael EspindolaRemove support for truncating names in archives.
2013-07-11 Rafael EspindolaSync llvm-ar's help string with the options it supports.
2013-07-08 Rafael EspindolaCreate files with the correct permission instead of...
2013-07-06 Michael Gottesman[llvm-ar] Added llvm_unreachable to quiet -Wreturn...
2013-07-05 Rafael EspindolaDon't create an archive if, for example, we are asked...
2013-07-05 Rafael EspindolaUse simpler version of exists.
2013-07-05 Rafael EspindolaRemove NoOperation.
2013-07-05 Rafael EspindolaDon't treat bitcode files specially in llvm-ar.
2013-06-20 Rafael EspindolaAdd a fixme.
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Rafael EspindolaUse a raw_fd_ostream instead of a std::ofstream.
2013-06-20 Rafael EspindolaRemove a trivial use of sys::Path.
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Rafael EspindolaUse only the filename when deciding if a file is a...
2013-06-20 Rafael EspindolaAdd r184420 back, but also handle long file names.
2013-06-20 Rafael EspindolaRevert "Don't include directory names in archives."
2013-06-20 Rafael EspindolaDon't include directory names in archives.
2013-06-20 Rafael EspindolaRemove remaining bits of the old LLVM specific symtab...
2013-06-20 Rafael EspindolaConvert a use of sys::Path.
2013-06-19 Rafael EspindolaRemove last use of PathV1.h from Archive.h
2013-06-19 Rafael EspindolaAlways set the mode.
2013-06-19 Rafael EspindolaRemove more uses of sys::Path.
2013-06-19 Rafael EspindolaAnother attempt at fixing the bots.
2013-06-19 Rafael EspindolaAttempt at fixing some bots.
2013-06-19 Rafael EspindolaReduce sys::Path usage in llvm-ar.
2013-06-19 Rafael EspindolaRemove the 'R' modifier.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2011-01-10 Michael J. SpencerFix Whitespace.
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-11-29 Chris Lattnerconvert llvm-ar and llvm-ranlib to raw_ostream from...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-05 Chris Lattnerfix PR3488: llvm-ar r doesn't replace existing files
2008-02-28 Andrew LenharthMake llvm-ar behave like ar, if you create an empty...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-25 Seo SanghyeonActually parse q operation in llvm-ar
2007-10-15 Dan GohmanFix a typo in a comment.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-04-08 Reid SpencerDon't rely on destructed local storage. Thanks, Chris.
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohengetFileStatus has a new parameter (caught by VC++).
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-02 Reid SpencerFor PR786:
2006-08-25 Reid SpencerFix a bug caused by change in the interface of Archive...
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-01 Chris LattnerUse Path::getFileStatus
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-12-28 Duraid Madinamore compliance stufff
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-15 Reid SpencerUnbreak all archive reading operations introduced by...
2004-12-15 Chris LattnerDo not fail an assertion on a broken archive
2004-12-15 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-02 Reid SpencerImplement file replacement correctly even with the...
2004-11-20 Reid SpencerThe Archive class now has differentiation for BSD4...
2004-11-16 Reid SpencerPer code review: \
2004-11-15 Tanya LattnerThis file was originally developed by the LLVM research...
2004-11-14 Reid SpencerCorrect call of methods whose names have changed.
2004-11-14 Reid SpencerTotal rewrite using Archive library & new functionality
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-12-30 Chris LattnerUse new getFileSize function. Eliminate some using...
2003-12-06 Tanya LattnerNew command line parsing. This isn't as perfect as...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellRemoved extraneous comment line.
next