summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-0636-168/+149
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-063-3/+3
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-062-2/+2
* Attempt to unbreak little-endian buildbots.Rui Ueyama2014-03-051-3/+6
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-0511-16/+16
* llvm-objdump: Indent unwind info contents.Rui Ueyama2014-03-041-11/+11
* llvm-objdump: Fix typo in output.Rui Ueyama2014-03-041-1/+1
* Remove out-of-date comment in llvm/tools/CMakeLists.txt.NAKAMURA Takumi2014-03-041-4/+0
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-043-3/+3
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-043-3/+3
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-041-1/+1
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-042-2/+2
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-045-5/+4
* Fix typo.Rui Ueyama2014-03-041-3/+3
* Use auto for readability.Rui Ueyama2014-03-041-5/+3
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-041-4/+33
* llvm-objdump: Split printRuntimeFunction to two small functions.Rui Ueyama2014-03-041-39/+41
* llvm-objdump: Split printCOFFUnwindInfo into small functions.Rui Ueyama2014-03-041-105/+123
* llvm-objdump: Use range-based-for loop and fix format.Rui Ueyama2014-03-041-14/+18
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-031-0/+2
* Don't emit a blank line when running llvm-config --system-libs.Richard Osborne2014-03-031-18/+20
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-023-24/+24
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-12/+3
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-282-16/+0
* llvm-objdump: Fix crash bug with printing unwind info on stripped file.Rui Ueyama2014-02-281-7/+9
* Style fix.Rui Ueyama2014-02-281-1/+2
* Remove unnecessary temporary variable.Rui Ueyama2014-02-281-4/+2
* Don't mix the plain and keyword signatures of target_link_libraries.Rafael Espindola2014-02-261-1/+1
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-262-29/+44
* Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov2014-02-261-25/+4
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-252-7/+8
* Store a DataLayout in Module.Rafael Espindola2014-02-251-5/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-253-5/+5
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-241-0/+1
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-241-3/+6
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-2414-17/+17
* Don't make F_None the default.Rafael Espindola2014-02-242-3/+3
* Simplify linking to system librariesNAKAMURA Takumi2014-02-231-1/+1
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-227-4/+10
* llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama2014-02-211-0/+7
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-213-134/+94
* [CMake] llvm-c/lto.h should be installed if libLTO.a is built.NAKAMURA Takumi2014-02-211-4/+2
* [CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.NAKAMURA Takumi2014-02-211-15/+3
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-211-0/+5
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-212-9/+9
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-201-1/+5
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-201-0/+22
* Fix typoTobias Grosser2014-02-191-3/+3
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-194-98/+10
OpenPOWER on IntegriCloud