summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later...Francois Pichet1-1/+2
2011-03-14This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin8-321/+452
2011-03-13LTO is not ready for Windows.Oscar Fuentes1-1/+4
2011-03-12Build EnhancedDisassembly as a shared library too.Oscar Fuentes1-5/+28
2011-03-12Build LTO as a static library too.Oscar Fuentes1-4/+12
2011-03-12Build LTO as a static library too.Oscar Fuentes2-5/+9
2011-03-12Update link components for llvm-dis and LTO.Oscar Fuentes2-2/+4
2011-03-11Force re-linking of LLVMgold.so when its exports file changes.Oscar Fuentes1-0/+6
2011-03-11Fix processing of gold.exports.Oscar Fuentes1-1/+1
2011-03-11While printing annotations, print line number and variable name if debug info...Devang Patel2-5/+50
2011-03-11Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes3-0/+58
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