summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner21-0/+24
2006-07-06Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2-82/+55
2006-07-06Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner3-30/+19
2006-07-03Split long comment lines.Reid Spencer1-6/+4
2006-06-27Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner3-25/+45
2006-06-27Fix cut-n-pasto in comments.Devang Patel1-6/+5
2006-06-21Remove unneeded libsChris Lattner1-1/+1
2006-06-21For PR811:Reid Spencer1-2/+0
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner8-8/+8
2006-06-15Actually add instructions to the list of defined values so it getsReid Spencer1-0/+1
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner5-12/+14
2006-06-09After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner1-0/+2
2006-06-08This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner1-2/+0
2006-06-07Shorten a value description so --help out isn't so wide.Reid Spencer1-1/+1
2006-06-07Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer1-0/+1
2006-06-07For PR780:Reid Spencer5-1/+23
2006-06-07Remove useless noop argumentChris Lattner1-2/+0
2006-06-06Fix a bug in the following scenario.Chris Lattner1-1/+2
2006-06-06Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner1-7/+19
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner6-9/+8
2006-06-06Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner1-6/+4
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer3-14/+58
2006-06-02temporarily add back this option, I will remove it in a couple daysChris Lattner1-0/+2
2006-06-02Fix a -pedantic warningChris Lattner1-1/+1
2006-06-02Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner1-9/+18
2006-06-02Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner1-12/+33
2006-06-02Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner2-0/+2
2006-06-02Convert to standard file headerChris Lattner1-4/+9
2006-06-02Remove a couple of things no longer figured out by autoconfChris Lattner1-3/+0
2006-06-02Add several more autoconf variables so that new features can be implementedReid Spencer1-0/+20
2006-06-02Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner1-0/+8
2006-06-02Remove some variables from the configured section that aren't.Chris Lattner1-9/+6
2006-06-02Remove more "alpha is archive" stuff.Chris Lattner1-15/+2
2006-06-02Suppress -pedantic warnings about print("%a")Reid Spencer1-0/+3
2006-06-02Remove obsolete CORE_IS_ARCHIVE supportChris Lattner2-10/+4
2006-06-02Update the ignore fileChris Lattner1-1/+2
2006-06-01Teach CppWriter how to emit an inline (partial) function.Reid Spencer1-50/+132
2006-06-01Restore default arguments for llvm2cpp back to health by declaring anReid Spencer1-1/+1
2006-06-01Fix a bug where incorrect C++ was being emitted.Reid Spencer1-1/+0
2006-06-01Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer1-6/+6
2006-06-01Oops, llc needs libTarget.a not Target.oReid Spencer1-1/+1
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer19-39/+40
2006-05-31fix utostrAndrew Lenharth1-1/+1
2006-05-31Major reorganization and extension of the code. The diff on this will be aReid Spencer1-487/+698
2006-05-31Don't generate module definitions when the -fragment option is given.Reid Spencer1-51/+59
2006-05-30llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer1-0/+2
2006-05-30Fix more bugs. This version now passes all of the Feature test except forReid Spencer1-135/+244
2006-05-30Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer1-73/+161
2006-05-30First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer1-274/+308
2006-05-29Silly cleanupChris Lattner1-1/+1