Remove extra 'nullptr' entry from an array in tablegen register info file. It should...
[oota-llvm.git] / tools /
2015-09-22 Davide Italiano[llvm-readobj/MachO] Ensure we always have valid CmdNam...
2015-09-21 Rafael EspindolaAvoid SEGFAULT if a requested symbol section is absent.
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-19 Davide Italiano[obj2yaml] Fix "time of check to time of use" bug....
2015-09-17 Davide Italiano[llvm-readobj] Fix another "time of check to time of...
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-17 Diego NovilloCheck for errors after reading a sample profile in...
2015-09-16 Teresa JohnsonDisable the second verification run when performing...
2015-09-16 Daniel Sandersllvm-mc-fuzzer: A fuzzing tool for the MC layer.
2015-09-15 Davide Italiano[llvm-cxxdump] Remove duplicate code check.
2015-09-15 Duncan P. N. Exon... Reapply "LTO: Disable extra verify runs in release...
2015-09-15 Duncan P. N. Exon... Revert "LTO: Disable extra verify runs in release builds"
2015-09-15 Duncan P. N. Exon... LTO: Disable extra verify runs in release builds
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-14 Adrian Prantldsymutil: Remove the now obsolete RelocMgr argument...
2015-09-14 Vedant Kumar[llvm-cov] Disable name and path truncation
2015-09-14 Chris Bieneman[CMake] Refactor and cleanup generating and installing...
2015-09-14 Chris Bieneman[CMake] Add llvm-ar subdirectory explicitly.
2015-09-14 Davide Italiano[llvm-mc] Better error handling in ENOENT case + test.
2015-09-14 Adrian Prantldsymutil: Factor out the DIE cloning into a DIECloner...
2015-09-13 Davide Italiano[llvm-mc] More meaningful error if input file doesn...
2015-09-11 Adrian Prantldsymutil: Factor out the relocation handling into a...
2015-09-11 Yunzhong GaoAdd a non-exiting diagnostic handler for LTO.
2015-09-11 Frederic Riss[dsymutil] Discard useless location attributes.
2015-09-11 Frederic Riss[dsymutil] Rename some variables NFC.
2015-09-10 Chris Bieneman[CMake] Add lto subdirectory explicitly.
2015-09-09 Tom Stellardllvm-config: Add --build-system option
2015-09-09 Davide Italiano[llvm-readobj] MachO -- dump LinkerOptions load command.
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...
next