summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-02
* Add a -exported-symbol option to llvm-lto.Rafael Espindola2013-10-02
* Enable building LTO on WIN32.Rafael Espindola2013-10-02
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-30
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-30
* Enable building LTO on WIN32.Rafael Espindola2013-09-30
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-27
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-27
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-27
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-27
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-27
* Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher2013-09-25
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-25
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24
* llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi2013-09-20
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19
* msbuild: Set _MSC_VER to match the CRT we're usingReid Kleckner2013-09-19
* Include an LLVM-vs2012_xp toolset in the MSBuild integrationReid Kleckner2013-09-19
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-19
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-18
* whitespaceAndrew Trick2013-09-18
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-18
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* [LTO] Fix the LTO tool, after my API breakage.Joey Gouly2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* msbuild integration: provide separate files for VS2010 and VS2012Hans Wennborg2013-09-06
* msbuild: Add clang's compiler-rt libs to the LibraryPathReid Kleckner2013-09-05
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* Rename variables to match the style guide and clang-format.Rafael Espindola2013-09-04
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-03
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-02
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Substitute LLVM's version into the msbuild property file at config timeReid Kleckner2013-08-29
* Modified ms-build configuration file to be version locked to the VS2010 toolc...Warren Hunt2013-08-29
* Adding VCIncludeDir and WindowsSDKDir to the msbuild configuration file. Thi...Warren Hunt2013-08-28
* Fix name matching to work on windows.Rafael Espindola2013-08-28
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* cmake: Prevent semicolon separated lists in llvm-config (PR17020)Hans Wennborg2013-08-28
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-28
* cmake: Add msbuild integration to the installHans Wennborg2013-08-28
* [CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis2013-08-27
* Add xml files for msbuild integrationReid Kleckner2013-08-27
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-27