ADT/PointerIntPairTest.cpp: Appease msc17.
[oota-llvm.git] / tools /
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.
2014-03-04 Rui Ueyamallvm-objdump: Fix typo in output.
2014-03-04 NAKAMURA TakumiRemove out-of-date comment in llvm/tools/CMakeLists...
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Rui UeyamaFix typo.
2014-03-04 Rui UeyamaUse auto for readability.
2014-03-04 Rui Ueyamallvm-objdump: Print x64 unwind info in executable.
2014-03-04 Rui Ueyamallvm-objdump: Split printRuntimeFunction to two small...
2014-03-04 Rui Ueyamallvm-objdump: Split printCOFFUnwindInfo into small...
2014-03-04 Rui Ueyamallvm-objdump: Use range-based-for loop and fix format.
2014-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-03-03 Richard OsborneDon't emit a blank line when running llvm-config -...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2014-02-28 Rui Ueyamallvm-objdump: Fix crash bug with printing unwind info...
2014-02-28 Rui UeyamaStyle fix.
2014-02-28 Rui UeyamaRemove unnecessary temporary variable.
2014-02-26 Rafael EspindolaDon't mix the plain and keyword signatures of target_li...
2014-02-26 Alexey Samsonovllvm-symbolizer: use dynamic symbol table if the regula...
2014-02-26 Alexey SamsonovMove getELFDynamicSymbolIterators to a public header.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-02-24 Simon Atanasyanllvm-objdump: Do not attempt to disassemble symbols...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-21 Rui Ueyamallvm-objdump/COFF: LoadConfiguration does not exist...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-21 NAKAMURA Takumi[CMake] llvm-c/lto.h should be installed if libLTO...
2014-02-21 NAKAMURA Takumi[CMake] libLTO: Use (SHARED|STATIC) to build both share...
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-21 Rafael EspindolaOne last pass of DataLayout variable renaming.
2014-02-20 Eli BenderskySet the SuppressWarnings option on tool level and propa...
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-19 Tobias GrosserFix typo
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-18 Justin Bognerllvm-cov: Support gcov's extermely lenient treatment...
2014-02-17 Duncan P. N. Exon... PGO: llvm-profdata: tool for merging profiles
2014-02-13 Hans WennborgMSBuild integration: get the LibraryPath right (PR18707)
2014-02-12 Hans WennborgVS Integration: install toolsets for x64 too (PR18738)
2014-02-12 Eli BenderskyMove more self-contained functionality away from tools...
2014-02-11 Sylvestre LedruImprove the declaration when LDPO_PIE is not available.
2014-02-11 Sylvestre LedruIf LDPO_PIE is not defined (before binutils 2.23 version),
2014-02-10 Eli BenderskyMove the *PassPrinter into their own module.
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-02-10 Rafael EspindolaFix an old FIXME. LDPO_PIE is available since 2.23...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-09 Saleem Abdulrasooltools: cast the right operand
2014-02-09 Saleem Abdulrasooltools: explicitly cast to avoid a warning
2014-02-08 Saleem Abdulrasooltools: handle out-of-line personality 0 decoding
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2014-02-06 Chandler Carruth[PM] Back out one hunk of the patch in r200901 that...
2014-02-06 Chandler Carruth[PM] Wire up the analysis managers in the opt driver...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Rafael EspindolaUse the information provided by getFlags to unify some...
2014-02-04 Rafael EspindolaSmall fix for llvm-nm handling of weak symbols on ELF...
2014-02-04 Duncan P. N. Exon... cleanup: scc_iterator consumers should use isAtEnd
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-04 Justin Bognerllvm-cov: Implement the object-directory flag
2014-02-04 Justin Bognerllvm-cov: Ignore missing .gcda files
2014-02-04 Rafael EspindolaMove error handling down to getSymbolNMTypeChar.
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-31 NAKAMURA TakumiRevert r200560, "LTO itself hasn't depended on MCDisass...
2014-01-31 NAKAMURA TakumiLTO itself hasn't depended on MCDisassembler any more.
2014-01-31 NAKAMURA Takumillvm/tools: Prune redundant target_link_libraries.
2014-01-30 Rafael EspindolaThis file already has a "using namespace object;",...
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaUse early returns and factor the object::Binary creation.
2014-01-30 Saleem Abdulrasooltools: fix Twine abuse
2014-01-30 Saleem Abdulrasooltools: remove unnecessary typename
2014-01-30 Saleem Abdulrasooltools: repair Windows build
2014-01-30 Saleem Abdulrasooltools: add support for decoding ARM attributes
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Rafael EspindolaFix TLS handling in ELF's getAddress and llvm-nm to...
2014-01-29 Justin Bognerllvm-cov: Accept the long forms of gcov options
next