History log of /external/llvm/lib/Transforms/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
24c4898973a074713201fb9351d302b9f7733e92 28-Jan-2013 Michael Gottesman <mgottesman@apple.com> Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173647 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
de5e5ec3045a73a06b1054417f9ac6c02929e9ce 01-Feb-2012 Hal Finkel <hfinkel@anl.gov> Add a basic-block autovectorization pass.

This is the initial checkin of the basic-block autovectorization pass along with some supporting vectorization infrastructure.
Special thanks to everyone who helped review this code over the last several months (especially Tobias Grosser).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149468 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
764f62ba601ed80710a05565b61c6dd4fbb73eea 15-Apr-2010 Anton Korobeynikov <asl@math.spbu.ru> Revert r100896 and around - this breaks the only mingw32 buildbot we have.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101387 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
e3a39d40db3893be37107356f0c1680bef8a8ec1 09-Apr-2010 Chris Lattner <sabre@nondot.org> suck the propagating "has dynamic libs" check into a single makefile
variable TARGET_HAS_DYNAMIC_LIBS


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100896 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
21aa347c2816aa8fc635ad05c5ab786234b32c7e 09-Apr-2010 Chris Lattner <sabre@nondot.org> add minix support, patch by Kees van Reeuwijk! PR6797


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100895 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
dffbef0d76549ac400e47c3688ad2d140eb49212 04-Jan-2010 Chris Lattner <sabre@nondot.org> move instcombine to its own library, it's past time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92459 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
e55db741523b51f3f754b6dd62c5e0f52bb83b98 18-Aug-2009 Anton Korobeynikov <asl@math.spbu.ru> The attached patches attempt to fix cross builds. For example, if you
try to use i686-darwin to build for arm-eabi, you'll quickly run into
several false assumptions that the target OS must be the same as the
host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
help builds like "make check" and the test-suite able to cross
compile. Along the way a target of *-unknown-eabi is defined as
"Freestanding" so that TARGET_OS checks have something to work with.

Patch by Sandeep Patel!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79296 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
26d6e21c5361ad30f551cecaefddcaa1ed7f040f 11-Mar-2009 Anton Korobeynikov <asl@math.spbu.ru> I should definitely read make docs someday :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66699 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
317bc24cd6223940c750defe2dc0c8206146e5c1 11-Mar-2009 Anton Korobeynikov <asl@math.spbu.ru> Unbreak the build. Dunno, why it did not fail on mingw :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66692 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
ad9d21a9527ab8a236e11b6f83bbf67a7a97406d 11-Mar-2009 Anton Korobeynikov <asl@math.spbu.ru> Disable plugins / shared stuff generation on windows targets.
This fixes fallout from recent PIC/delibtoolize changes and unbreaks
build on cygming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66686 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
9b8f542e2746b28721b3ec603c3aaaa10ea708fc 09-Jan-2009 Misha Brukman <brukman+llvm@gmail.com> Removed trailing whitespace from Makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
fc643c5e88c596f217750dd91fcc66488dfed73d 29-Dec-2007 Chris Lattner <sabre@nondot.org> remove attribution from lib Makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
3234b3e1f23a6fe5c6e39194ff8057aea951e869 11-Apr-2007 Reid Spencer <rspencer@reidspencer.com> Build Hello by default so it can be used in test cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35922 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
7ba98a90008727e2fa0dfc1787cad71e1b6021eb 04-Feb-2007 Reid Spencer <rspencer@reidspencer.com> For PR1072:
Removing -raise has neglible positive or negative side effects so we are
opting to remove it. See the PR for comparison details.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33844 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342 24-Oct-2005 Chris Lattner <sabre@nondot.org> DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23940 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
ab0ed3592b0837c31aaaab65edd9bac8746f899e 24-Oct-2005 Chris Lattner <sabre@nondot.org> Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23933 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
6cb21d443eff9369e4f9035af28efd627e8f3909 28-Oct-2004 Reid Spencer <rspencer@reidspencer.com> Change Library Names Not To Conflict With Others When Installed


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17286 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
e488e9360b1a865ba604330965edcf139e590b65 21-Oct-2003 John Criswell <criswell@uiuc.edu> Added LLVM copyright notice to Makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
41174595670a6d51671f174f44e376ada78d1841 29-Sep-2002 Vikram S. Adve <vadve@cs.uiuc.edu> Convert DIRS to PARALLEL_DIRS. They can be built independently.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3972 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
56d27019e6aebd7cfa5d031c832193eb66d75830 23-Jul-2002 Chris Lattner <sabre@nondot.org> *** empty log message ***


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
0ed2e4b55478442f334d2b730197d87ae2adcada 07-May-2002 Chris Lattner <sabre@nondot.org> Build Transforms Utils library


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2514 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
c50df7e3aafee8830ea649df9b2e153fedc3bb2b 03-Dec-2001 Chris Lattner <sabre@nondot.org> Compile the scalar directory


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1403 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
d4c1550cac705e91b1cd9f971d64bd363dd9e540 26-Nov-2001 Chris Lattner <sabre@nondot.org> Build IPO directory


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1381 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
54287145e7638fb5537969fc3b6338da35104985 15-Oct-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Added Instrumentation subdirectory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@819 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile
ce2a550d5e3f7165992f8d64c6d085eba82de7cf 13-Oct-2001 Chris Lattner <sabre@nondot.org> Check in makefile


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@788 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Makefile