aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-as
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add library depChris Lattner2001-07-251-1/+1
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-232-32/+32
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-232-2/+2
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-233-71/+61
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-1/+1
* Initial revisionChris Lattner2001-06-063-0/+179