summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[DAGCombiner] Ensure we use the correct CC result type in visitSDIV"Haojian Wu2018-06-283-39/+11
* [llvm-mca][x86] Add FMA4 resource testsSimon Pilgrim2018-06-281-0/+349
* [llvm-mca][x86] Add 3dnow! resource testsSimon Pilgrim2018-06-281-0/+208
* [AMDGPU] Early expansion of 32 bit udiv/uremStanislav Mekhanoshin2018-06-284-132/+2747
* [llvm-mca] Use a WriteRef to describe register writes in class RegisterFile.Andrea Di Biagio2018-06-286-50/+103
* [AMDGPU] Overload llvm.amdgcn.fmad.ftz to support f16Stanislav Mekhanoshin2018-06-284-16/+136
* Correct the test modified in rL335777.Haojian Wu2018-06-281-1/+1
* lld-link: align sections to 16 bytes if referenced from the gfids tableBob Haarman2018-06-283-0/+101
* [clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko2018-06-285-15/+107
* [PhiValues] Adjust unit test to invalidate instructions before deleting themJohn Brawn2018-06-281-1/+1
* [DEBUG_INFO, NVPTX] Add test for .debug_loc section, NFC.Alexey Bataev2018-06-281-0/+506
* [dsymutil] Use UnitListTy consistently (NFC)Jonas Devlieghere2018-06-282-18/+15
* Skip core file tests on build configurations lacking necessary componentsPavel Labath2018-06-283-0/+33
* Fix test that was failing on Windows due to too many backslashesFilipe Cabecinhas2018-06-281-1/+1
* Add a PhiValuesAnalysis pass to calculate the underlying values of phisJohn Brawn2018-06-2812-0/+1056
* OpenBSD driver needs ld.lld in sanitizer contextDavid Carlier2018-06-281-1/+3
* [ELF] - EhFrame.cpp: add test case to check "CIE is too small" error message.George Rimar2018-06-281-0/+15
* Fix unittest build with GCC older than 5.Benjamin Kramer2018-06-281-1/+1
* [ODRHash] Do not rely on Type* when computing the hash.Vassil Vassilev2018-06-288-10/+46
* [ELF] - EhFrame.cpp: add test case to cover "corrupted CIE" error message.George Rimar2018-06-281-0/+30
* Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer2018-06-2813-329/+7
* [ARM] Parallel DSP PassSjoerd Meijer2018-06-2818-1/+1301
* [ELF] - EhFrame.cpp: add test case to cover "DW_EH_PE_aligned encoding is not...George Rimar2018-06-281-0/+30
* Fix warning on MSVC by using size_t arithmetic instead of casting after the f...Filipe Cabecinhas2018-06-281-1/+1
* [ELF] - EhFrame.cpp: add test case to check "unknown FDE encoding".George Rimar2018-06-281-0/+31
* Remove explicit type from an initializer list. NFC.Alexander Kornienko2018-06-281-2/+2
* Fix formatting. NFC.Alexander Kornienko2018-06-281-5/+4
* Revert "ADT: Move ArrayRef comparison operators into the class"Pavel Labath2018-06-282-14/+16
* The :option: syntax was generating Sphinx build warnings; switched to double ...Aaron Ballman2018-06-281-3/+2
* Correct the code highlighting marker to be Objective-C rather than C++ which ...Aaron Ballman2018-06-281-1/+1
* Fix the indentation in this documentation to remove a Sphinx warning; NFC.Aaron Ballman2018-06-281-5/+4
* [ELF] - EhFrame: add test case to cover uncovered branch of the code.George Rimar2018-06-281-0/+28
* ADT: Move ArrayRef comparison operators into the classPavel Labath2018-06-282-16/+14
* [ELF] - Cover "unknown .eh_frame augmentation string" error.George Rimar2018-06-281-0/+28
* [llvm-mca] Refactor method RegisterFile::collectWrites(). NFCIAndrea Di Biagio2018-06-281-7/+13
* [clangd] Fix a data race in TUSchedulerIlya Biryukov2018-06-281-5/+5
* [Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...Adam Balogh2018-06-284-34/+578
* [DebugInfo] Follow-up commit to improve consistency. NFCJonas Devlieghere2018-06-282-127/+117
* [ELF] - Add test case to cover "corrupted CIE (failed to read LEB128)" error.George Rimar2018-06-281-0/+21
* Comment change to verify commit rights. NFC.Jesper Antonsson2018-06-281-1/+1
* s/TablesChecked/TableChecked/ after r335823Hans Wennborg2018-06-282-2/+2
* AMDGPU: Remove MFI::ABIArgOffsetMatt Arsenault2018-06-287-33/+22
* AMDGPU: Error on calls from graphics shadersMatt Arsenault2018-06-282-0/+14
* AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPUAS structMatt Arsenault2018-06-281-1/+2
* AMDGPU: Fix assert on aggregate type kernel argumentsMatt Arsenault2018-06-282-2/+175
* [ELF] - Removed trailing whitespace. NFC.George Rimar2018-06-281-1/+0
* [ELF] - Add test case to cover "corrupted CIE (failed to read string)"George Rimar2018-06-281-0/+23
* Unify sorted asserts to use the existing atomic patternBenjamin Kramer2018-06-283-9/+10
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-284-57/+107
* [DAGCombiner] Ensure we use the correct CC result type in visitSDIVSimon Pilgrim2018-06-283-11/+39
OpenPOWER on IntegriCloud