summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* llvm-ar: Output the file we errored on.Filipe Cabecinhas2014-05-23
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* Make a couple of command lines static and remove an unnecessaryEric Christopher2014-05-21
* This command line option is only used in one place. Move it there andEric Christopher2014-05-21
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-20
* llvm-readobj: use range-based for loopSaleem Abdulrasool2014-05-20
* Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov2014-05-19
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-16
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-15
* [yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan2014-05-15
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-15
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-14
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-14
* [tools][llvm-rtdyld] Add a '-dylib <file>' option to llvm-rtdyld to load sharedLang Hames2014-05-13
* autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard2014-05-13
* Revert "autoconf: Fix soname for libLLVM-Major.Minor.so"Tom Stellard2014-05-13
* autoconf: Fix soname for libLLVM-Major.Minor.soTom Stellard2014-05-13
* Suggested improvement by Rafael Espindola to use isa<> in a few placesKevin Enderby2014-05-12
* [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2014-05-11
* Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby2014-05-09
* Use range loops.Rafael Espindola2014-05-08
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-06
* Remove the -disable-cfi option.Rafael Espindola2014-05-05
* Fix gcc -pedantic warning in lto.cpp.Patrik Hagglund2014-05-05
* Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola2014-05-03
* Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola2014-05-03
* [llvm-readobj] Transform 'switch' with the only 'case' statementSimon Atanasyan2014-05-01
* [llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2014-05-01
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* Use the new StringTableBuilder in yaml2elfHans Wennborg2014-04-30
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-25
* BugPoint: Fix some memory leaks.David Blaikie2014-04-25
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-25
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-25
* Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner2014-04-25
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23
* llvm-cov: Allow short options to be groupedJustin Bogner2014-04-23
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizerDavid Blaikie2014-04-22