summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Omit forward references for unnamed structs and unionsBrock Wyma2018-03-134-38/+337
* [llvm-mca] Use a const ArrayRef in a few places. NFCAndrea Di Biagio2018-03-132-15/+16
* [TTI] Fix a typo in the commentHaicheng Wu2018-03-131-1/+1
* [llvm-mca] Fix unused variable warning in opt mode.Clement Courbet2018-03-131-1/+1
* [Hexagon] Clang side of r327302 in LLVMKrzysztof Parzyszek2018-03-132-24/+38
* [WebAssembly] Demangle symbol names for use by the browser debuggerNicholas Wilson2018-03-133-3/+75
* [WebAssembly] Use helper macro from ELF/Options.td to tidy. NFCNicholas Wilson2018-03-131-15/+9
* [WebAssembly] Add missing --demangle argNicholas Wilson2018-03-133-0/+27
* [llvm-mca] Refactor event listeners to make the backend agnostic to event types.Clement Courbet2018-03-1312-137/+162
* [mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.Simon Dardis2018-03-132-8/+473
* [clangd] Fix irrelevant declaratations in goto definition (on macros).Haojian Wu2018-03-132-0/+19
* [clangd] Remove extra ";", NFC.Haojian Wu2018-03-131-1/+1
* [X86][SSE41] createVariablePermute v2X64 - PCMPEQQ can test for index 0/1 and...Simon Pilgrim2018-03-132-15/+22
* [dsymutil] Unbreak non-Darwin bots.Jonas Devlieghere2018-03-131-3/+3
* clang-import-test: fix build with clang-3.8Pavel Labath2018-03-131-1/+1
* [dsymutil] Introduce LinkContext. NFC.Jonas Devlieghere2018-03-132-219/+338
* [Evaluator] Evaluate load/store with bitcastEugene Leviant2018-03-134-46/+95
* Fix clang-3.8 buildPavel Labath2018-03-131-1/+1
* Fix linux s390x build (pr36694)Pavel Labath2018-03-131-1/+1
* [ELF] - Implement INSERT BEFORE.George Rimar2018-03-136-16/+60
* [ELF] - Fix wrong "REQUIRES" in test.George Rimar2018-03-131-1/+1
* [ELF] - Restrict section offsets that exceeds file size.George Rimar2018-03-133-6/+53
* [CodeGenPrepare] Respect endianness in splitMergedValStore.Jonas Paulsson2018-03-132-1/+24
* [ELF] - Drop special flags for empty output sections.George Rimar2018-03-132-7/+32
* [SCEV][NFC] Smarter implementation of isAvailableAtLoopEntryMax Kazantsev2018-03-131-53/+1
* [MergeICmps] Make sure that the comparison only has one use.Clement Courbet2018-03-132-0/+109
* bpf: Enhance debug information for peephole optimization passesYonghong Song2018-03-131-1/+19
* bpf: New post-RA peephole optimization pass to eliminate bad RA codegenYonghong Song2018-03-133-8/+111
* bpf: Don't expand BSWAP on i32, promote itYonghong Song2018-03-131-1/+1
* bpf: Support subregister definition check on PHI nodeYonghong Song2018-03-131-2/+16
* bpf: Extends zero extension elimination beyond comparison instructionsYonghong Song2018-03-132-93/+77
* bpf: J*_RR should check both operandsYonghong Song2018-03-132-6/+24
* bpf: Tighten subregister definition checkYonghong Song2018-03-132-1/+50
* bpf: Add more check directives in peephole testcaseYonghong Song2018-03-131-0/+4
* Revert [SCEV] Fix isKnownPredicateSerguei Katkov2018-03-133-119/+27
* [SCEV] Fix isKnownPredicateSerguei Katkov2018-03-133-27/+119
* [polly] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-131-1/+1
* Reland r327041: [ThinLTO] Keep available_externally symbols liveVlad Tsyrklevich2018-03-134-3/+53
* [LTO] Return proper error object rather than null LTOModuleAdam Nemet2018-03-131-1/+1
* [ThinLTO] Add funtions in callees metadata to CallGraphEdgesTaewook Oh2018-03-133-0/+68
* Use PLT relocations in test.Rafael Espindola2018-03-131-4/+4
* [ExpressionParser] Fix crash when evaluating invalid expresssions.Davide Italiano2018-03-133-0/+27
* [LegalizeTypes] In SplitVecOp_TruncateHelper, use GetSplitVector on the input...Craig Topper2018-03-132-330/+167
* Add missing "env" so that test added in r327322 passes on Windows bots.Douglas Yung2018-03-131-1/+1
* [lld] Fix comdat testsAlexander Shaposhnikov2018-03-133-0/+10
* [CFG] [analyzer] Don't add construction context to a return-by-reference call.Artem Dergachev2018-03-124-6/+62
* ObjCARC: address review comments from majnemerSaleem Abdulrasool2018-03-121-8/+5
* [lit] `llvm-mc` is now a dependency to run tests.Davide Italiano2018-03-121-0/+1
* [llvm] Fix mc testsAlexander Shaposhnikov2018-03-121-0/+4
* [analyzer] Support temporaries conjured by conservatively evaluated functions.Artem Dergachev2018-03-123-17/+81
OpenPOWER on IntegriCloud