aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-as
Commit message (Expand)AuthorAgeFilesLines
* 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