summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-06-17Move lib/Archive to tools/llvm-ar.Rafael Espindola9-4/+1857
2013-06-17Don't link with the archive library programs that don't use it.Rafael Espindola7-7/+6
2013-06-15[yaml2obj] Move some classes into anonymous namespaces.Sean Silva1-0/+6
2013-06-15[yaml2obj] Add support for sh_link via `Link` key.Sean Silva1-1/+44
2013-06-14Remove the LLVM specific archive index.Rafael Espindola8-146/+3
2013-06-14Move PrependMainExecutablePath next to its only user.Rafael Espindola1-0/+22
2013-06-14Remove unused header.Rafael Espindola1-1/+0
2013-06-14[yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva1-1/+1
2013-06-13[yaml2obj] Add support for specifying raw section content.Sean Silva1-4/+29
2013-06-13[yaml2obj] Add sh_addr via `Address` key.Sean Silva1-1/+1
2013-06-13[yaml2obj] Initial ELF section support.Sean Silva1-7/+115
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola3-2/+5
2013-06-13Don't use PathV1.h in FileUtilities.h.Rafael Espindola2-2/+3
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola3-18/+11
2013-06-13Have sys::FindProgramByName return a std::string.Rafael Espindola2-9/+8
2013-06-13Further reduce usage of sys::Path in bugpoint.Rafael Espindola2-11/+11
2013-06-13Try to fix the build with libstdc++ 4.4.Rafael Espindola1-1/+2
2013-06-13Reduce sys::Path usage in bugpoint.Rafael Espindola1-47/+47
2013-06-12Remove the program class.Rafael Espindola3-14/+13
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama3-13/+79
2013-06-12Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola1-2/+4
2013-06-11Include PathV1.h in files that use it.Rafael Espindola3-0/+3
2013-06-11Convert another use of sys::identifyFileType.Rafael Espindola1-2/+3
2013-06-11Fix dubious type name similar to member name.Sean Silva1-1/+1
2013-06-10[yaml2obj] Initial ELF support.Sean Silva4-1/+85
2013-06-10Pass a StringRef to sys::identifyFileType.Rafael Espindola1-1/+1
2013-06-07[llvm-symbolizer] rewrite r183213 in a more clear wayAlexey Samsonov2-7/+10
2013-06-06Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2-7/+113
2013-06-06Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2-5/+17
2013-06-05Add BinaryRef binary_size() method.Sean Silva1-4/+3
2013-06-05Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva1-29/+2
2013-06-05yaml2obj: split out COFF logic into separate fileSean Silva4-287/+330
2013-06-05yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva1-11/+39
2013-06-05Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola1-2/+2
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola5-16/+12
2013-06-04Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2-4/+2
2013-06-04[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov2-9/+20
2013-06-03Remove dead code.Rafael Espindola2-44/+0
2013-06-03Correct handling invalid filename in llvm-symbolizerAlexey Samsonov1-2/+2
2013-05-31Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2-2/+2
2013-05-31Don't allocate temporary string for section data.Rafael Espindola2-25/+12
2013-05-29Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2-2/+2
2013-05-27llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi1-1/+2
2013-05-24Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2-2/+2
2013-05-24MC: Disassembled CFG reconstruction.Ahmed Bougacha6-553/+130
2013-05-24Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2-16/+51
2013-05-23The command line options need to be processed before we create the TargetMach...Bill Wendling1-9/+8
2013-05-21Use std::list so that we have a stable iterator.Rafael Espindola1-1/+3
2013-05-19Print uint64_t -debug text correctly on 32-bit hostsTim Northover1-5/+5
2013-05-17Fix the configure build.Rafael Espindola1-1/+1