summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [bugpoint] Don't ignore arg in -compile-commad="tool arg"Adam Nemet2014-03-08
* Add missing std:: qualifiersDmitri Gribenko2014-03-07
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-07
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Fix warning about mismatched signs in comparison.Rafael Espindola2014-03-06
* Fix the printing of n_type.Rafael Espindola2014-03-06
* Use the existing N_STAB from the MachO namespace.Rafael Espindola2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-06
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Attempt to unbreak little-endian buildbots.Rui Ueyama2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* llvm-objdump: Indent unwind info contents.Rui Ueyama2014-03-04
* llvm-objdump: Fix typo in output.Rui Ueyama2014-03-04
* Remove out-of-date comment in llvm/tools/CMakeLists.txt.NAKAMURA Takumi2014-03-04
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Fix typo.Rui Ueyama2014-03-04
* Use auto for readability.Rui Ueyama2014-03-04
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-04
* llvm-objdump: Split printRuntimeFunction to two small functions.Rui Ueyama2014-03-04
* llvm-objdump: Split printCOFFUnwindInfo into small functions.Rui Ueyama2014-03-04
* llvm-objdump: Use range-based-for loop and fix format.Rui Ueyama2014-03-04
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-03
* Don't emit a blank line when running llvm-config --system-libs.Richard Osborne2014-03-03
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-28
* llvm-objdump: Fix crash bug with printing unwind info on stripped file.Rui Ueyama2014-02-28
* Style fix.Rui Ueyama2014-02-28
* Remove unnecessary temporary variable.Rui Ueyama2014-02-28
* Don't mix the plain and keyword signatures of target_link_libraries.Rafael Espindola2014-02-26
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-26
* Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov2014-02-26
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* Simplify linking to system librariesNAKAMURA Takumi2014-02-23
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama2014-02-21
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21