summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [dwarfdump] Fix spurious verification errors for DW_AT_location attributesJonas Devlieghere2018-02-175-23/+312
* [DAGCombiner] Remove simplifyShuffleMask - now handled more generally by Simp...Simon Pilgrim2018-02-171-35/+0
* Fix signed/unsigned comparison warning in AsmGenMatcher generated code. NFCI.Simon Pilgrim2018-02-171-4/+4
* [DebugInfo] Removed assert on missing CountVarDIESander de Smalen2018-02-173-7/+50
* Report fatal error in the case of out of memorySerge Pavlov2018-02-172-0/+35
* [AMDGPU] Return true in enableMultipleCopyHints().Jonas Paulsson2018-02-174-12/+14
* [OMPT] Omissionin in OMPT FormattingJoachim Protze2018-02-175-7/+9
* [OMPT] Add interoperability testcaseJoachim Protze2018-02-171-0/+99
* [OMPT] Update api_calls testcaseJoachim Protze2018-02-172-34/+50
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Quentin Colombet2018-02-17118-1021/+456
* [DAG, X86] Revert r324797, r324491, and r324359.Chandler Carruth2018-02-1718-645/+986
* [InstSimplify] add vector select tests with undef elts in condition; NFCSanjay Patel2018-02-171-0/+20
* [WebAssembly] Remove unneeded classifer methods from Symbol class. NFC.Sam Clegg2018-02-174-11/+4
* [X86] Turn selects with constant condition into vector shuffles during DAG co...Craig Topper2018-02-174-47/+61
* Use toString to print out garbage-collected sections.Rui Ueyama2018-02-175-12/+11
* [WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.Sam Clegg2018-02-166-46/+35
* [WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.Sam Clegg2018-02-162-2/+1
* Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama2018-02-168-21/+22
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-02-1610-216/+342
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-168-13/+100
* [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is setVitaly Buka2018-02-164-10/+33
* [clangd] Rename some protocol field to lower caseMarc-Andre Laperle2018-02-164-17/+17
* AMDGPU: Remove unused private member of AMDGPUTargetELFStreamerKonstantin Zhuravlyov2018-02-162-2/+1
* Run these tests, the errors were old and not valid anymore.Eric Christopher2018-02-161-11/+8
* Do not print out "no input files" twice.Rui Ueyama2018-02-162-6/+23
* Use wasm-ld instead of "lld -flavor wasm".Rui Ueyama2018-02-1632-51/+51
* AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU testsKonstantin Zhuravlyov2018-02-162-3/+3
* Remove an unused function.Eric Christopher2018-02-161-4/+0
* Silence an unsigned vs signed compare warning.Eric Christopher2018-02-161-7/+7
* [GISel]: Make GlobalISelEmitter rule prioritization compatible with selectionDAGAditya Nandakumar2018-02-163-316/+355
* AMDGPU: Update elf flags in amdgpu-elf-flags.sKonstantin Zhuravlyov2018-02-161-2/+2
* AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov2018-02-1621-273/+942
* [Constant] add floating-point helpers for normal/finite-nz; NFCSanjay Patel2018-02-163-42/+47
* Make sure we invoke ld64.lld and ld-wasm in the build directory.Rui Ueyama2018-02-161-1/+1
* [COFF] Add support for ARM64 secrel relocations for add/load instructionsMartin Storsjo2018-02-162-5/+57
* [clangd] Implement textDocument/hoverMarc-Andre Laperle2018-02-1614-8/+577
* [X86] In lowerVSELECTtoVectorShuffle, don't map undef select condition to und...Craig Topper2018-02-161-3/+6
* AMDGPU: Bring processors and features in sync with the specKonstantin Zhuravlyov2018-02-1615-72/+58
* Revert an accidental change to where "-flavor GNU" was used by intention.Rui Ueyama2018-02-161-2/+2
* [OPENMP] Do not emit messages for templates in declare targetAlexey Bataev2018-02-162-19/+65
* Replace -flavor {gnu,darwin} with ld64.lld or ld.lld.Rui Ueyama2018-02-16132-209/+209
* Try again to fix the build.Zachary Turner2018-02-161-1/+3
* Try to fix broken build with some compilers.Zachary Turner2018-02-161-25/+23
* Remove `else` after `break`.Rui Ueyama2018-02-161-6/+4
* Fix emission of PDB string table.Zachary Turner2018-02-169-188/+245
* Remove useless comment - seems to be a copy+paste typo. NFCISimon Pilgrim2018-02-161-1/+0
* Use write32le instead of write32<little>.Rui Ueyama2018-02-161-1/+2
* Refactor wasm/WriterUtil.{cpp,h}.Rui Ueyama2018-02-164-40/+33
* [WebAssebmly] Remove unneeded cast. NFC.Sam Clegg2018-02-161-1/+1
* [clang-include-fixer] Use add_clang_tool instead add_clang_executablePetr Hosek2018-02-161-1/+1
OpenPOWER on IntegriCloud