aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream r129128Jush Lu2011-04-0944-625/+1077
|\
| * If present, use gold's support for getting a file view. This prevents havingRafael Espindola2011-04-071-1/+12
| * RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-5/+5
| * remove graphprinter support for domfrontier.Chris Lattner2011-04-051-3/+1
| * Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-052-0/+6
| * whitespaceAndrew Trick2011-04-052-10/+10
| * Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-051-1/+1
| * Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-4/+17
| * Update BreakpointPrinter to emit original function names only. Devang Patel2011-04-041-15/+31
| * Remove unused function.Eric Christopher2011-04-041-21/+0
| * silence an unused function warning.Chris Lattner2011-04-041-0/+2
| * Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-031-2/+2
| * CMake: remove debug code from previous commit.Oscar Fuentes2011-04-011-4/+0
| * Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes2011-04-011-4/+8
| * Update CMakeLists.txtDevang Patel2011-04-011-1/+1
| * Fix whitespace.Michael J. Spencer2011-03-312-23/+23
| * Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-315-13/+14
| * Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
| * (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
| * Update CMake link dependency.Francois Pichet2011-03-291-1/+1
| * Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-292-2/+3
| * Expoert c interface for disassembler.Devang Patel2011-03-292-1/+5
| * MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-0/+6
| * 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