aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2006-08-23If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.Devang Patel
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23Rearrange order to build more frequently used tools first and make theReid Spencer
2006-08-23Fix a typo.Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Rearrange the build order to better accommodate parallel build by reducingReid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR885:Reid Spencer
2006-08-21Fix a build failureNate Begeman
2006-08-21For PR797:Reid Spencer
2006-08-20Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer
2006-08-20Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer
2006-08-20Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer
2006-08-18For PR797:Reid Spencer
2006-08-18For PR872:Reid Spencer
2006-08-17fit in 80 colsChris Lattner
2006-08-17minor cleanupsChris Lattner
2006-08-16Patches to correct several bugs in llvmc.Reid Spencer
2006-08-15Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-08-14untabifyDevang Patel
2006-08-14Use mangler, instead of addUnderscore(), to get mangled name.Devang Patel
2006-08-14Provide indentation of the generated program.Reid Spencer
2006-08-11Don't print double newline for --src-root and --obj-root as it tends toReid Spencer
2006-08-04Fixed typo. Thanks, Reid.Anton Korobeynikov
2006-08-04Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov
2006-08-04Collect references from globals.Devang Patel
2006-08-03For PR845:Reid Spencer
2006-08-03Fix a typo in the name of expand_dependencies.Reid Spencer
2006-08-03Make it fit into 80-columns.Devang Patel
2006-08-03Fix typo.Devang Patel
2006-08-03Simplify. Use addprefix.Devang Patel
2006-08-03Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner
2006-08-03Remove ARM for the moment since it is a work in progress.Devang Patel
2006-08-03Add new tool, lto, to do link time optimization. This tool installsDevang Patel
2006-08-01Fix the build on case-sensitive filesystems :(Chris Lattner
2006-08-01no need to check readability hereChris Lattner
2006-08-01No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner
2006-08-01Use Path::getFileStatusChris Lattner
2006-08-01Use Path::getFileStatus to get status-related info.Chris Lattner
2006-08-01Introducing plugable register allocators and instruction schedulers.Jim Laskey
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-28Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins
2006-07-28This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins
2006-07-27Undo last commit, which was committed accidentally.Reid Spencer
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-26Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner