summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+5
* Free memory allocated by copy_env.Chris Lattner2006-05-141-1/+3
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-141-16/+21
* Fix a bug found by inspection.Chris Lattner2006-05-141-1/+5
* Delete memory allocated by CopyEnvChris Lattner2006-05-141-1/+3
* Remove dead return value.Chris Lattner2006-05-121-1/+1
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-122-0/+2
* wrap long lineChris Lattner2006-05-041-1/+2
* Adjust to use proper TargetData copy ctorChris Lattner2006-05-041-2/+1
* For PR764:Reid Spencer2006-05-033-65/+21
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+1
* This no longer needs the JIT.Chris Lattner2006-04-221-4/+1
* Okay, llvm-config is good to go now.Reid Spencer2006-04-201-1/+1
* Several Changes To Support Building llvm-config:Reid Spencer2006-04-202-10/+42
* Don't build llvm-config until issues are resolved.Reid Spencer2006-04-201-1/+1
* Build the llvm-config directory as a tool.Reid Spencer2006-04-201-1/+1
* Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer2006-04-201-5/+0
* Never link in sparcv9Chris Lattner2006-04-201-10/+0
* fix printing call graphsAndrew Lenharth2006-04-182-2/+2
* Add a warning.Chris Lattner2006-04-181-0/+3
* Add a warningChris Lattner2006-04-181-0/+1
* one too many l'sChris Lattner2006-04-131-1/+1
* Distribute CVS versions of lex filesReid Spencer2006-04-121-1/+1
* 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