summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [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
* [CMake] llvm-c/lto.h should be installed if libLTO.a is built.NAKAMURA Takumi2014-02-21
* [CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.NAKAMURA Takumi2014-02-21
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-21
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* Fix typoTobias Grosser2014-02-19
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-19
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-19
* llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner2014-02-18
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-17