aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2006-01-10For PR521:Reid Spencer
2006-01-08Fix line length of a comment.Reid Spencer
2006-01-05remove unused headerChris Lattner
2006-01-04Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey
2006-01-04Adding MachineDebugInfo as a immutable pass.Jim Laskey
2005-12-30Revert removal of std:: prefixes and addtion of "using namespace std;".Reid Spencer
2005-12-30don't need this anymoreDuraid Madina
2005-12-30delete file portablyDuraid Madina
2005-12-29General cleanup:Reid Spencer
2005-12-28dittoDuraid Madina
2005-12-28more compliance stufffDuraid Madina
2005-12-28behold my standards-compliant humps!Duraid Madina
2005-12-28WAKEY WAKEYDuraid Madina
2005-12-23Get bugpoint building with VC++ again.Jeff Cohen
2005-12-22For PR351:Reid Spencer
2005-12-22Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner
2005-12-22Implement PR679:Reid Spencer
2005-12-21Implement PR512:Reid Spencer