aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-03-02Add a special streamer to libLTO that just records symbols definitions andRafael Espindola
2011-02-27Gold now rescans archives as needed, so the pass-through options are notRafael Espindola
2011-02-27bfd was fixed, remove the work around.Rafael Espindola
2011-02-26LTO uses MC now.Rafael Espindola
2011-02-24Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola
2011-02-24fit in 80 cols.Chris Lattner
2011-02-24Plug some leaks in edis.Benjamin Kramer
2011-02-23Fixed a bug in the enhanced disassembly tester thatSean Callanan
2011-02-22CMake: remove unnecessary variable.Oscar Fuentes
2011-02-22Fixed llvm-mc in edis mode to use the result ofSean Callanan
2011-02-20Dispose modules early and only create codegen when the plugin is beingRafael Espindola
2011-02-20Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola
2011-02-20This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson
2011-02-19Add modules to codegen as soon as possible. This reduces the link timeRafael Espindola
2011-02-19Make "-opt [-emit-llvm]" work for .ll files.Mikhail Glushenkov
2011-02-18add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner
2011-02-18Have opt set up a specific TargetLibraryInfo for modulesChris Lattner
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-02-18Revert r125956, which broke the build if you _don't_ have lldb checked out.Owen Anderson
2011-02-18This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson
2011-02-18Make -disable-simplify-libcalls work with -std-compile-optsPeter Collingbourne
2011-02-16Add a debug obj-path option to make it easy to keep the .o produce by LTO.Rafael Espindola
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola
2011-02-13improve solaris support, from PR9109, patch by Yuri!Chris Lattner
2011-02-12Preserve aliases if needed.Rafael Espindola
2011-02-12Fix a silly bug I introduced when dropping std::string.Rafael Espindola
2011-02-11fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel!Chris Lattner
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-02-09tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime.NAKAMURA Takumi
2011-02-09tools/llvm-ld: Cygwin can handle #!shbang.NAKAMURA Takumi
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2011-02-08Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick
2011-02-08whitespaceAndrew Trick
2011-02-01Don't tell the linker about available_externally definitions. If we do, it willRafael Espindola
2011-01-31While printing "interesting" breakpoint locations for debug info quality test...Devang Patel
2011-01-27Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes
2011-01-23Add support for the --noexecstack option.Rafael Espindola
2011-01-20RegionPassPrinter should contain the name of the pass printedTobias Grosser
2011-01-20llvm-objdump: Remove redundant includes.Michael J. Spencer
2011-01-20llvm-nm: Fix warning.Michael J. Spencer
2011-01-20Add llvm-objdumpMichael J. Spencer
2011-01-20llvm-nm: Update to use the new LLVMObject library.Michael J. Spencer
2011-01-20gold: MinGW fix.Michael J. Spencer
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes
2011-01-14Fix memory leak found by clang static analyzer.Ted Kremenek
2011-01-14Disable debug mode.Devang Patel
2011-01-13Little help to debug the bugpoint itself.Devang Patel
2011-01-10Fix Whitespace.Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer