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
path:
root
/
tools
/
gccas
/
Makefile
Age
Commit message (
Expand
)
Author
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-01-22
link with static versions of some libs to avoid having to pull in all of ipo/...
Chris Lattner
2002-10-25
Added datastructure library to resolve link error.
Vikram S. Adve
2002-09-18
gcc3.1.1 seems much more selective about what it loads from archives, and
Vikram S. Adve
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-05-07
Fix makefiles after shuffling passes around the libraries
Chris Lattner
2002-05-07
Straighten out makefiles after moving code to new Transform Utils library
Chris Lattner
2002-04-07
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-03-06
Pull interprocedural analyses out of Analysis library into their own lib
Chris Lattner
2002-01-31
Resolve deps
Chris Lattner
2002-01-21
Eliminate opt library
Chris Lattner
2001-12-05
Simplify induction variables before 'raising' the representation
Chris Lattner
2001-11-14
Fix link prob
Chris Lattner
2001-11-01
Move the Raise xform from opt to transforms
Chris Lattner
2001-10-31
Initial checkin of GCCAS
Chris Lattner