aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-16/+14
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-302-16/+108
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-302-15/+3
* Enable building LTO on WIN32.Rafael Espindola2013-09-302-3/+15
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-272-4/+4
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-273-3/+58
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-273-58/+3
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-1/+1
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-6/+6
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-273-3/+58
* Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher2013-09-251-0/+2
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-251-0/+1
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-2412-1723/+79
* llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi2013-09-201-0/+2
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-196-4/+140
* msbuild: Set _MSC_VER to match the CRT we're usingReid Kleckner2013-09-192-0/+10
* Include an LLVM-vs2012_xp toolset in the MSBuild integrationReid Kleckner2013-09-194-0/+37
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-198-33/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-188-0/+33
* whitespaceAndrew Trick2013-09-184-11/+11
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-181-0/+1
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+1
* [LTO] Fix the LTO tool, after my API breakage.Joey Gouly2013-09-121-1/+3
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-3/+3
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-1/+7
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-4/+4
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-2/+2
* msbuild integration: provide separate files for VS2010 and VS2012Hans Wennborg2013-09-066-35/+58
* msbuild: Add clang's compiler-rt libs to the LibraryPathReid Kleckner2013-09-051-0/+1
* Rename some variables to match the style guide.Rafael Espindola2013-09-042-20/+20
* Rename variables to match the style guide and clang-format.Rafael Espindola2013-09-042-71/+70
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-031-0/+4
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-021-4/+4
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-013-170/+167
* Substitute LLVM's version into the msbuild property file at config timeReid Kleckner2013-08-293-10/+16
* Modified ms-build configuration file to be version locked to the VS2010 toolc...Warren Hunt2013-08-291-19/+2
* Adding VCIncludeDir and WindowsSDKDir to the msbuild configuration file. Thi...Warren Hunt2013-08-281-2/+18
* Fix name matching to work on windows.Rafael Espindola2013-08-281-2/+3
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-281-3/+9
* cmake: Prevent semicolon separated lists in llvm-config (PR17020)Hans Wennborg2013-08-281-1/+2
* Add a minimal implementation of ranlib.Rafael Espindola2013-08-283-13/+56
* cmake: Add msbuild integration to the installHans Wennborg2013-08-283-0/+78
* [CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis2013-08-271-0/+4
* Add xml files for msbuild integrationReid Kleckner2013-08-272-0/+12
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-274-37/+1
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-273-168/+170
* Fix the build broken by r189315.David Blaikie2013-08-271-17/+8
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-273-178/+185
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-274-1/+37
* llvm-symbolizer: use real path when looking for debug binary locationAlexey Samsonov2013-08-261-2/+11