aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: move lto.h install to tools/lto/CMakeLists.txtHans Wennborg2013-08-261-0/+5
* CMake: build llvm-config on Windows.Hans Wennborg2013-08-232-30/+12
* lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it a...NAKAMURA Takumi2013-08-231-2/+0
* [CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis2013-08-211-34/+44
* Add basic YAML MC CFG testcase.Ahmed Bougacha2013-08-211-1/+1
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-9/+29
* lli/RecordingMemoryManager.cpp: Make it complain if _GLOBAL_OFFSET_TABLE_ wer...NAKAMURA Takumi2013-08-211-0/+7
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-141-0/+83
* Remove logic that decides whether to vectorize or not depending on O-levelsArnold Schwaighofer2013-08-131-0/+2
* Revert r188188 and r188200.Shuxin Yang2013-08-1210-860/+45
* Fix warning about unused member.Eric Christopher2013-08-121-1/+0
* Misc enhancements to LTO:Shuxin Yang2013-08-1210-45/+861
* Remove byte order mark from source file.Benjamin Kramer2013-08-091-1/+1
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-1/+2
* Revert r185882. This is causing problems with the gold linker and might be be...Bill Wendling2013-08-081-4/+2
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-084-194/+152
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-073-26/+30
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-061-9/+9
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-1/+1
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-061-1/+44
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-051-1/+4
* Unbreak llvm-rtdyld build.Benjamin Kramer2013-08-031-3/+3
* llvm-rtdyld: Don't leak memory managers.Benjamin Kramer2013-08-031-4/+4
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-021-7/+42
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-022-2/+2
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-013-8/+0
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-1/+29
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-272-1/+4
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-3/+1
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-253-8/+0
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-235-13/+9