aboutsummaryrefslogtreecommitdiffstats
path: root/tools/as
Commit message (Expand)AuthorAgeFilesLines
* Changes for 64bit gccAnand Shukla2002-06-251-5/+7
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Use operator << to print modulesChris Lattner2002-04-281-4/+1
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-181-0/+4
* 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-071-6/+7
* 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-221-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-17/+27
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-4/+3
* 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-231-16/+16
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-232-36/+31
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-1/+1
* Initial revisionChris Lattner2001-06-062-0/+94