summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames3-10/+33
2014-04-14tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool1-0/+3
2014-04-14Teach llvm-lto to respect the given RelocModel.James Molloy1-1/+14
2014-04-14tools: simplify symbol handling in objdumpSaleem Abdulrasool1-25/+28
2014-04-14tools: address possible non-null terminated filenamesSaleem Abdulrasool2-16/+11
2014-04-13tools: remove duplication of coff_aux_fileSaleem Abdulrasool1-9/+1
2014-04-13tools: avoid a string duplicationSaleem Abdulrasool1-8/+4
2014-04-13tools: teach objdump about FILE aux recordsSaleem Abdulrasool1-4/+26
2014-04-12tools: remove unnecessary copy of array_lengthofSaleem Abdulrasool2-46/+67
2014-04-12llc: Add support for -mcpu=native.Jim Grosbach1-0/+6
2014-04-11[yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan1-16/+118
2014-04-06[yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It canSimon Atanasyan1-10/+10
2014-04-03Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola1-27/+27
2014-04-02Fix a nomenclature error in llvm-nm.Rafael Espindola1-27/+27
2014-04-02Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith1-7/+0
2014-04-02[yaml2obj][ELF] Convert some static functions into class members toSimon Atanasyan1-149/+159
2014-04-02[yaml2obj][ELF] Remove unused typedef.Simon Atanasyan1-1/+0
2014-04-02[yaml2obj][ELF] Move section index to the ELFState class.Simon Atanasyan1-32/+39
2014-04-02[yaml2obj][ELF] Remove relationship between ELFStateSimon Atanasyan1-13/+6
2014-03-31[yaml2obj] Add support for ELF e_flags.Daniel Sanders1-0/+1
2014-03-29Windows: canonicalise the default windows tripleSaleem Abdulrasool1-1/+2
2014-03-28Add missing include (for r205050)David Blaikie1-0/+1
2014-03-28llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie1-1/+6
2014-03-27DebugInfo: Support for compressed debug info sectionsDavid Blaikie1-0/+6
2014-03-27Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames1-1/+2
2014-03-25Create .symtab_shndxr only when needed.Rafael Espindola1-2/+4
2014-03-25DebugInfo: Support debug_loc under fissionDavid Blaikie1-0/+1
2014-03-24VS integration installer: set SUCCESS=1 if we find VS 2013Hans Wennborg1-2/+3
2014-03-24Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola1-2/+22
2014-03-23llvm-profdata: Check for bad data in the show commandJustin Bogner1-0/+2
2014-03-23llvm-profdata: Use Format.h instead of handrolling a formatterJustin Bogner1-19/+2
2014-03-23llvm-profdata doesn't require LLVMCore.NAKAMURA Takumi2-2/+2
2014-03-22llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is...NAKAMURA Takumi1-1/+2
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner1-35/+15
2014-03-21llvm-profdata: Implement show commandJustin Bogner1-2/+98
2014-03-21ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner4-71/+37
2014-03-20llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald1-2/+8
2014-03-20Remove llvm-mc's disable-cfi option.Rafael Espindola1-7/+4
2014-03-20llvm-profdata: Remove an empty commentJustin Bogner1-1/+0
2014-03-20Object: Output .file symbols properlyDavid Majnemer1-1/+2
2014-03-20Object: Abstract out the determination of function line symbolsDavid Majnemer1-1/+1
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer5-31/+192
2014-03-19Object: Move auxiliary symbol definitions from llvm-readobjDavid Majnemer1-26/+7
2014-03-19llvm-profdata: Make "merge" into a subcommand.Justin Bogner1-16/+51
2014-03-19llvm-profdata: Update to use the naive text format with function hashJustin Bogner1-101/+53
2014-03-18Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2-4/+3
2014-03-18Darwin: Add assembler directives to create version-min load commands.Jim Grosbach1-0/+12
2014-03-18Use early returns to reduce nesting.Rui Ueyama1-69/+69
2014-03-18[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov4-69/+54
2014-03-17[C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov6-67/+62