summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [docs] Fix formatting.Eli Friedman2019-01-171-1/+1
* [FunctionComparator] Consider tail call kindsVedant Kumar2019-01-172-22/+32
* [SEH] [ARM64] Retrieve the frame pointer from SEH funcletsSanjin Sijaric2019-01-172-0/+132
* [docs] Add more ARM/AArch64 links to CompilerWriterInfo.rst .Eli Friedman2019-01-171-4/+18
* [Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.Volodymyr Sapsai2019-01-172-0/+4
* [WebAssembly] Merge producers sectionThomas Lively2019-01-163-2/+50
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-1614-18/+276
* Fix sanitizer tool list used to generate sanitizer_common tests to be up-to-d...Dan Liew2019-01-166-14/+65
* Fix a mistake in rL351392.Wei Mi2019-01-161-1/+1
* [ELF][X86_64] Fix corrupted LD -> LE optimization for TLS without PLTPeter Wu2019-01-162-10/+119
* [AsmPrinter] Collapse .loc 0 0 directivesJonas Devlieghere2019-01-162-1/+105
* [analyzer] Another RetainCountChecker cleanupGeorge Karpenkov2019-01-162-45/+40
* [analyzer] [NFC] Yet another minor cleanup of RetainCountCheckerGeorge Karpenkov2019-01-162-33/+18
* [PGO] Make pgo related options in opt more consistent.Wei Mi2019-01-167-39/+49
* Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Craig Topper2019-01-169-16/+160
* [X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper2019-01-163-32/+140
* [X86] Remove GCCBuiltin from deprecated gather builtins in preparation for cu...Craig Topper2019-01-161-24/+8
* [WebAssembly] Remove expected failure from known_gcc_test_failures.txt. NFC.Sam Clegg2019-01-161-1/+0
* [NFC] Factor out + document build requirementsJF Bastien2019-01-162-41/+60
* [TSan] Fix comment. NFC.Philip Pfaffe2019-01-161-1/+1
* XFAIL test on WindowsAdrian Prantl2019-01-161-1/+2
* [X86] Sink complex MCU CC helper to .cpp file from .h file, NFCReid Kleckner2019-01-162-57/+59
* Fix libc++ mac driver test to pass on WindowsReid Kleckner2019-01-161-4/+3
* PR40329: [adl] Fix determination of associated classes when searching aRichard Smith2019-01-163-18/+66
* [X86] Add X86ISD::VSHLV and X86ISD::VSRLV nodes for psllv and psrlvCraig Topper2019-01-1610-164/+347
* [X86] Use X86ISD::BLENDV for blendv intrinsics. Replace vselect with blendv j...Craig Topper2019-01-166-89/+87
* AMDGPU: Adjust the chain for loads writing to the HI part of a register.Changpeng Fang2019-01-162-0/+186
* [X86] Add a one use check to the setcc inversion code in combineVSelectWithAl...Craig Topper2019-01-162-16/+13
* [X86] Add test case for D56765. NFCCraig Topper2019-01-161-0/+36
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-169-34/+86
* [X86] Add additional saturating add/sub vector tests; NFCNikita Popov2019-01-163-581/+7174
* Fix most of LLVM's tests with LLVM_ENABLE_PIC=OFFNico Weber2019-01-161-1/+0
* compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on macNico Weber2019-01-162-18/+22
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-1619-10/+456
* [Fixed Point Arithmetic] Fixed Point SubtractionLeonard Chan2019-01-162-11/+454
* [COFF, ARM64] Implement support for SEH extensions __try/__except/__finallyMandeep Singh Grang2019-01-1610-9/+191
* [Hexagon] Do not promote terminator instructions in Hexagon loop idiomsKrzysztof Parzyszek2019-01-161-1/+3
* [Fixed Point Arithmetic] Add APFixedPoint to APValueLeonard Chan2019-01-169-22/+99
* gn build: Add headers to compiler-rt build files.Peter Collingbourne2019-01-165-1/+104
* [X86][BtVer2] Update latency of horizontal operations.Andrea Di Biagio2019-01-1612-159/+161
* [X86] getFauxShuffleMask - bail for non-byte aligned shuffle typesSimon Pilgrim2019-01-161-2/+2
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-169-20/+667
* Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber2019-01-164-13/+25
* [X86] Regenerate testSimon Pilgrim2019-01-161-3/+3
* [elfabi] Add support for reading DT_SONAME from binariesArmando Montanez2019-01-1612-20/+537
* Add a REQUIRES: darwin line for a mac test.Jeremy Morse2019-01-161-1/+1
* Fix dir-separator-no-comp-dir-relative-name.s test added in r351328Pavel Labath2019-01-161-6/+7
* [DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not usedJeremy Morse2019-01-162-5/+66
* Remove misleading line about git's lack of revision numbers.Erich Keane2019-01-161-3/+1
* [llvm-readobj] Set correct offset when dumping hex section output.Sid Manning2019-01-162-1/+7
OpenPOWER on IntegriCloud