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