aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-as
Commit message (Expand)AuthorAgeFilesLines
...
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+2
* Fix usage of changed function prototypeReid Spencer2004-11-141-3/+4
* Rename the option for defeating compression to be a little more specific.Reid Spencer2004-11-071-1/+1
* Turn on compression by default.Reid Spencer2004-11-071-3/+3
* Add support for compressed bytecodeReid Spencer2004-11-061-1/+4
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* We're not doing automake any moreReid Spencer2004-10-221-650/+0
* We won't use automakeReid Spencer2004-10-221-17/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+650
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+17
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-2/+2
* Actually, use an exception to stop verification. This gives us much betterChris Lattner2004-07-131-1/+5
* There is no reason to abort and print a stack trace if there is a verificationChris Lattner2004-07-131-1/+1
* Correct an output typo.Reid Spencer2004-07-111-1/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Write .bc files to binary ostreams. This shouldn't change anything on unix,Chris Lattner2004-06-251-2/+4
* Header file movedChris Lattner2004-05-271-1/+1
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Fix file headerChris Lattner2003-10-201-3/+1
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Fix grammar.Misha Brukman2003-10-101-1/+1
* Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago.Misha Brukman2003-10-101-115/+0
* Renaming LLVM `as' to `llvm-as'.Misha Brukman2003-08-283-9/+9
* Add new -disable-verify optionChris Lattner2003-08-182-4/+10
* Add support for: -o -Chris Lattner2003-05-312-14/+22
* Kill using declarationsChris Lattner2003-05-222-30/+28
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-302-0/+14
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-302-10/+14
* *** empty log message ***Chris Lattner2002-07-252-0/+2
* *** empty log message ***Chris Lattner2002-07-231-2/+1
* *** empty log message ***Chris Lattner2002-07-222-8/+24
* Clean up anands patchChris Lattner2002-06-302-2/+0
* Changes for 64bit gccAnand Shukla2002-06-252-10/+14
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-292-2/+0
* Use operator << to print modulesChris Lattner2002-04-282-8/+2
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-182-0/+8
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* use dump method instead of Asm/Writer to do debug printingChris Lattner2002-04-072-12/+14
* Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner2002-03-061-1/+1
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-222-4/+4
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-202-34/+54
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-272-8/+6
* Remove extraneous spaceChris Lattner2001-09-091-1/+1
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-7/+3
* Add dependence to libvmcore.Vikram S. Adve2001-08-251-1/+2