aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a long-dead pass. Actually, this pass was never used at all.Chris Lattner2004-09-141-182/+0
* Fix compilation warning.Reid Spencer2004-09-141-1/+1
* Fix a compilation error.Reid Spencer2004-09-141-1/+1
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-145-64/+1
* Don't print newlines between passes in the pass list.Chris Lattner2004-09-141-8/+8
* Don't print newlines between each library in the deplibs list.Chris Lattner2004-09-141-6/+6
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-146-129/+158
* Adjust to #include movageChris Lattner2004-09-141-2/+2
* Update to reflect stkrc's new optimization capabilities.Reid Spencer2004-09-141-21/+13
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-142-0/+6
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-143-112/+234
* Implement the GetLibraryPath function.Reid Spencer2004-09-142-0/+90
* Add the GetLibraryPath method.Reid Spencer2004-09-131-0/+11
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-135-2/+67
* Sparc cannot link shared objects (libtool issue) which affects Stacker.Misha Brukman2004-09-131-0/+5
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-130-0/+0
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-1311-95/+115
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-133-52/+46
* Changes to make this work with Jason's patch. I checked this by hand, butChris Lattner2004-09-132-96/+100
* Change banner name to reflect actual program this Makefile is for.Reid Spencer2004-09-131-1/+1
* Get rid of compile warning by having llvmExecve return the result of itsReid Spencer2004-09-131-1/+1
* Initial implementation of llvm-ld: stolen from gccld.Reid Spencer2004-09-135-0/+1158
* Add LLEE into compilation, but not for SparcMisha Brukman2004-09-131-2/+7
* Excise the -L option since llvm-link should not do library searches. ItReid Spencer2004-09-121-42/+11
* Excise dependent library linking at Chris' request. llvm-link is intendedReid Spencer2004-09-121-105/+0
* Squelch compilation warnings on SparcMisha Brukman2004-09-121-2/+2
* * Fix grammarMisha Brukman2004-09-121-4/+4
* Fix filename: Printer.cpp has become X86AsmPrinter.cppMisha Brukman2004-09-121-1/+1
* Unbreak doxygen, according to Reid.Misha Brukman2004-09-121-2/+4
* Fix code spacing/alignmentMisha Brukman2004-09-121-6/+4
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-111-2/+2
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-116-6/+6
* Fix typo: sterror -> strerrorReid Spencer2004-09-115-5/+5
* Correct the dynamic lib suffix on Darwin.Reid Spencer2004-09-111-1/+1
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-1128-10/+794
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-112-0/+40
* Provide a generic unix implementation of the Process abstraction.Reid Spencer2004-09-112-0/+68
* Implemented support for detecting file types by magic number, strippingReid Spencer2004-09-112-0/+96
* Implementation of Process concept for SUSv2 platforms.Reid Spencer2004-09-111-0/+31
* Implement dependent library processing and search paths for them.Reid Spencer2004-09-111-17/+144
* Convert the Emitter to use the lib/System "Memory" interface instead of theReid Spencer2004-09-111-2/+5
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-113-4/+4
* Correct the interface of a function to use the correct typedef for anReid Spencer2004-09-111-2/+2
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-111-0/+11
* Implement support for dependent libraries. The "source" module's dependentReid Spencer2004-09-112-0/+42
* Change interface to use correct typedef so it will always compile.Reid Spencer2004-09-111-1/+1
* Make the dependent libraries list use a SetVector instead of a regularReid Spencer2004-09-111-3/+4
* Initial commit of a file to declare the interface for platform independentReid Spencer2004-09-111-0/+53
* Add methods for detecting file types by magic number, getting the file nameReid Spencer2004-09-111-1/+38
* Add methods for detecting different kinds of files by their magic number,Reid Spencer2004-09-111-0/+42