summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [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
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [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