aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2006-06-27Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner
2006-06-27Fix cut-n-pasto in comments.Devang Patel
2006-06-21Remove unneeded libsChris Lattner
2006-06-21For PR811:Reid Spencer
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-15Actually add instructions to the list of defined values so it getsReid Spencer
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2006-06-09After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner
2006-06-08This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner
2006-06-07Shorten a value description so --help out isn't so wide.Reid Spencer
2006-06-07Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer
2006-06-07For PR780:Reid Spencer
2006-06-07Remove useless noop argumentChris Lattner
2006-06-06Fix a bug in the following scenario.Chris Lattner
2006-06-06Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-06-06Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer
2006-06-02temporarily add back this option, I will remove it in a couple daysChris Lattner
2006-06-02Fix a -pedantic warningChris Lattner
2006-06-02Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner
2006-06-02Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner
2006-06-02Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner
2006-06-02Convert to standard file headerChris Lattner
2006-06-02Remove a couple of things no longer figured out by autoconfChris Lattner
2006-06-02Add several more autoconf variables so that new features can be implementedReid Spencer
2006-06-02Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner
2006-06-02Remove some variables from the configured section that aren't.Chris Lattner
2006-06-02Remove more "alpha is archive" stuff.Chris Lattner
2006-06-02Suppress -pedantic warnings about print("%a")Reid Spencer
2006-06-02Remove obsolete CORE_IS_ARCHIVE supportChris Lattner
2006-06-02Update the ignore fileChris Lattner
2006-06-01Teach CppWriter how to emit an inline (partial) function.Reid Spencer
2006-06-01Restore default arguments for llvm2cpp back to health by declaring anReid Spencer
2006-06-01Fix a bug where incorrect C++ was being emitted.Reid Spencer
2006-06-01Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer
2006-06-01Oops, llc needs libTarget.a not Target.oReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-31fix utostrAndrew Lenharth
2006-05-31Major reorganization and extension of the code. The diff on this will be aReid Spencer
2006-05-31Don't generate module definitions when the -fragment option is given.Reid Spencer
2006-05-30llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer
2006-05-30Fix more bugs. This version now passes all of the Feature test except forReid Spencer
2006-05-30Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer
2006-05-30First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer
2006-05-29Silly cleanupChris Lattner
2006-05-29silly cleanupChris Lattner
2006-05-29Next batch of implementation:Reid Spencer
2006-05-29Fix file header comment.Reid Spencer
2006-05-29Remove temporary testing rules.Reid Spencer