Fix grammar.
[oota-llvm.git] / tools /
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-29 Daniel Dunbaredis: Don't do the target initialization in EDGetDisass...
2011-11-29 Daniel Dunbarbuild/Make: edis isn't built as a shared library anymor...
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-23 Rafael EspindolaPoint to libLTO with -L/PATH/ -lLTO so that it is found...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Michael J. Spencerllvm-objdump: Ignore non-objects in archives.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-11 Daniel Dunbarllvm-config-2: Detect when we are running out of a...
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-10 Daniel Dunbarllvm-config-2: Use USEDLIBS directly instead of LINK_CO...
2011-11-10 Daniel Dunbarllvm-config-2: Fix thinko in maintenance of visited...
2011-11-09 Daniel Dunbarllvm-config: Drop 'backend' pseudo-component. We don...
2011-11-09 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-09 John McCallUse isa<> instead of dyn_cast<> as suggested by Nick.
2011-11-08 John McCallFix the printing of constants. Patch by Stepan Dyatkov...
2011-11-07 Owen AndersonFix llvm-objdump's MachO mode to not depend on the...
2011-11-06 Daniel DunbarRevert "llvm-config-2: Switch to using real library...
2011-11-06 Daniel Dunbarllvm-config: Users are allowed to provide component...
2011-11-06 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-05 Peter CollingbourneNow that the linker supports lazily materialising globa...
2011-11-05 Peter CollingbourneUse absolute path to exportsfile in gold plugin CMake...
2011-11-04 Bill WendlingReformatting changes to get rid of blank lines, put...
2011-11-04 Bill WendlingMove comment to the correct place.
2011-11-04 Bill WendlingMake the Mangler an ivar so that it doesn't have to...
2011-11-04 Bill WendlingRefactor the MCContext so that it's an ivar instead...
2011-11-03 Daniel Dunbarllvm-config-2: Implement build system support for getti...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-03 Daniel Dunbarllvm-config-2: Implement component dependency traversal...
2011-11-03 Daniel Dunbarllvm-config: Start stubbing out a C++ version of llvm...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-11-02 Chandler CarruthAdd back the top-level target for 'llvm-config' and...
2011-11-02 Daniel Dunbarbuild/Make: Get rid of llvm-config-perobj, which isn...
2011-11-02 Daniel Dunbarbuild/CMake: Remove llvm-config.target used to serializ...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Eli FriedmanA couple misc fixes so that bugpoint doesn't explode...
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-28 Stepan Dyatkovskiyuint64 formatted output: replaced %llx with PRIx64...
2011-10-28 Peter CollingbourneHave llvm-config --cppflags print correct flags when...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Owen AndersonRevert r143149, stubbing out symbolic disassembly suppo...
2011-10-27 Owen AndersonStub out support for symbol disassembly in llvm-objdump.
2011-10-27 Stepan DyatkovskiyFixed llvm-objdump uint64_t formatted output.
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-25 Michael J. Spencerllvm-nm: Use correct format string. Patch by Stepan...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Owen AndersonFix off-by-one error when printing relocations inline...
2011-10-18 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-18 Daniel Dunbarllvm-ar: Remove local test target, this is no longer...
2011-10-18 Daniel Dunbarllvm-config: Add an all-targets pseudo-component.
2011-10-18 Michael J. SpencerRevert "llvm-objdump: Add static symbol table dumping."
2011-10-17 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Owen AndersonRewrite most of MachODump to work through the generic...
2011-10-17 Michael J. Spencerllvm-objdump: Add -s, which prints the contents of...
2011-10-16 NAKAMURA Takumitools/CMakeLists.txt: Fixup r142103. I don't remember...
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-16 NAKAMURA TakumiCMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang...
2011-10-16 NAKAMURA Takumiautoconf: Introduce --with-clang-srcdir, to build out...
2011-10-13 Michael J. Spencerllvm-object: Add inline relocation information to disas...
2011-10-13 Michael J. Spencerllvm-objdump: Fix whitespace.
2011-10-13 Michael J. Spencerllvm-objdump: Fix dumping of multiple symbols with...
2011-10-11 NAKAMURA Takumillvm-objdump.cpp: Use PRIx64 as format specifier for...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-10 Benjamin Kramerllvm-objdump: Take ownership of MCInstrInfos.
2011-10-10 Benjamin Kramerllvm-nm: Don't leak bitcode buffers.
2011-10-08 Michael J. Spencerllvm-objdump: Add relocation and archive support.
2011-10-07 Michael J. SpencerFix a few changes I missed.
2011-10-07 Michael J. SpencerFix GCC again.
2011-10-07 Michael J. SpencerFix spelling in comment.
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerFix spelling in comment.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-10-04 Devang PatelUpdate cmake list.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-10-04 Peter CollingbourneExclude libLLVMTableGen.a from the shared library
2011-09-29 Devang PatelSimplify.
2011-09-29 Devang PatelClarify comments.
2011-09-29 Devang PatelRemove unnecessary and unused data member.
2011-09-29 Devang PatelCosmetic changes, as per Nick's review.
2011-09-29 Andrew TrickFix build failures better.
2011-09-29 Daniel DunbarFix build failure.
2011-09-29 Michael J. Spencerllvm-size: Apply Chris's code review fixes.
2011-09-28 Michael J. SpencerFix cast.
2011-09-28 Michael J. SpencerAdd llvm-size.
2011-09-28 Devang PatelIntroduce llvm-cov.
2011-09-27 Michael J. SpencerAdd binary archive support to llvm-nm.
2011-09-21 Benjamin Kramerllvm-objdump: Detach symbol listing from section enumer...
2011-09-21 Benjamin Kramerllvm-objdump: Take the data from the right object when...
next