Age | Commit message (Expand) | Author | Files | Lines |
2011-03-14 | Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later... | Francois Pichet | 1 | -1/+2 |
2011-03-14 | This patch is a big refactoring of llvm-diff. It doesn't add new features, bu... | Renato Golin | 8 | -321/+452 |
2011-03-13 | LTO is not ready for Windows. | Oscar Fuentes | 1 | -1/+4 |
2011-03-12 | Build EnhancedDisassembly as a shared library too. | Oscar Fuentes | 1 | -5/+28 |
2011-03-12 | Build LTO as a static library too. | Oscar Fuentes | 1 | -4/+12 |
2011-03-12 | Build LTO as a static library too. | Oscar Fuentes | 2 | -5/+9 |
2011-03-12 | Update link components for llvm-dis and LTO. | Oscar Fuentes | 2 | -2/+4 |
2011-03-11 | Force re-linking of LLVMgold.so when its exports file changes. | Oscar Fuentes | 1 | -0/+6 |
2011-03-11 | Fix processing of gold.exports. | Oscar Fuentes | 1 | -1/+1 |
2011-03-11 | While printing annotations, print line number and variable name if debug info... | Devang Patel | 2 | -5/+50 |
2011-03-11 | Add LTO and gold plugin to the CMake build. Linux-only, support for | Oscar Fuentes | 3 | -0/+58 |
2011-03-02 | Add a special streamer to libLTO that just records symbols definitions and | Rafael Espindola | 4 | -72/+322 |
2011-02-27 | Gold now rescans archives as needed, so the pass-through options are not | Rafael Espindola | 1 | -22/+0 |
2011-02-27 | bfd was fixed, remove the work around. | Rafael Espindola | 1 | -12/+1 |
2011-02-26 | LTO uses MC now. | Rafael Espindola | 1 | -24/+0 |
2011-02-24 | Switch LTO to use MC. This takes the linking of libxul.so from about 7m to | Rafael Espindola | 3 | -129/+35 |
2011-02-24 | fit in 80 cols. | Chris Lattner | 1 | -1/+2 |
2011-02-24 | Plug some leaks in edis. | Benjamin Kramer | 1 | -5/+5 |
2011-02-23 | Fixed a bug in the enhanced disassembly tester that | Sean Callanan | 1 | -82/+86 |
2011-02-22 | CMake: remove unnecessary variable. | Oscar Fuentes | 1 | -2/+1 |
2011-02-22 | Fixed llvm-mc in edis mode to use the result of | Sean Callanan | 1 | -1/+4 |
2011-02-20 | Dispose modules early and only create codegen when the plugin is being | Rafael Espindola | 1 | -5/+19 |
2011-02-20 | Fix some memory leaks and avoid looking in the hash tables twice. | Rafael Espindola | 2 | -35/+53 |
2011-02-20 | This patch lets LLDB build as an LLVM subproject. LLDB is not built in | Stephen Wilson | 1 | -1/+6 |
2011-02-19 | Add modules to codegen as soon as possible. This reduces the link time | Rafael Espindola | 1 | -30/+24 |
2011-02-19 | Make "-opt [-emit-llvm]" work for .ll files. | Mikhail Glushenkov | 1 | -2/+4 |
2011-02-18 | add a way to disable all builtins, wire it up to opt's -disable-simplifylibca... | Chris Lattner | 1 | -2/+6 |
2011-02-18 | Have opt set up a specific TargetLibraryInfo for modules | Chris Lattner | 1 | -2/+8 |
2011-02-18 | Move library stuff out of the toplevel CMakeLists.txt file. | Oscar Fuentes | 1 | -0/+3 |
2011-02-18 | Revert r125956, which broke the build if you _don't_ have lldb checked out. | Owen Anderson | 1 | -6/+1 |
2011-02-18 | This patch lets LLDB build as an LLVM subproject. LLDB is not built in | Stephen Wilson | 1 | -1/+6 |
2011-02-18 | Make -disable-simplify-libcalls work with -std-compile-opts | Peter Collingbourne | 1 | -1/+1 |
2011-02-16 | Add a debug obj-path option to make it easy to keep the .o produce by LTO. | Rafael Espindola | 1 | -14/+24 |
2011-02-14 | Switch llvm to using comdats. For now always use groups with a single | Rafael Espindola | 1 | -2/+2 |
2011-02-13 | improve solaris support, from PR9109, patch by Yuri! | Chris Lattner | 1 | -0/+5 |
2011-02-12 | Preserve aliases if needed. | Rafael Espindola | 1 | -0/+8 |
2011-02-12 | Fix a silly bug I introduced when dropping std::string. | Rafael Espindola | 1 | -0/+2 |
2011-02-11 | fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel! | Chris Lattner | 1 | -1/+1 |
2011-02-11 | Remove std::string version of getNameWithPrefix. | Rafael Espindola | 2 | -4/+10 |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi | 1 | -2/+0 |
2011-02-09 | tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime. | NAKAMURA Takumi | 1 | -0/+2 |
2011-02-09 | tools/llvm-ld: Cygwin can handle #!shbang. | NAKAMURA Takumi | 1 | -1/+1 |
2011-02-08 | Don't open the file again in the gold plugin. To be able to do this, update | Rafael Espindola | 5 | -7/+46 |
2011-02-08 | Added bugpoint options: -compile-custom and -compile-command=... | Andrew Trick | 3 | -30/+133 |
2011-02-08 | whitespace | Andrew Trick | 2 | -12/+12 |
2011-02-01 | Don't tell the linker about available_externally definitions. If we do, it will | Rafael Espindola | 1 | -0/+4 |
2011-01-31 | While printing "interesting" breakpoint locations for debug info quality test... | Devang Patel | 1 | -27/+12 |
2011-01-27 | Don't show -pedantic, -W and -Wall on the output of | Oscar Fuentes | 1 | -0/+11 |
2011-01-23 | Add support for the --noexecstack option. | Rafael Espindola | 1 | -1/+6 |
2011-01-20 | RegionPassPrinter should contain the name of the pass printed | Tobias Grosser | 1 | -2/+2 |