aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-241-1/+2
* Ignore the lexer output.Reid Spencer2006-03-241-0/+1
* Remove the interpreter component as its not working at the moment.Reid Spencer2006-03-241-5/+1
* Ignore temporary files generated by building.Reid Spencer2006-03-231-0/+5
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-233-14/+29
* Don't print out ugly command line when building LibDeps.txt.Reid Spencer2006-03-231-1/+3
* Updated for library changes:Reid Spencer2006-03-231-2/+2
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-3/+1
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-223-1/+569
* The library dependency file in flat format. This file is generated by theReid Spencer2006-03-191-0/+35
* First cut at the Makefile for llvm-config. This initial version just providesReid Spencer2006-03-191-0/+16
* add an assert to get a slightly better msg about this problemChris Lattner2006-03-161-0/+3
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner2006-03-081-4/+89
* Fit to 80 columns.Chris Lattner2006-03-081-7/+14
* Make sure command line options are parsed before we try to add the LibPathReid Spencer2006-03-061-4/+4
* For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth2006-03-051-0/+13
* Implemented -quiet feature for analyzeRobert Bocchino2006-03-031-30/+35
* Turn on loop unswitching tonightChris Lattner2006-02-221-0/+1
* reorder some librariesChris Lattner2006-02-221-1/+1
* remove support for the skeleton targetChris Lattner2006-02-161-5/+0
* Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner2006-02-142-0/+201
* SparcV8 -> SparcChris Lattner2006-02-051-2/+2
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-041-0/+6
* Pass plugins on to children when optimizing.Andrew Lenharth2006-01-261-1/+10
* Remove dead #includeChris Lattner2006-01-231-1/+0
* It doesn't make sense to give llc a list of passes on the command line,Chris Lattner2006-01-231-18/+0
* this doesn't work, remove itChris Lattner2006-01-231-2/+0
* add explicit #includes of iostreamChris Lattner2006-01-222-0/+2
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Revert this, I didn't mean to commit itChris Lattner2006-01-171-8/+0
* Add support for programs with a null argv[0]Chris Lattner2006-01-171-0/+8
* For PR521:Reid Spencer2006-01-102-2/+15
* Fix line length of a comment.Reid Spencer2006-01-081-2/+2
* remove unused headerChris Lattner2006-01-051-1/+0
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-3/+0
* Adding MachineDebugInfo as a immutable pass.Jim Laskey2006-01-041-0/+4
* Revert removal of std:: prefixes and addtion of "using namespace std;".Reid Spencer2005-12-301-55/+55
* don't need this anymoreDuraid Madina2005-12-301-1/+0
* delete file portablyDuraid Madina2005-12-301-1/+2
* General cleanup:Reid Spencer2005-12-291-61/+66
* dittoDuraid Madina2005-12-281-0/+1
* more compliance stufffDuraid Madina2005-12-281-0/+1
* behold my standards-compliant humps!Duraid Madina2005-12-281-1/+2
* WAKEY WAKEYDuraid Madina2005-12-281-1/+1
* Get bugpoint building with VC++ again.Jeff Cohen2005-12-231-0/+1
* For PR351:Reid Spencer2005-12-224-65/+97
* Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner2005-12-222-6/+34
* Implement PR679:Reid Spencer2005-12-223-7/+15
* Implement PR512:Reid Spencer2005-12-211-0/+39