[WebAssembly] Temporarily disable this test, as it depends on additional patches...
[oota-llvm.git] / tools /
2015-09-07 Davide Italiano[llvm-readobj] Shrink code a little bit. No functional...
2015-09-05 Andrew Wilkins[cmake] rework LLVM_LINK_LLVM_DYLIB option handling
2015-09-04 Davide Italiano[llvm-readobj] MachO: dump the correct field.
2015-09-03 Davide Italiano[llvm-readobj] Dump MachO indirect symbols.
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-02 Davide Italiano[llvm-reaodbj] Simplify code. No functional change...
2015-09-02 Frederic RissReapply r246012 [dsymutil] Emit real dSYM companion...
2015-09-02 Davide Italiano[llvm-readobj] MachO: Dump segment command.
2015-09-02 Rafael EspindolaPass a symbol table to getRelocationSymbol instead...
2015-09-01 Peter Collingbournegold-plugin: Implement parallel LTO code generation...
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-09-01 Davide Italiano[llvm-readobj] MachO -- correctly dump section field...
2015-09-01 Andrew WilkinsEnable linking tools, shared libraries against libLLVM
2015-08-31 Davide Italiano[llvm-readobj] Dump MachO Dysymtab command.
2015-08-31 Karl SchimpfBuild a lib/Fuzzer version for llvm-as.
2015-08-31 Davide Italiano[llvm-readobj] Add pair of missing braces.
2015-08-31 Frederic Riss[dsymutil] Do not mistakenly reuse the current object...
2015-08-31 Frederic Riss[dsymutil] Do not crash on empty debug_range range.
2015-08-31 Frederic Riss[dsymutil] Fix caching of current range. NFC.
2015-08-31 Frederic Riss[dsymutil] Fix handling of inlined_subprogram low_pcs
2015-08-31 Frederic Riss[dsymutil] Do not construct a StringRef from a std...
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
2015-08-28 Rui Ueyamallvm-readobj: Dump more info for COFF import libraries.
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-27 Michael J. Spencer[yaml2obj] Support numeric indexes to create invalid...
2015-08-27 Davide Italiano[llvm-readobj] Add support for dumping MachO min versio...
2015-08-26 Davide Italiano[llvm-objdump] Use the new MinVersion API introduced...
2015-08-26 Frederic RissRevert "[dsymutil] Emit real dSYM companion binaries."
2015-08-26 Frederic Riss[dsymutil] Emit real dSYM companion binaries.
2015-08-26 Frederic Riss[dsymutil] Store an optional BinaryPath in the debug...
2015-08-26 Frederic Riss[dsymutil] Make the warn and error helpers globally...
2015-08-26 Frederic Riss[dsymutil] Split NonRelocatableStringPool into its...
2015-08-25 Frederic Riss[dsymutil] Reapply r245960.
2015-08-25 Frederic RissRevert "[dsymutil] Rewrite thumb triple names in user...
2015-08-25 Frederic Riss[dsymutil] Rewrite thumb triple names in user visible...
2015-08-25 Frederic Riss[dsymutil] Not finding any debug info is not a fatal...
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-23 Davide Italiano[llvm-readobj/ELF] Factor out common code.
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-08-21 Davide Italiano[llvm-readobj] Add support for MachO DataInCodeDataCommand.
2015-08-21 Peter Collingbournellvm-lto: Re-order code.
2015-08-21 Peter CollingbourneTransformUtils: Introduce module splitter.
2015-08-19 David MajnemerReplace some calls to isa<LandingPadInst> with isEHPad()
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-14 Chris Bieneman[CMake] Fix PR14200, llvm-config output misses -fno...
2015-08-13 David Majnemer[llvm-cxxdump] Correctly process relocations when given...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-10 Reid Kleckner[llvm-symbolizer] Remove underscores and other C mangli...
2015-08-10 Rafael EspindolaDon't iterate over all sections in the ELFFile constructor.
2015-08-10 Rafael EspindolaUse higher level functions in llvm-objdump.
2015-08-10 Rafael EspindolaDelete getDotSymtabSec.
2015-08-10 Rafael EspindolaUse continue to reduce indentation. NFC.
2015-08-10 Yaron KerenRecommit r244470+ r244471 together, the bot failed...
2015-08-10 Yaron KerenRevert r244470 and 244471 while looking into it.
2015-08-10 Yaron KerenSecond part of r244470 (source file was unsaved in...
2015-08-10 Yaron KerenReally implement David Blaikie suggestion in full of...
2015-08-10 Yaron KerenFully apply David Blaikie suggestion and add comment...
2015-08-10 Yaron KerenModify r244405 to clearer code, per David Blaikie sugge...
2015-08-10 Rafael Espindolaelf2yaml: Use existing section walk to find the symbol...
2015-08-08 Yaron KerenFix dangling reference in DwarfLinker.cpp. The original...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-07 Rafael EspindolaDon't look for a SHT_DYNSYM in the ELFFile's constructor.
2015-08-07 Rafael EspindolaRemove the symbol iteration functions that don't take...
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-07 Frederic Riss[dsymutil] Use the new MCDwarfLineTableParams customiza...
2015-08-07 Tom StellardELF: Add AMDGPU specific defintions
2015-08-07 Davide Italiano[llvm-readobj] Convert to range-loops.
2015-08-06 Rafael EspindolaMove to llvm-readobj code that is only used there.
2015-08-06 Frederic Riss[dsymutil] Implement dSYM bundle creation
2015-08-06 Frederic Riss[dsymutil] Add (unimplemented) --flat option
2015-08-06 Davide Italiano[llvm-objdump] Add missing call to exit(1).
2015-08-05 Frederic Riss[dsymutil] Do not create temporary files in -no-output...
2015-08-05 Frederic Riss[dsymutil] Add support for the -arch option.
2015-08-05 Nick LewyckyReplace &vector[0] with vector.data() to avoid invalid...
2015-08-05 David Blaikie-Wdeprecated clean by making LogBuilder move constructi...
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-08-05 Frederic Riss[dsymutil] Implement support for handling mach-o univer...
2015-08-05 Frederic Riss[dsymutil] Introduce exit helper. NFC.
2015-08-05 Frederic Riss[dsymutil] Split some logic into a helper function...
2015-08-05 Davide Italiano[llvm-objdump] Call exit(1) on error, i.e. fail early.
2015-08-03 Davide Italiano[llvm-objdump] Range-loopify. NFC intended.
2015-08-03 Frederic Riss[dwarfdump] Add support for dumping mach-o universal...
2015-08-03 Frederic Riss[dwarfdump] Move dumping to a helper function NFC
2015-08-02 Duncan P. N. Exon... DwarfLinker: Use DIEValueList instead of DIE, NFC
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-07-31 Frederic Riss[dsymutil] Support multiple input files on the command...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-30 Mehdi AminiFix lli with OrcLazyJIT: the default DataLayout was...
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-29 Frederic Riss[dsymutil] Re-add command line option -v this time...
2015-07-29 Frederic Riss[dsymutil] Use option categories.
2015-07-29 Frederic Riss[dsymutil] Rename -v option to -verbose
2015-07-29 Colin LeMahieu[llvm-objdump] Inverting logic to match the word "predi...
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-29 Colin LeMahieu[llvm-objdump] Added -j flag to filter sections that...
2015-07-28 Lang Hames[RuntimeDyld] Remove a memory-leak that was introduced...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
next