summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Unify command line handling of MCTargetOptions and remove extraEric Christopher2-18/+3
2014-05-14Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby1-0/+14
2014-05-14[obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan4-1/+294
2014-05-13[tools][llvm-rtdyld] Add a '-dylib <file>' option to llvm-rtdyld to load sharedLang Hames1-0/+25
2014-05-13autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard1-2/+2
2014-05-13Revert "autoconf: Fix soname for libLLVM-Major.Minor.so"Tom Stellard1-2/+2
2014-05-13autoconf: Fix soname for libLLVM-Major.Minor.soTom Stellard1-2/+2
2014-05-12Suggested improvement by Rafael Espindola to use isa<> in a few placesKevin Enderby1-6/+6
2014-05-11[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan1-1/+61
2014-05-09Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby1-8/+36
2014-05-08Use range loops.Rafael Espindola1-13/+9
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola1-3/+2
2014-05-07[obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan6-25/+126
2014-05-07llvm-cov: Implement --no-outputJustin Bogner1-1/+5
2014-05-06Have the SubtargetFeature help routine just not return a number andEric Christopher1-1/+8
2014-05-05Remove the -disable-cfi option.Rafael Espindola1-3/+0
2014-05-05Fix gcc -pedantic warning in lto.cpp.Patrik Hagglund1-2/+2
2014-05-03Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola1-39/+41
2014-05-03Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola1-73/+0
2014-05-01[llvm-readobj] Transform 'switch' with the only 'case' statementSimon Atanasyan1-5/+2
2014-05-01[llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan1-1/+29
2014-05-01Record the DWARF version in MCContextOliver Stannard1-0/+9
2014-04-30Use the new StringTableBuilder in yaml2elfHans Wennborg1-45/+27
2014-04-30ELFObjectWriter: deduplicate suffices in strtabHans Wennborg1-4/+2
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer9-0/+9
2014-04-29PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie1-1/+1
2014-04-28[C++] Use 'nullptr'.Craig Topper7-16/+18
2014-04-25Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2-0/+32
2014-04-25BugPoint: Fix some memory leaks.David Blaikie1-0/+4
2014-04-25SCC: Change clients to use const, NFCDuncan P. N. Exon Smith1-1/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper36-177/+179
2014-04-25ProfileData: Treat missing function counts as malformedJustin Bogner1-0/+1
2014-04-25Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner1-1/+2
2014-04-23llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner1-2/+6
2014-04-23llvm-cov: Allow short options to be groupedJustin Bogner1-6/+6
2014-04-23Create MCTargetOptions.Evgeniy Stepanov1-2/+5
2014-04-22Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizerDavid Blaikie2-8/+8
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth3-3/+6
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth3-0/+6
2014-04-21Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola1-3/+2
2014-04-21[PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth3-0/+134
2014-04-21[PM] Wire the analysis passes (such as they are) into the registry, andChandler Carruth2-3/+18
2014-04-21[PM] Add a nice low-tech registry of passes as a boring macro expansionChandler Carruth2-15/+50
2014-04-20[C++11] Range-based loop simplification.Simon Atanasyan1-16/+13
2014-04-18ProfileData: Add support for the indexed instrprof formatJustin Bogner1-5/+4
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov4-22/+11
2014-04-17Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover1-1/+2
2014-04-17objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool1-0/+6
2014-04-16tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool1-0/+1
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith3-3/+17