index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2004-09-16
Adjust the license files based on the actual content of llvm and llvm-test
Reid Spencer
2004-09-16
Allow "bc" as suffix for bytecode files.
Reid Spencer
2004-09-16
Implement the signals interface for Win32.
Reid Spencer
2004-09-16
Add dependencies so that project tools are recompiled if LLVM libraries
John Criswell
2004-09-15
Add a newline
Chris Lattner
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
Make sure to update the list end when an element is removed from it. This
Chris Lattner
2004-09-15
Add some assertions
Chris Lattner
2004-09-15
Stacker compiler library doesn't need to be shared and it can cause
Reid Spencer
2004-09-15
Attempt to solve the libtool problem on Solaris.
Reid Spencer
2004-09-15
Patches to make this file actually compile under windows.
Reid Spencer
2004-09-15
Initial version of the SysConfig abstraction for Win32.
Reid Spencer
2004-09-15
First version of a common header file for Win32 implementations.
Reid Spencer
2004-09-15
Initial implementation of the Process abstraction for Win32.
Reid Spencer
2004-09-15
Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&
Reid Spencer
2004-09-15
Fix a bug in the previous checkin that broke 255.vortex
Chris Lattner
2004-09-15
When creating constant arrays check that the initializer vector is the
Alkis Evlogimenos
2004-09-15
Fit long lines into 80 cols via creative space elimination
Misha Brukman
2004-09-15
Wrap long line
Misha Brukman
2004-09-15
Targets are independent of each other, so compile them in parallel
Misha Brukman
2004-09-15
Bug fixed
Chris Lattner
2004-09-15
Make sure to update alias analysis information as we transform the function.
Chris Lattner
2004-09-15
If given an AliasSetTracker object to update, update it.
Chris Lattner
2004-09-15
Add an optional argument to PromoteMemToReg
Chris Lattner
2004-09-15
New testcase for PR420
Chris Lattner
2004-09-14
Implement an AliasSetTracker::copyValue method
Chris Lattner
2004-09-14
Add an AliasSetTracker::copyValue method
Chris Lattner
2004-09-14
The Sparc linking .so problem extends to the sample project as well
Misha Brukman
2004-09-14
Add notes about some buggy passes
Chris Lattner
2004-09-14
Remove unused pass
Chris Lattner
2004-09-14
Remove a long-dead pass. Actually, this pass was never used at all.
Chris Lattner
2004-09-14
Fix compilation warning.
Reid Spencer
2004-09-14
Fix a compilation error.
Reid Spencer
2004-09-14
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
Reid Spencer
2004-09-14
Don't print newlines between passes in the pass list.
Chris Lattner
2004-09-14
Don't print newlines between each library in the deplibs list.
Chris Lattner
2004-09-14
Revamp the Register class, and allow the use of the RegisterGroup class to
Chris Lattner
2004-09-14
Adjust to #include movage
Chris Lattner
2004-09-14
Update to reflect stkrc's new optimization capabilities.
Reid Spencer
2004-09-14
Support substitution options for the W, M, and f options.
Reid Spencer
2004-09-14
Support the -WX, -f -M options as pass throughs
Reid Spencer
2004-09-14
Implement the GetLibraryPath function.
Reid Spencer
2004-09-13
Add the GetLibraryPath method.
Reid Spencer
2004-09-13
Add support for the link-time pass list to Modules.
Reid Spencer
2004-09-13
Sparc cannot link shared objects (libtool issue) which affects Stacker.
Misha Brukman
2004-09-13
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-13
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-13
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-13
Changes to make this work with Jason's patch. I checked this by hand, but
Chris Lattner
2004-09-13
Change banner name to reflect actual program this Makefile is for.
Reid Spencer
[next]