aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-16Adjust the license files based on the actual content of llvm and llvm-testReid Spencer
2004-09-16Allow "bc" as suffix for bytecode files.Reid Spencer
2004-09-16Implement the signals interface for Win32.Reid Spencer
2004-09-16Add dependencies so that project tools are recompiled if LLVM librariesJohn Criswell
2004-09-15Add a newlineChris Lattner
2004-09-15Convert code to compile with vc7.1.Reid Spencer
2004-09-15Make sure to update the list end when an element is removed from it. ThisChris Lattner
2004-09-15Add some assertionsChris Lattner
2004-09-15Stacker compiler library doesn't need to be shared and it can causeReid Spencer
2004-09-15Attempt to solve the libtool problem on Solaris.Reid Spencer
2004-09-15Patches to make this file actually compile under windows.Reid Spencer
2004-09-15Initial version of the SysConfig abstraction for Win32.Reid Spencer
2004-09-15First version of a common header file for Win32 implementations.Reid Spencer
2004-09-15Initial implementation of the Process abstraction for Win32.Reid Spencer
2004-09-15Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer
2004-09-15Fix a bug in the previous checkin that broke 255.vortexChris Lattner
2004-09-15When creating constant arrays check that the initializer vector is theAlkis Evlogimenos
2004-09-15Fit long lines into 80 cols via creative space eliminationMisha Brukman
2004-09-15Wrap long lineMisha Brukman
2004-09-15Targets are independent of each other, so compile them in parallelMisha Brukman
2004-09-15Bug fixedChris Lattner
2004-09-15Make sure to update alias analysis information as we transform the function.Chris Lattner
2004-09-15If given an AliasSetTracker object to update, update it.Chris Lattner
2004-09-15Add an optional argument to PromoteMemToRegChris Lattner
2004-09-15New testcase for PR420Chris Lattner
2004-09-14Implement an AliasSetTracker::copyValue methodChris Lattner
2004-09-14Add an AliasSetTracker::copyValue methodChris Lattner
2004-09-14The Sparc linking .so problem extends to the sample project as wellMisha Brukman
2004-09-14Add notes about some buggy passesChris Lattner
2004-09-14Remove unused passChris Lattner
2004-09-14Remove a long-dead pass. Actually, this pass was never used at all.Chris Lattner
2004-09-14Fix compilation warning.Reid Spencer
2004-09-14Fix a compilation error.Reid Spencer
2004-09-14Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer
2004-09-14Don't print newlines between passes in the pass list.Chris Lattner
2004-09-14Don't print newlines between each library in the deplibs list.Chris Lattner
2004-09-14Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner
2004-09-14Adjust to #include movageChris Lattner
2004-09-14Update to reflect stkrc's new optimization capabilities.Reid Spencer
2004-09-14Support substitution options for the W, M, and f options.Reid Spencer
2004-09-14Support the -WX, -f -M options as pass throughsReid Spencer
2004-09-14Implement the GetLibraryPath function.Reid Spencer
2004-09-13Add the GetLibraryPath method.Reid Spencer
2004-09-13Add support for the link-time pass list to Modules.Reid Spencer
2004-09-13Sparc cannot link shared objects (libtool issue) which affects Stacker.Misha Brukman
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-13Clean up the interface and implementation of sys::Program so that it isReid Spencer
2004-09-13Changes to make this work with Jason's patch. I checked this by hand, butChris Lattner
2004-09-13Change banner name to reflect actual program this Makefile is for.Reid Spencer