summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [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
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-21
* [PM] Wire the analysis passes (such as they are) into the registry, andChandler Carruth2014-04-21
* [PM] Add a nice low-tech registry of passes as a boring macro expansionChandler Carruth2014-04-21
* [C++11] Range-based loop simplification.Simon Atanasyan2014-04-20
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17
* objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool2014-04-17
* tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool2014-04-16
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-14
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-14
* tools: simplify symbol handling in objdumpSaleem Abdulrasool2014-04-14
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-14
* tools: remove duplication of coff_aux_fileSaleem Abdulrasool2014-04-13
* tools: avoid a string duplicationSaleem Abdulrasool2014-04-13
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* tools: remove unnecessary copy of array_lengthofSaleem Abdulrasool2014-04-12
* llc: Add support for -mcpu=native.Jim Grosbach2014-04-12
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* [yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It canSimon Atanasyan2014-04-06
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-02
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-02
* [yaml2obj][ELF] Convert some static functions into class members toSimon Atanasyan2014-04-02
* [yaml2obj][ELF] Remove unused typedef.Simon Atanasyan2014-04-02
* [yaml2obj][ELF] Move section index to the ELFState class.Simon Atanasyan2014-04-02
* [yaml2obj][ELF] Remove relationship between ELFStateSimon Atanasyan2014-04-02
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-31
* Windows: canonicalise the default windows tripleSaleem Abdulrasool2014-03-29
* Add missing include (for r205050)David Blaikie2014-03-28
* llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie2014-03-28
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-25
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* VS integration installer: set SUCCESS=1 if we find VS 2013Hans Wennborg2014-03-24
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-24
* llvm-profdata: Check for bad data in the show commandJustin Bogner2014-03-23