summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* llvm-profdata: Use Format.h instead of handrolling a formatterJustin Bogner2014-03-23
* llvm-profdata doesn't require LLVMCore.NAKAMURA Takumi2014-03-23
* llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is...NAKAMURA Takumi2014-03-22
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-21
* llvm-profdata: Implement show commandJustin Bogner2014-03-21
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-21
* llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald2014-03-20
* Remove llvm-mc's disable-cfi option.Rafael Espindola2014-03-20
* llvm-profdata: Remove an empty commentJustin Bogner2014-03-20
* Object: Output .file symbols properlyDavid Majnemer2014-03-20
* Object: Abstract out the determination of function line symbolsDavid Majnemer2014-03-20
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Object: Move auxiliary symbol definitions from llvm-readobjDavid Majnemer2014-03-19
* llvm-profdata: Make "merge" into a subcommand.Justin Bogner2014-03-19
* llvm-profdata: Update to use the naive text format with function hashJustin Bogner2014-03-19
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-18
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* Use early returns to reduce nesting.Rui Ueyama2014-03-18
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck2014-03-17
* llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck2014-03-17
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-15
* Fix a bug introduced during the transition to PathV2.Rafael Espindola2014-03-14
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* [yaml2obj][ELF] Use range-based for loops.Simon Atanasyan2014-03-14
* [yaml2obj][ELF] Refer to a section in the error message by its name notSimon Atanasyan2014-03-14
* [yaml2obj][ELF] Remove unused ELFState class field.Simon Atanasyan2014-03-14
* [yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.Simon Atanasyan2014-03-14
* static link polly into toolsSebastian Pop2014-03-14
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-13
* Back out Profile library and dependent commitsJustin Bogner2014-03-12
* Profile: Remove an inefficient and unnecessary API functionJustin Bogner2014-03-12
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-12
* Move duplicated code into a helper function (exposed through overload).Eli Bendersky2014-03-12
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* fix polly buildbotSebastian Pop2014-03-10
* fix PR13550: add a cmake WITH_POLLY optionSebastian Pop2014-03-10
* [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth2014-03-09