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
/
lib
/
Transforms
/
Makefile
Age
Commit message (
Expand
)
Author
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2010-04-15
Revert r100896 and around - this breaks the only mingw32 buildbot we have.
Anton Korobeynikov
2010-04-09
suck the propagating "has dynamic libs" check into a single makefile
Chris Lattner
2010-04-09
add minix support, patch by Kees van Reeuwijk! PR6797
Chris Lattner
2010-01-04
move instcombine to its own library, it's past time.
Chris Lattner
2009-08-18
The attached patches attempt to fix cross builds. For example, if you
Anton Korobeynikov
2009-03-11
I should definitely read make docs someday :(
Anton Korobeynikov
2009-03-11
Unbreak the build. Dunno, why it did not fail on mingw :(
Anton Korobeynikov
2009-03-11
Disable plugins / shared stuff generation on windows targets.
Anton Korobeynikov
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-04-11
Build Hello by default so it can be used in test cases.
Reid Spencer
2007-02-03
For PR1072:
Reid Spencer
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2002-09-29
Convert DIRS to PARALLEL_DIRS. They can be built independently.
Vikram S. Adve
2002-07-23
*** empty log message ***
Chris Lattner
2002-05-07
Build Transforms Utils library
Chris Lattner
2001-12-03
Compile the scalar directory
Chris Lattner
2001-11-26
Build IPO directory
Chris Lattner
2001-10-15
Added Instrumentation subdirectory.
Vikram S. Adve
2001-10-13
Check in makefile
Chris Lattner