History log of /external/llvm/utils/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/utils/Makefile
3455b32b3e795ea27a31b6cb1c225812515e3e2c 05-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Move yaml2obj to tools too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178904 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
46af06799732192ec7c8d0cc76ea151874b51129 05-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Move obj2yaml to tools to sort out make's dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178835 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
a3b62eb417c580894eb6cef842ff5fe512b97fdf 05-Apr-2013 Rafael Espindola <rafael.espindola@gmail.com> Build obj2yaml with configure+make.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178833 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
a915f247f72570a994d55cd0d2961cd2d7bbd0e1 02-Aug-2012 Michael J. Spencer <bigcheesegs@gmail.com> Add yaml2obj. A utility to convert YAML to binaries.

yaml2obj takes a textual description of an object file in YAML format
and outputs the binary equivalent. This greatly simplifies writing
tests that take binary object files as input.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161205 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
a6d98b8b6cbde389e9b2bfe1dcbbcf07bcca6232 22-Jun-2012 Marshall Clow <mclow@qualcomm.com> Reverting makefile change wile I figure out what the heck happened

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159017 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
360713ec947ca6af3e8c75d5f254a274f4453175 22-Jun-2012 Marshall Clow <mclow@qualcomm.com> Added building yaml2obj to the configure+make build system

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159014 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
61c3d3001515619ce112ae6e26b7d127a4db1b1c 17-Apr-2012 Manuel Klimek <klimek@google.com> Goodbye, JSONParser...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154930 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
5b1065629b56e36cc907d1b04d3a7f5f50780e19 15-Feb-2012 Daniel Dunbar <daniel@zuster.org> utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I know).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150610 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
76f13017fc67b35f10b61e05c13f3643b714fccf 16-Dec-2011 Manuel Klimek <klimek@google.com> Adds a JSON parser and a benchmark (json-bench) to catch performance regressions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146735 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
ab6e55434455850a24fa054478e1c77f99f4992f 02-Oct-2010 Chris Lattner <sabre@nondot.org> remove reference to dead script.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115413 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
5eaa192f59af7889a91e52708215f20d4dbf39c1 04-Aug-2010 Dan Gohman <gohman@apple.com> Delete scripts which haven't noticed that CVS has gone away.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110205 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
8f417a892ff59a2bba786decfbb29cf4fc39eeac 04-Aug-2010 Dan Gohman <gohman@apple.com> cvsupdate is gone.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110204 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
b7698a49c2a9e732fa02c7ebee98ca5c7173b5fc 02-Aug-2010 Daniel Dunbar <daniel@zuster.org> tests: Add an 'llvm-lit' tool (script), which gets generated as part of the
build and has the object build directory baked into it. This allows 'llvm-lit'
to properly find the information needed to run the test suite in all cases,
without requiring the user to have LLVM or 'lit' available in their PATH, for
example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110000 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
48f7ce88a6040c12d4c7d0a5bd208cf1e0bda9d1 24-Sep-2009 Daniel Dunbar <daniel@zuster.org> Add count/not tools as executables.
- Apparently, I'm willing to do incredibly stupid things in the name of portability.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82685 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
05084716c13b4ea79ea29528dcb3c3f8a5271638 03-Aug-2009 Daniel Dunbar <daniel@zuster.org> Add FileUpdate tool, conditionally updates its output based on its input.
- Gratuitous and unused, but possibly useful one day.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77954 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
81cb8caa3eb482d45e0fd54f8022384256619178 08-Jul-2009 Chris Lattner <sabre@nondot.org> Add a new little "FileCheck" utility for regression testing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75022 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
3aae44e19f4179819599dc154dfcee95e6879eb1 01-Jan-2009 Misha Brukman <brukman+llvm@gmail.com> Moved Google Test code up one directory so that we can use a standard LLVM
Makefile with it, without resorting to the use of VPATH.

Also added Makefiles at every level of the directory tree to properly recurse
to Google Test and build it as a library (original Makefiles by Talin).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61539 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
51167848265a0fa006c32557caa4aeb3f482f45e 29-Dec-2007 Chris Lattner <sabre@nondot.org> remove attributions from tools/utils makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45414 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
c9c1787907d247f4df9ed08f5937dea199e1750c 06-Feb-2007 Reid Spencer <rspencer@reidspencer.com> Set the new NO_INSTALL flag for build-only tools.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33967 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
ca432acc52e09e7975d1dcc5057aa25df322162f 20-Apr-2006 Reid Spencer <rspencer@reidspencer.com> llvm-config doesn't live here anymore ==> tools


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27917 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
63ed92e8820080ce99c4e35e8b2cbcca7f504bc0 20-Apr-2006 Reid Spencer <rspencer@reidspencer.com> Burg not needed any more now that SparcV9 is gone.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27901 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
4ad53bdd19539e9781ed1c7644c7a3ea061028b9 17-Apr-2006 Chris Lattner <sabre@nondot.org> Rename BuildShuffleTable -> PerfectShuffle


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27738 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
28421d0a805e0069b8647e11b0e09064b940623a 13-Apr-2006 Reid Spencer <rspencer@reidspencer.com> Add missing things to the distribution.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27650 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
42aa3a59c950d7aff8b6466396878ee5125869d4 13-Apr-2006 Reid Spencer <rspencer@reidspencer.com> Fix a typo in the name of a file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27636 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
db4f336165f94698316db1f06d8c99363702c300 12-Apr-2006 Reid Spencer <rspencer@reidspencer.com> Additional files to distribute.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27627 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
d853fd6b6d6ae9733c8af4194c55e2a6f81a97e9 12-Apr-2006 Reid Spencer <rspencer@reidspencer.com> Add the llvm-config directory to the EXTRA_DIST line so it gets distributed
even though its not being built currently. This prevents dist-check from
failing because configure can't find llvm-config.in.in


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27623 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
b195d9d365e5f960c93ddfdf10638d5d147d9f6f 24-Mar-2006 Reid Spencer <rspencer@reidspencer.com> Update to llvm-config tool, by Erik Kidd:

1. Check for Perl and only build llvm-config if its available.
2. Add some virtual components
3. Don't depend on "standard" location for Perl, but configured location
4. Document the tool with a POD file.

This version is now ready for testing by users.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27005 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
151f8ba3645defc371eb4b68427384e411305734 25-Oct-2004 Reid Spencer <rspencer@reidspencer.com> New Makefile Features:

* "dist" target now builds tar.gz, tar.bz2, and zip files suitable for
distribution. "dist" can only be run from $(BUILD_OBJ_ROOT) and implies
a "check".

* made the preconditions not do a recursive make and ensured that they are
executed sequentially.

* made the messages output by the makefile be prefixed with "llvm" and the
make level (e.g. llvm[1]: ) in the same way that make does so that the
messages are uniform and more readable.

* Fixed the tags target so that tags depends on TAGS which contains the
rules to build a file named TAGS

* Implemented the EXTRA_DIST feature in a few directories to make sure it
works.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17210 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
39975d3671d3a18325ed0a6cc7a24a6ecfaef2cd 13-Apr-2004 Chris Lattner <sabre@nondot.org> Out with spiff, in with fpcmp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12928 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
401be2c18c104cd25b9889143859580c4b7c78b7 13-Apr-2004 Brian Gaeke <gaeke@uiuc.edu> Build Spiff directory


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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
0a92ebf557e09c0d10cba161a9c59bd48923d2c0 05-Oct-2003 Chris Lattner <sabre@nondot.org> Move support/tools/* back into utils


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8875 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
bc7039c0cdfa583fc8a7223a86d231fd88c5d337 29-Sep-2003 John Criswell <criswell@uiuc.edu> Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8734 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/Makefile
24567a9202f80c217fa8cd96d68236f90b7b44e0 02-Dec-2002 Chris Lattner <sabre@nondot.org> Add makefile to build subdirs


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