summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* [PM/SCCP] Fix pass dependencies.Davide Italiano2016-05-151-1/+4
* ThinLTOCodeGenerator: fix race condition found using TSANMehdi Amini2016-05-151-0/+5
* Rename pass name to prepare to new PM porting /NFCXinliang David Li2016-05-156-14/+16
* Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini2016-05-145-83/+4
* [PM] Add newline at the end of the file, for consistency. NFC.Davide Italiano2016-05-141-1/+1
* [PM] Refactor cross-registration of AM into an helper.Davide Italiano2016-05-143-10/+24
* [AVX512] Make the permd intrinsics take a 32-bit immediate to match the softw...Craig Topper2016-05-144-28/+28
* [SCCP] Use range-based for loops. NFC.Davide Italiano2016-05-141-10/+10
* Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini2016-05-145-4/+83
* ARM: support export directives for WindowsSaleem Abdulrasool2016-05-142-0/+98
* [AArch64] Update local variable names to conform to coding standard. NFC.Chad Rosier2016-05-141-31/+31
* Fixed lowering of _comi_ intrinsics from all sets - SSE/SSE2/AVX/AVX-512Elena Demikhovsky2016-05-146-242/+227
* Revert "[llc] New diagnostic handler"Renato Golin2016-05-1431-70/+34
* Re-enable llvm/test/ThinLTO/X86/cache.ll.NAKAMURA Takumi2016-05-141-3/+0
* [Docs] Add some requirements to the Testing GuideRenato Golin2016-05-141-0/+6
* CachePruning.cpp: Don't use errno.NAKAMURA Takumi2016-05-141-2/+3
* Revert changes after test commit.Dima Stepanov2016-05-141-0/+1
* [llc] New diagnostic handlerRenato Golin2016-05-1431-34/+70
* Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, f...NAKAMURA Takumi2016-05-141-1/+1
* [mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders2016-05-146-31/+96
* Test commt: remove a blank line.Dima Stepanov2016-05-141-1/+0
* llvm/Support/MachO.h: Fix warnings. [-Wpedantic]NAKAMURA Takumi2016-05-141-8/+8
* XFAIL ThinLTO Caching test on Windows.Mehdi Amini2016-05-141-0/+3
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-1418-606/+503
* Add testing in llvm-lto for ThinLTO caching.Mehdi Amini2016-05-143-0/+31
* ThinLTOCodeGenerator: handle cases where temporary files can't be renamedMehdi Amini2016-05-141-2/+6
* Revert "Add testing in llvm-lto for ThinLTO caching."Mehdi Amini2016-05-143-33/+0
* Increase verbosity in the test output to help debugging windows issuesMehdi Amini2016-05-141-1/+3
* ThinLTOCodeGenerator: handle std::error_code instead of silently dropping it.Mehdi Amini2016-05-141-1/+5
* StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching against llvm.d...Mehdi Amini2016-05-141-9/+2
* Revert "StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching agains...Mehdi Amini2016-05-141-2/+9
* Add testing in llvm-lto for ThinLTO caching.Mehdi Amini2016-05-143-0/+31
* StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching against llvm.d...Mehdi Amini2016-05-141-9/+2
* Remove unwanted fprintf debugMehdi Amini2016-05-141-1/+0
* Revert r269534 "Silence a -Wundefined-var-template build warning." The bots d...Craig Topper2016-05-141-2/+0
* Silence a -Wundefined-var-template build warning.Craig Topper2016-05-141-0/+2
* [WebAssembly] Fix legalization of i128 shifts.Dan Gohman2016-05-142-9/+284
* [AVX512] Fix types for pshufd intrinsics. The immediate is the second argumen...Craig Topper2016-05-145-53/+54
* [WebAssembly] Update expected torture test failuresDerek Schuff2016-05-141-2/+2
* [codeview] Add type stream merging prototypeReid Kleckner2016-05-1422-135/+820
* SDAG: Implement Select instead of SelectImpl in MipsDAGToDAGISelJustin Bogner2016-05-136-62/+54
* [MSan] [PowerPC] Implement PowerPC64 vararg helper.Marcin Koscielnicki2016-05-133-0/+371
* SDAG: Clean up a dead node I missed earlier in X86Justin Bogner2016-05-131-1/+1
* [MachO] More missing swapStruct implementationsChris Bieneman2016-05-131-0/+17
* [MachO] Filling in some structs I missed in r269499Chris Bieneman2016-05-131-12/+12
* [AArch64] Simplify logic to reduce vertical space. NFC.Chad Rosier2016-05-131-6/+2
* [PM] Port LowerAtomic to the new pass manager.Davide Italiano2016-05-137-43/+89
* SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISelJustin Bogner2016-05-131-28/+38
* [LAA] Include MaxSafeDepDistBytes in the analysis print-outAdam Nemet2016-05-132-0/+40
* [LAA] Prepare the code to print more things in the summary. NFCAdam Nemet2016-05-131-3/+3
OpenPOWER on IntegriCloud