aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* llvm-stub.cpp: mingw-w64 tweak.NAKAMURA Takumi2011-03-241-1/+1
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-225-73/+63
* We don't need a null terminator for the output file.Rafael Espindola2011-03-221-1/+4
* Propogate the error message, not just the error state.Jim Grosbach2011-03-221-2/+3
* Updated library dependencies.Oscar Fuentes2011-03-221-1/+1
* Update link components.Jim Grosbach2011-03-221-1/+1
* Build the new RuntimeDyld library.Oscar Fuentes2011-03-211-1/+1
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-212-227/+11
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-214-9/+47
* Make llvm-config.in configuration more MSYS-friendly.Oscar Fuentes2011-03-191-9/+10
* CMake: store TARGET_TRIPLE on llvm-config.in.Oscar Fuentes2011-03-191-0/+1
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-181-0/+1
* Use lazy parsing in LTO. Unfortunately this is only a 3% time saving forRafael Espindola2011-03-182-8/+27
* Add llvm-rtdyld support for loading 32-bit code.Jim Grosbach2011-03-181-66/+158
* Update list of link components for llvm-rtdyld.Oscar Fuentes2011-03-181-1/+1
* Naming conventional tidy up.Jim Grosbach2011-03-181-2/+2
* MachO file loader and execution utility.Jim Grosbach2011-03-185-3/+264
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-182-46/+2
* tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi2011-03-181-1/+0
* llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.NAKAMURA Takumi2011-03-181-5/+5
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-171-9/+2
* Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings2011-03-171-1/+1
* Revert 127813 while fixing broken test.Stuart Hastings2011-03-171-1/+1
* Add type output to llvm-dis. Patch by Yuri!Stuart Hastings2011-03-171-1/+1
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-175-41/+36
* Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later...Francois Pichet2011-03-141-1/+2
* This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin2011-03-148-321/+452
* LTO is not ready for Windows.Oscar Fuentes2011-03-131-1/+4
* Build EnhancedDisassembly as a shared library too.Oscar Fuentes2011-03-121-5/+28
* Build LTO as a static library too.Oscar Fuentes2011-03-121-4/+12
* Build LTO as a static library too.Oscar Fuentes2011-03-122-5/+9
* Update link components for llvm-dis and LTO.Oscar Fuentes2011-03-122-2/+4
* Force re-linking of LLVMgold.so when its exports file changes.Oscar Fuentes2011-03-111-0/+6
* Fix processing of gold.exports.Oscar Fuentes2011-03-111-1/+1
* While printing annotations, print line number and variable name if debug info...Devang Patel2011-03-112-5/+50
* Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes2011-03-113-0/+58
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-024-72/+322
* Gold now rescans archives as needed, so the pass-through options are notRafael Espindola2011-02-271-22/+0
* bfd was fixed, remove the work around.Rafael Espindola2011-02-271-12/+1
* LTO uses MC now.Rafael Espindola2011-02-261-24/+0
* Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola2011-02-243-129/+35
* fit in 80 cols.Chris Lattner2011-02-241-1/+2
* Plug some leaks in edis.Benjamin Kramer2011-02-241-5/+5
* Fixed a bug in the enhanced disassembly tester thatSean Callanan2011-02-231-82/+86
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-221-2/+1
* Fixed llvm-mc in edis mode to use the result ofSean Callanan2011-02-221-1/+4
* Dispose modules early and only create codegen when the plugin is beingRafael Espindola2011-02-201-5/+19
* Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola2011-02-202-35/+53
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-201-1/+6
* Add modules to codegen as soon as possible. This reduces the link timeRafael Espindola2011-02-191-30/+24