summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Build the llvm-config directory as a tool.Reid Spencer2006-04-20
* Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer2006-04-20
* Never link in sparcv9Chris Lattner2006-04-20
* fix printing call graphsAndrew Lenharth2006-04-18
* Add a warning.Chris Lattner2006-04-18
* Add a warningChris Lattner2006-04-18
* one too many l'sChris Lattner2006-04-13
* Distribute CVS versions of lex filesReid Spencer2006-04-12
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-24
* Ignore the lexer output.Reid Spencer2006-03-24
* Remove the interpreter component as its not working at the moment.Reid Spencer2006-03-24
* Ignore temporary files generated by building.Reid Spencer2006-03-23
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-23
* Don't print out ugly command line when building LibDeps.txt.Reid Spencer2006-03-23
* Updated for library changes:Reid Spencer2006-03-23
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-23
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-22
* The library dependency file in flat format. This file is generated by theReid Spencer2006-03-19
* First cut at the Makefile for llvm-config. This initial version just providesReid Spencer2006-03-19
* add an assert to get a slightly better msg about this problemChris Lattner2006-03-16
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner2006-03-08
* Fit to 80 columns.Chris Lattner2006-03-08
* Make sure command line options are parsed before we try to add the LibPathReid Spencer2006-03-06
* For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth2006-03-05
* Implemented -quiet feature for analyzeRobert Bocchino2006-03-03
* Turn on loop unswitching tonightChris Lattner2006-02-22
* reorder some librariesChris Lattner2006-02-22
* remove support for the skeleton targetChris Lattner2006-02-16
* Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner2006-02-14
* SparcV8 -> SparcChris Lattner2006-02-05
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-04
* Pass plugins on to children when optimizing.Andrew Lenharth2006-01-26
* Remove dead #includeChris Lattner2006-01-23
* It doesn't make sense to give llc a list of passes on the command line,Chris Lattner2006-01-23
* this doesn't work, remove itChris Lattner2006-01-23
* add explicit #includes of iostreamChris Lattner2006-01-22
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Revert this, I didn't mean to commit itChris Lattner2006-01-17
* Add support for programs with a null argv[0]Chris Lattner2006-01-17
* For PR521:Reid Spencer2006-01-10
* Fix line length of a comment.Reid Spencer2006-01-08
* remove unused headerChris Lattner2006-01-05
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-04
* Adding MachineDebugInfo as a immutable pass.Jim Laskey2006-01-04
* Revert removal of std:: prefixes and addtion of "using namespace std;".Reid Spencer2005-12-30
* don't need this anymoreDuraid Madina2005-12-30
* delete file portablyDuraid Madina2005-12-30
* General cleanup:Reid Spencer2005-12-29
* dittoDuraid Madina2005-12-28