summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2-7/+15
2006-07-28Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins1-5/+0
2006-07-28This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins1-15/+132
2006-07-27Undo last commit, which was committed accidentally.Reid Spencer1-2/+0
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer3-2/+5
2006-07-26Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner1-1/+4
2006-07-26Add llvm2cpp to DIRs listChris Lattner1-3/+2
2006-07-26Make changes necessary for stopping the build if a cyclic libraryReid Spencer2-2/+4
2006-07-26Build llvm-config to identify library cycles earlier in the build process.Reid Spencer1-3/+3
2006-07-21Fix MacOSX build failures. (pr841)Devang Patel1-1/+1
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2-2/+2
2006-07-20Fix linking on AlphaAndrew Lenharth1-1/+1
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer1-1/+2
2006-07-07Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2-5/+14
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