Fix test-llvm failures.
[oota-llvm.git] / tools /
2011-04-05 Andrew Trickwhitespace
2011-04-05 Oscar FuentesRename LLVMConfig.cmake to LLVM-Config.cmake. The ...
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-04-04 Devang PatelUpdate BreakpointPrinter to emit original function...
2011-04-04 Eric ChristopherRemove unused function.
2011-04-04 Chris Lattnersilence an unused function warning.
2011-04-03 Eric ChristopherStart migrating mach-o dumping facilities to the object...
2011-04-01 Oscar FuentesCMake: remove debug code from previous commit.
2011-04-01 Oscar FuentesFix assignment of -fPIC to CMAKE_C_FLAGS. Configure...
2011-04-01 Devang PatelUpdate CMakeLists.txt
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-03-29 Francois PichetUpdate CMake link dependency.
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-29 Devang PatelExpoert c interface for disassembler.
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-24 NAKAMURA Takumillvm-stub.cpp: mingw-w64 tweak.
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Oscar FuentesUpdated library dependencies.
2011-03-22 Jim GrosbachUpdate link components.
2011-03-21 Oscar FuentesBuild the new RuntimeDyld library.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-19 Oscar FuentesMake llvm-config.in configuration more MSYS-friendly.
2011-03-19 Oscar FuentesCMake: store TARGET_TRIPLE on llvm-config.in.
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2011-03-18 Rafael EspindolaUse lazy parsing in LTO. Unfortunately this is only...
2011-03-18 Jim GrosbachAdd llvm-rtdyld support for loading 32-bit code.
2011-03-18 Oscar FuentesUpdate list of link components for llvm-rtdyld.
2011-03-18 Jim GrosbachNaming conventional tidy up.
2011-03-18 Jim GrosbachMachO file loader and execution utility.
2011-03-18 Rafael EspindolaSimplify the computation of undefined symbols. Instead...
2011-03-18 NAKAMURA Takumitools/lto/LTOModule.cpp: Eliminate an unused variable.
2011-03-18 NAKAMURA Takumillvm-bcanalyzer.cpp: Tweak format string to suppress...
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-17 Stuart HastingsReapply: Add type output to llvm-dis annotations. ...
2011-03-17 Stuart HastingsRevert 127813 while fixing broken test.
2011-03-17 Stuart HastingsAdd type output to llvm-dis. Patch by Yuri!
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-03-14 Francois PichetMake llvm::Consumer a class (to remove a MSVC warning...
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
2011-03-13 Oscar FuentesLTO is not ready for Windows.
2011-03-12 Oscar FuentesBuild EnhancedDisassembly as a shared library too.
2011-03-12 Oscar FuentesBuild LTO as a static library too.
2011-03-12 Oscar FuentesBuild LTO as a static library too.
2011-03-12 Oscar FuentesUpdate link components for llvm-dis and LTO.
2011-03-11 Oscar FuentesForce re-linking of LLVMgold.so when its exports file...
2011-03-11 Oscar FuentesFix processing of gold.exports.
2011-03-11 Devang PatelWhile printing annotations, print line number and varia...
2011-03-11 Oscar FuentesAdd LTO and gold plugin to the CMake build. Linux-only...
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-27 Rafael EspindolaGold now rescans archives as needed, so the pass-throug...
2011-02-27 Rafael Espindolabfd was fixed, remove the work around.
2011-02-26 Rafael EspindolaLTO uses MC now.
2011-02-24 Rafael EspindolaSwitch LTO to use MC. This takes the linking of libxul...
2011-02-24 Chris Lattnerfit in 80 cols.
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-23 Sean CallananFixed a bug in the enhanced disassembly tester that
2011-02-22 Oscar FuentesCMake: remove unnecessary variable.
2011-02-22 Sean CallananFixed llvm-mc in edis mode to use the result of
2011-02-20 Rafael EspindolaDispose modules early and only create codegen when...
2011-02-20 Rafael EspindolaFix some memory leaks and avoid looking in the hash...
2011-02-20 Stephen WilsonThis patch lets LLDB build as an LLVM subproject. ...
2011-02-19 Rafael EspindolaAdd modules to codegen as soon as possible. This reduce...
2011-02-19 Mikhail GlushenkovMake "-opt [-emit-llvm]" work for .ll files.
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris LattnerHave opt set up a specific TargetLibraryInfo for modules
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-18 Owen AndersonRevert r125956, which broke the build if you _don't_...
2011-02-18 Stephen WilsonThis patch lets LLDB build as an LLVM subproject. ...
2011-02-18 Peter CollingbourneMake -disable-simplify-libcalls work with -std-compile...
2011-02-16 Rafael EspindolaAdd a debug obj-path option to make it easy to keep...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-13 Chris Lattnerimprove solaris support, from PR9109, patch by Yuri!
2011-02-12 Rafael EspindolaPreserve aliases if needed.
2011-02-12 Rafael EspindolaFix a silly bug I introduced when dropping std::string.
2011-02-11 Chris Lattnerfix dumping of METADATA_ATTACHMENT2 names, patch by...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-02-09 NAKAMURA Takumitools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm...
2011-02-09 NAKAMURA Takumitools/llvm-ld: Cygwin can handle #!shbang.
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2011-02-08 Andrew Trickwhitespace
2011-02-01 Rafael EspindolaDon't tell the linker about available_externally defini...
2011-01-31 Devang PatelWhile printing "interesting" breakpoint locations for...
2011-01-27 Oscar FuentesDon't show -pedantic, -W and -Wall on the output of
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-20 Tobias GrosserRegionPassPrinter should contain the name of the pass...
2011-01-20 Michael J. Spencerllvm-objdump: Remove redundant includes.
2011-01-20 Michael J. Spencerllvm-nm: Fix warning.
2011-01-20 Michael J. SpencerAdd llvm-objdump
2011-01-20 Michael J. Spencerllvm-nm: Update to use the new LLVMObject library.
2011-01-20 Michael J. Spencergold: MinGW fix.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2011-01-14 Ted KremenekFix memory leak found by clang static analyzer.
next