aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2006-05-12Remove dead return value.Chris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-04wrap long lineChris Lattner
2006-05-04Adjust to use proper TargetData copy ctorChris Lattner
2006-05-03For PR764:Reid Spencer
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-22This no longer needs the JIT.Chris Lattner
2006-04-20Okay, llvm-config is good to go now.Reid Spencer
2006-04-20Several Changes To Support Building llvm-config:Reid Spencer
2006-04-20Don't build llvm-config until issues are resolved.Reid Spencer
2006-04-20Build the llvm-config directory as a tool.Reid Spencer
2006-04-20Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer
2006-04-20Never link in sparcv9Chris Lattner
2006-04-18fix printing call graphsAndrew Lenharth
2006-04-18Add a warning.Chris Lattner
2006-04-18Add a warningChris Lattner
2006-04-13one too many l'sChris Lattner
2006-04-12Distribute CVS versions of lex filesReid Spencer
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen
2006-03-24Ignore the lexer output.Reid Spencer
2006-03-24Remove the interpreter component as its not working at the moment.Reid Spencer
2006-03-23Ignore temporary files generated by building.Reid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2006-03-23Don't print out ugly command line when building LibDeps.txt.Reid Spencer
2006-03-23Updated for library changes:Reid Spencer
2006-03-23remove always-null IntrinsicLowering argument.Chris Lattner
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer
2006-03-19The library dependency file in flat format. This file is generated by theReid Spencer
2006-03-19First cut at the Makefile for llvm-config. This initial version just providesReid Spencer
2006-03-16add an assert to get a slightly better msg about this problemChris Lattner
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-03-08Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner
2006-03-08Fit to 80 columns.Chris Lattner
2006-03-06Make sure command line options are parsed before we try to add the LibPathReid Spencer
2006-03-05For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth
2006-03-03Implemented -quiet feature for analyzeRobert Bocchino
2006-02-22Turn on loop unswitching tonightChris Lattner
2006-02-22reorder some librariesChris Lattner
2006-02-16remove support for the skeleton targetChris Lattner
2006-02-14Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner
2006-02-05SparcV8 -> SparcChris Lattner
2006-02-04Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner
2006-01-26Pass plugins on to children when optimizing.Andrew Lenharth
2006-01-23Remove dead #includeChris Lattner
2006-01-23It doesn't make sense to give llc a list of passes on the command line,Chris Lattner
2006-01-23this doesn't work, remove itChris Lattner
2006-01-22add explicit #includes of iostreamChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-17Revert this, I didn't mean to commit itChris Lattner
2006-01-17Add support for programs with a null argv[0]Chris Lattner