llvm/test/CodeGen/ARM/fnattr-trap.ll: Add -mtriple, to appease targeting *-win32.
[oota-llvm.git] / tools /
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-07-02 Rafael EspindolaExpose getRel and getRela to reduce code duplication.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Rafael EspindolaUse range loops. NFC.
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Rafael EspindolaUse range loop.
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Adrian Prantlllvm-bcanalyzer: Add a field that was missed in r241016.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Duncan P. N. Exon... bcanalyzer: Rewrite all the METADATA_ codes
2015-06-29 Duncan P. N. Exon... bcanalyzer: Use a macro to decode bitcodes, NFC
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-26 Lang Hames[StackMaps] Add a lightweight parser for stackmap versi...
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-26 Aaron BallmanSilencing spurious MSVC C4189 warnings regarding local...
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaSimplify isSymbolList64Bit. NFC.
2015-06-26 Rafael EspindolaSimplify isObject. NFC.
2015-06-26 Rafael EspindolaImplement elf_section_iterator and getELFType().
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-25 Alexey SamsonovMake llvm-dwarfdump exit with non-zero exit code if...
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Michael J. Spencer[Object][ELF] Add support for dumping dynamic relocatio...
2015-06-25 Duncan P. N. Exon... dsymutil: Split out patchStmtList(), NFC
2015-06-25 Rafael EspindolaWe don't need the targets to read objects.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-24 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-06-24 Matthias Braunopt: Add option to strip or add llvm value names
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-24 Pawel Bylica[llvm-stress] Simple refactoring and better style....
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Petar JovanovicAdd "-mcpu=" option to llvm-rtdyld
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Steven WuAdding the missing LTO API to lto.exports
2015-06-23 Rafael EspindolaDon't pass a 32 bit value to "%08" PRIx64.
2015-06-23 Rafael Espindolaobjdump: Don't print a (always 0) size for MachO symbols.
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Rafael EspindolaCompute correct symbol sizes for MachO and COFF.
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-23 NAKAMURA Takumillvm/tools/llvm-objdump/CMakeLists.txt: Update libdeps...
2015-06-22 Chris Bieneman[CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool...
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-22 Tom StellardSupport/ELF: Add EM_AMDGPU
2015-06-22 Sanjoy Das[FaultMaps] Add a parser for the __llvm__faultmaps...
2015-06-21 David BlaikieArrayRef-ify libDriverMain
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Rafael EspindolaFix the build.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaUse named temporaries for directional labels.
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-06-16 Simon Atanasyan[llvm-readobj] Print MIPS .reginfo section content
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-16 Daniel Sanders[llvm-mc] The object form of the GNU triple should...
2015-06-16 Duncan P. N. Exon... modules: Move ProfileKinds to an anonymous namespace
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Rafael Espindolagold-plugin: save the .o when given -save-temps.
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-12 Lang Hames[Orc] Tidy up initialization based on review feedback...
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-12 Rafael EspindolaHave the ELF symbol predicates match more directly...
2015-06-11 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-09 Lang Hames[lli] Make the OptLevel (-O=<char>) option accessible...
2015-06-08 Davide Italiano[llvm-readobj] Use the new symbol API.
2015-06-08 Peter CollingbourneDo not build LLD from tools/Makefile, as LLD no longer...
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-06-07 Colin LeMahieuTeaching llvm-mc how to understand the defsym command...
2015-06-05 Frederic Riss[dsymutil] Add support for linking the debug_frame...
2015-06-05 Frederic Riss[dsymutil] Rename a variable to appease some bots.
2015-06-05 Frederic Riss[dsymutil] Have the YAML deserialization rewrite the...
2015-06-05 Frederic Riss[dsymutil] Apply clang-format. NFC
2015-06-05 Frederic Riss[dsymutil] Out-line the YAML serialization code. NFC
2015-06-05 Frederic Riss[dsymutil] Handle the -oso-prepend-path option when...
2015-06-04 Alexey Samsonovllvm-objdump: return non-zero exit code for certain...
next