index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
Makefile
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-05
Move yaml2obj to tools too.
Rafael Espindola
2013-04-05
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-05
Build obj2yaml with configure+make.
Rafael Espindola
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-02
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-22
Reverting makefile change wile I figure out what the heck happened
Marshall Clow
2012-06-22
Added building yaml2obj to the configure+make build system
Marshall Clow
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-02-15
utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I kn...
Daniel Dunbar
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2010-10-02
remove reference to dead script.
Chris Lattner
2010-08-04
Delete scripts which haven't noticed that CVS has gone away.
Dan Gohman
2010-08-04
cvsupdate is gone.
Dan Gohman
2010-08-02
tests: Add an 'llvm-lit' tool (script), which gets generated as part of the
Daniel Dunbar
2009-09-24
Add count/not tools as executables.
Daniel Dunbar
2009-08-03
Add FileUpdate tool, conditionally updates its output based on its input.
Daniel Dunbar
2009-07-08
Add a new little "FileCheck" utility for regression testing.
Chris Lattner
2009-01-01
Moved Google Test code up one directory so that we can use a standard LLVM
Misha Brukman
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-02-06
Set the new NO_INSTALL flag for build-only tools.
Reid Spencer
2006-04-20
llvm-config doesn't live here anymore ==> tools
Reid Spencer
2006-04-20
Burg not needed any more now that SparcV9 is gone.
Reid Spencer
2006-04-17
Rename BuildShuffleTable -> PerfectShuffle
Chris Lattner
2006-04-13
Add missing things to the distribution.
Reid Spencer
2006-04-12
Fix a typo in the name of a file.
Reid Spencer
2006-04-12
Additional files to distribute.
Reid Spencer
2006-04-12
Add the llvm-config directory to the EXTRA_DIST line so it gets distributed
Reid Spencer
2006-03-23
Update to llvm-config tool, by Erik Kidd:
Reid Spencer
2004-10-25
New Makefile Features:
Reid Spencer
2004-04-13
Out with spiff, in with fpcmp
Chris Lattner
2004-04-12
Build Spiff directory
Brian Gaeke
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-05
Move support/tools/* back into utils
Chris Lattner
2003-09-29
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.
John Criswell
2002-12-02
Add makefile to build subdirs
Chris Lattner