[AVX512] Implemented integer conversions up/down with masking.
[oota-llvm.git] / tools /
2014-04-22 David BlaikieUse unique_ptr to manage ParsedBinariesAndObjects in...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 Chandler Carruth[PM] Wire the analysis passes (such as they are) into...
2014-04-21 Chandler Carruth[PM] Add a nice low-tech registry of passes as a boring...
2014-04-20 Simon Atanasyan[C++11] Range-based loop simplification.
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-17 Saleem Abdulrasoolobjdump: identify WoA WinCOFF/ARM correctly
2014-04-16 Saleem Abdulrasooltools: fix invalid printing, buffer overrun in llvm...
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
2014-04-14 Saleem Abdulrasooltools: simplify symbol handling in objdump
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Saleem Abdulrasooltools: remove duplication of coff_aux_file
2014-04-13 Saleem Abdulrasooltools: avoid a string duplication
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-04-12 Saleem Abdulrasooltools: remove unnecessary copy of array_lengthof
2014-04-12 Jim Grosbachllc: Add support for -mcpu=native.
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-06 Simon Atanasyan[yaml2obj][ELF] Rename class SectionNameToIdxMap =...
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-04-02 Rafael EspindolaFix a nomenclature error in llvm-nm.
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Convert some static functions into...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Remove unused typedef.
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Move section index to the ELFState...
2014-04-02 Simon Atanasyan[yaml2obj][ELF] Remove relationship between ELFState
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
2014-03-28 David BlaikieAdd missing include (for r205050)
2014-03-28 David Blaikiellvm-mc: error when -compress-debug-sections is request...
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-25 Rafael EspindolaCreate .symtab_shndxr only when needed.
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-24 Hans WennborgVS integration installer: set SUCCESS=1 if we find...
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-23 Justin Bognerllvm-profdata: Check for bad data in the show command
2014-03-23 Justin Bognerllvm-profdata: Use Format.h instead of handrolling...
2014-03-23 NAKAMURA Takumillvm-profdata doesn't require LLVMCore.
2014-03-22 NAKAMURA Takumillvm-profdata: Avoid F_Text in "merge" for now, since...
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin Bognerllvm-profdata: Implement show command
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-20 Greg Fitzgeraldllvm-objdump output hex to match binutils' objdump
2014-03-20 Rafael EspindolaRemove llvm-mc's disable-cfi option.
2014-03-20 Justin Bognerllvm-profdata: Remove an empty comment
2014-03-20 David MajnemerObject: Output .file symbols properly
2014-03-20 David MajnemerObject: Abstract out the determination of function...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 David MajnemerObject: Move auxiliary symbol definitions from llvm...
2014-03-19 Justin Bognerllvm-profdata: Make "merge" into a subcommand.
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-18 Rui UeyamaUse early returns to reduce nesting.
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-17 Nico Rieckllvm-readobj: Print referred symbol name for CLR token...
2014-03-17 Nico Rieckllvm-readobj: Add test for COFF auxiliary symbols as...
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-14 Rafael EspindolaFix a bug introduced during the transition to PathV2.
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Use range-based for loops.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Refer to a section in the error message...
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Remove unused ELFState class field.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Assign name (.shstrtab) to the section...
2014-03-14 Sebastian Popstatic link polly into tools
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin BognerProfile: Remove an inefficient and unnecessary API...
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-03-12 Eli BenderskyMove duplicated code into a helper function (exposed...
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
2014-03-10 Sebastian Popfix polly buildbot
2014-03-10 Sebastian Popfix PR13550: add a cmake WITH_POLLY option
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Adam Nemet[bugpoint] Don't ignore arg in -compile-commad="tool...
2014-03-07 Dmitri GribenkoAdd missing std:: qualifiers
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Rafael EspindolaFix warning about mismatched signs in comparison.
2014-03-06 Rafael EspindolaFix the printing of n_type.
2014-03-06 Rafael EspindolaUse the existing N_STAB from the MachO namespace.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Rui UeyamaAttempt to unbreak little-endian buildbots.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-04 Rui Ueyamallvm-objdump: Indent unwind info contents.
next