Fix grammar.
[oota-llvm.git] / tools /
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerModify llvm-nm to use new Binary creation method.
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-06 Eli FriedmanAdd -O1/2/3 to bugpoint, so when you conclude opt ...
2011-06-06 Eli FriedmanWe only do always-inlining at -O1; make opt reflect...
2011-05-31 Nick LewyckyAlso remove -lLTO which should have been in r132349...
2011-05-31 Nick LewyckyMake the gold plugin build on Cygwin as well as Linux...
2011-05-24 Evan ChengRemove dead option.
2011-05-22 Chris Lattnerinitialize and finalize function passes, pointed out...
2011-05-22 Chris Lattnerfix a file system case sensitivity issue.
2011-05-22 Chris Lattnerswitch opt to using PassManagerBuilder.h
2011-05-22 Chris Lattnerswitch llvm-ld. It has a terrible mechanism that peopl...
2011-05-22 Chris Lattnerswitch bugpoint and liblto to PassManagerBuilder.
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-12 Oscar FuentesCMake builds gold by default since revision 127466...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-05-09 Jim GrosbachTidy up. 80-column and whitespace.
2011-05-04 Duncan SandsRemove an unused variable.
2011-05-02 Rafael Espindolallvmc: Pass -disable-cfi to llc.
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-28 Chandler CarruthRevert an unintended commit. Very sorry for this one.
2011-04-28 Chandler Carruthnuke gold
2011-04-24 Mikhail GlushenkovRemove all references to plugins from the LLVMC docs.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Mikhail GlushenkovThe .inc file is auto-generated and must not be edited...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Nick LewyckyFix typo in comment.
2011-04-20 Daniel Dunbarllc: Fix a refacto, .loc support didn't work before...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-04-19 Daniel Dunbarllc: Eliminate a use of getDarwinMajorNumber().
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jim GrosbachLoad multiple object files and link them via RuntimeDyl...
2011-04-13 Jim GrosbachAllow user-specified program entry point for llvm-rtdyld.
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-09 Sean CallananMoved an access to an object past a NULL check,
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-07 Rafael EspindolaIf present, use gold's support for getting a file view...
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chris Lattnerremove graphprinter support for domfrontier.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
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...
next