- 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 14 years ago
- f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 14 years ago
- 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 14 years ago
- 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 14 years ago
- 052aa2c Moved an access to an object past a NULL check, by Sean Callanan · 14 years ago
- b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 14 years ago
- e578252 If present, use gold's support for getting a file view. This prevents having by Rafael Espindola · 14 years ago
- c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 14 years ago
- 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 14 years ago
- ce96902 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 14 years ago
- a41af7a whitespace by Andrew Trick · 14 years ago
- e7510c2 Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming by Oscar Fuentes · 14 years ago
- fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 14 years ago
- 1be9980 Update BreakpointPrinter to emit original function names only. by Devang Patel · 14 years ago
- 138b77c Remove unused function. by Eric Christopher · 14 years ago
- 74a26fe silence an unused function warning. by Chris Lattner · 14 years ago
- 592cf78 Start migrating mach-o dumping facilities to the object file out of a by Eric Christopher · 14 years ago
- 6c1bead CMake: remove debug code from previous commit. by Oscar Fuentes · 14 years ago
- c2db19e Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in by Oscar Fuentes · 14 years ago
- c9d2f0c Update CMakeLists.txt Patch by arrowdoger. by Devang Patel · 14 years ago
- 56584fc Fix whitespace. by Michael J. Spencer · 14 years ago
- c9c08fb Switch FileRemover from PathV1 to V2. by Michael J. Spencer · 14 years ago
- 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
- d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 14 years ago
- 00b7ce6 Update CMake link dependency. by Francois Pichet · 14 years ago
- 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 14 years ago
- a89cfd2 Expoert c interface for disassembler. by Devang Patel · 14 years ago
- c6cf43d MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 14 years ago
- c37c539 llvm-stub.cpp: mingw-w64 tweak. by NAKAMURA Takumi · 14 years ago
- 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 14 years ago
- 11d1803 We don't need a null terminator for the output file. by Rafael Espindola · 14 years ago
- b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
- c943a9a Updated library dependencies. by Oscar Fuentes · 14 years ago
- cb3c5d8 Update link components. by Jim Grosbach · 14 years ago
- 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
- 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago
- a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
- f6474f6 Make llvm-config.in configuration more MSYS-friendly. by Oscar Fuentes · 14 years ago
- 930df9a CMake: store TARGET_TRIPLE on llvm-config.in. by Oscar Fuentes · 14 years ago
- 31649e6 Beginnings of MC-JIT code generation. by Jim Grosbach · 14 years ago
- f19d7a7 Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for by Rafael Espindola · 14 years ago
- 35fdeb7 Add llvm-rtdyld support for loading 32-bit code. by Jim Grosbach · 14 years ago
- d4336e2 Update list of link components for llvm-rtdyld. by Oscar Fuentes · 14 years ago
- 82c25b4 Naming conventional tidy up. by Jim Grosbach · 14 years ago
- 1cb19a4 MachO file loader and execution utility. by Jim Grosbach · 14 years ago
- 9a4584b Simplify the computation of undefined symbols. Instead of walking by Rafael Espindola · 14 years ago
- 0e8d588 tools/lto/LTOModule.cpp: Eliminate an unused variable. by NAKAMURA Takumi · 14 years ago
- 3bc729c llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++. by NAKAMURA Takumi · 14 years ago
- 9916d2a Use RequiresNullTerminator to create buffers without a null terminator by Rafael Espindola · 14 years ago
- c74513d Reapply: Add type output to llvm-dis annotations. Patch by Yuri! by Stuart Hastings · 14 years ago
- 412bf05 Revert 127813 while fixing broken test. by Stuart Hastings · 14 years ago
- 98cc1ef Add type output to llvm-dis. Patch by Yuri! by Stuart Hastings · 14 years ago
- f21b105 Add support in the LTO library for loading an object from the middle of an file. by Rafael Espindola · 14 years ago
- 875c3ff Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later forward declared as a struct) by Francois Pichet · 14 years ago
- 7d4fc4f This patch is a big refactoring of llvm-diff. It doesn't add new features, but it re-organizes the old features, so I can insert the MetadataEngine to use the same infrastructure. by Renato Golin · 14 years ago
- 98f6ddc LTO is not ready for Windows. by Oscar Fuentes · 14 years ago
- b56130f Build EnhancedDisassembly as a shared library too. by Oscar Fuentes · 14 years ago
- 8e3db30 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
- 54efb73 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
- 798403b Update link components for llvm-dis and LTO. by Oscar Fuentes · 14 years ago
- 4839ded Force re-linking of LLVMgold.so when its exports file changes. by Oscar Fuentes · 14 years ago
- aa1fbb4 Fix processing of gold.exports. by Oscar Fuentes · 14 years ago
- 027f099 While printing annotations, print line number and variable name if debug info is present. by Devang Patel · 14 years ago
- 1dc550b Add LTO and gold plugin to the CMake build. Linux-only, support for by Oscar Fuentes · 14 years ago
- 38c4e53 Add a special streamer to libLTO that just records symbols definitions and uses. by Rafael Espindola · 14 years ago
- d36fb9b Gold now rescans archives as needed, so the pass-through options are not by Rafael Espindola · 14 years ago
- 35358e0 bfd was fixed, remove the work around. by Rafael Espindola · 14 years ago
- 981b1c4 LTO uses MC now. by Rafael Espindola · 14 years ago
- e9efea1 Switch LTO to use MC. This takes the linking of libxul.so from about 7m to 6m30. by Rafael Espindola · 14 years ago
- 9992fca fit in 80 cols. by Chris Lattner · 14 years ago
- f26be1e Plug some leaks in edis. by Benjamin Kramer · 14 years ago
- 3894a79 Fixed a bug in the enhanced disassembly tester that by Sean Callanan · 14 years ago
- 50b2846 CMake: remove unnecessary variable. by Oscar Fuentes · 14 years ago
- b21e49c Fixed llvm-mc in edis mode to use the result of by Sean Callanan · 14 years ago
- 8e04fc3 Dispose modules early and only create codegen when the plugin is being by Rafael Espindola · 14 years ago
- cd6c93e Fix some memory leaks and avoid looking in the hash tables twice. by Rafael Espindola · 14 years ago
- ebccf08 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
- 37d42f8 Add modules to codegen as soon as possible. This reduces the link time by Rafael Espindola · 14 years ago
- 75dab00 Make "-opt [-emit-llvm]" work for .ll files. by Mikhail Glushenkov · 14 years ago
- 188a7e0 add a way to disable all builtins, wire it up to opt's -disable-simplifylibcalls flag. by Chris Lattner · 14 years ago
- 2a66aca Have opt set up a specific TargetLibraryInfo for modules with a triple. by Chris Lattner · 14 years ago
- 6d857ca Move library stuff out of the toplevel CMakeLists.txt file. by Oscar Fuentes · 14 years ago
- d78b789 Revert r125956, which broke the build if you _don't_ have lldb checked out. by Owen Anderson · 14 years ago
- ebdf0f9 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
- 90d238c Make -disable-simplify-libcalls work with -std-compile-opts by Peter Collingbourne · 14 years ago
- 5a287d7 Add a debug obj-path option to make it easy to keep the .o produce by LTO. by Rafael Espindola · 14 years ago
- 5d618ef Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 14 years ago
- c55f58b improve solaris support, from PR9109, patch by Yuri! by Chris Lattner · 14 years ago
- 2e3066b Preserve aliases if needed. by Rafael Espindola · 14 years ago
- d7401b3 Fix a silly bug I introduced when dropping std::string. by Rafael Espindola · 14 years ago
- 354c5b9 fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel! by Chris Lattner · 14 years ago
- ef1860a Remove std::string version of getNameWithPrefix. by Rafael Espindola · 14 years ago
- 2fcc17e CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
- 8d5e22a tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime. by NAKAMURA Takumi · 14 years ago
- fea2b51 tools/llvm-ld: Cygwin can handle #!shbang. by NAKAMURA Takumi · 14 years ago
- b4cc031 Don't open the file again in the gold plugin. To be able to do this, update by Rafael Espindola · 14 years ago
- f73311b Added bugpoint options: -compile-custom and -compile-command=... by Andrew Trick · 14 years ago
- de86cbd whitespace by Andrew Trick · 14 years ago
- 4cb310b Don't tell the linker about available_externally definitions. If we do, it will by Rafael Espindola · 14 years ago
- 97f6d5b While printing "interesting" breakpoint locations for debug info quality test harness, focus only on entry block's terminator for now. by Devang Patel · 14 years ago