aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a newlineChris Lattner2004-09-151-0/+1
* Convert code to compile with vc7.1.Reid Spencer2004-09-1516-58/+74
* Make sure to update the list end when an element is removed from it. ThisChris Lattner2004-09-151-0/+4
* Add some assertionsChris Lattner2004-09-151-2/+3
* Stacker compiler library doesn't need to be shared and it can causeReid Spencer2004-09-151-1/+0
* Attempt to solve the libtool problem on Solaris.Reid Spencer2004-09-152-4/+16920
* Patches to make this file actually compile under windows.Reid Spencer2004-09-156-56/+988
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-151-0/+29
* First version of a common header file for Win32 implementations.Reid Spencer2004-09-151-0/+33
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-152-0/+92
* Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer2004-09-152-2/+2
* Fix a bug in the previous checkin that broke 255.vortexChris Lattner2004-09-151-1/+1
* When creating constant arrays check that the initializer vector is theAlkis Evlogimenos2004-09-151-0/+2
* Fit long lines into 80 cols via creative space eliminationMisha Brukman2004-09-151-4/+4
* Wrap long lineMisha Brukman2004-09-151-1/+2
* Targets are independent of each other, so compile them in parallelMisha Brukman2004-09-151-1/+1
* Bug fixedChris Lattner2004-09-151-1/+3
* Make sure to update alias analysis information as we transform the function.Chris Lattner2004-09-151-21/+57
* If given an AliasSetTracker object to update, update it.Chris Lattner2004-09-151-20/+81
* Add an optional argument to PromoteMemToRegChris Lattner2004-09-151-1/+5
* New testcase for PR420Chris Lattner2004-09-151-0/+22
* Implement an AliasSetTracker::copyValue methodChris Lattner2004-09-141-3/+30
* Add an AliasSetTracker::copyValue methodChris Lattner2004-09-141-9/+19
* The Sparc linking .so problem extends to the sample project as wellMisha Brukman2004-09-141-0/+1
* Add notes about some buggy passesChris Lattner2004-09-141-1/+1
* Remove unused passChris Lattner2004-09-141-23/+0
* 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