summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-2822-210/+134
* [OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze2018-02-283-88/+182
* [WebAssembly] Return a StringRef instead of std::string from getSectionName()...Rui Ueyama2018-02-282-8/+8
* [WebAssembly] Improve WasmSignatureDenseMapInfo.Rui Ueyama2018-02-281-4/+3
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-285-90/+90
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-2810-121/+120
* [ARM] Lower lower saturate to 0 and lower saturate to -1 using bit-operationsPablo Barrio2018-02-283-2/+221
* Test commit access: apply clang-format suggestionJoel E. Denny2018-02-281-2/+2
* [InstCombine] auto-generate complete checks; NFCSanjay Patel2018-02-281-26/+36
* [InstCombine] move invariant call out of loop; NFCSanjay Patel2018-02-281-4/+4
* [InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCISanjay Patel2018-02-286-34/+29
* [DEBUGINFO] Add flag for DWARF2 or less to use sections as references.Alexey Bataev2018-02-284-11/+104
* Rename a few checks from misc- to bugprone-.Alexander Kornienko2018-02-2824-80/+92
* [WebAssembly] Fix copy-paste error in debugging stringNicholas Wilson2018-02-281-1/+1
* [clangd] A few more fixes for STL header mapping.Eric Liu2018-02-281-1/+7
* [analyzer] Fix a compiler warningGabor Horvath2018-02-281-1/+2
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-2823-51/+773
* [mips] Begin reworking instruction predicates for ISAs/encodings (1/N)Simon Dardis2018-02-283-22/+80
* [clang-tidy] Fix 'add_new_check.py --udpate-docs'Alexander Kornienko2018-02-281-0/+7
* [GlobalIsel][X86] Support G_INTTOPTR instruction.Alexander Ivchenko2018-02-287-1/+167
* Fix typo. NFCXin Tong2018-02-281-1/+1
* [MergeICmp] Fix a bug in MergeICmp that can lead to a block being processed m...Xin Tong2018-02-282-0/+70
* [IR] - Make User construction exception safeKlaus Kretzschmar2018-02-282-7/+30
* [Dominators] Remove verifyDomTree and add some verifying for Post Dom TreesDavid Green2018-02-2815-104/+73
* [clang-tidy] Add a test for readability-implicit-bool-conversion with bitfields.Alexander Kornienko2018-02-281-0/+6
* [clangd] Prefer the definition of a TagDecl (e.g. class) as CanonicalDeclarat...Eric Liu2018-02-284-86/+77
* [OMPT] Fix inconsistent testcasesJoachim Protze2018-02-282-31/+31
* [GlobalIsel][X86] Support G_PTRTOINT instruction.Alexander Ivchenko2018-02-287-10/+682
* [clangd] A few minor fixes for STL internal header mapping.Eric Liu2018-02-281-4/+4
* [RISCV] Update two tests after r326208Alex Bradbury2018-02-282-4/+4
* [X86] Don't use EXTRACT_ELEMENT from v1i1 with i8/i32 result type when we nee...Craig Topper2018-02-287-54/+83
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-2827-97/+1917
* [X86] Change the masked FPCLASS implementation to use AND instead of OR to co...Craig Topper2018-02-282-10/+8
* [ELF] Process linker scripts deeper when declaring symbols.Igor Kudrin2018-02-283-15/+39
* [ARM] Cortex-A57 scheduler fix for ARM backend (missed 16-bit, v8.1/v8.2/v8.3...Andrew Zhogin2018-02-281-5/+33
* [SLP] Added new tests and updated existing for jumbled load, NFC.Mohammad Shahid2018-02-284-6/+468
* Add EmulateInstructionPPC64.cpp to xcode project file.Jason Molenda2018-02-281-0/+15
* [WebAssembly] Fix variable name.Rui Ueyama2018-02-281-1/+1
* [WebAssembly] Remove unnecessary namespace specifiers. NFC.Rui Ueyama2018-02-281-2/+2
* Fix a couple of cases where we would fail to correctly parse deduced class te...Richard Smith2018-02-2811-27/+161
* Update cxx_status to mark "SVN" items as "Clang 6" instead.Richard Smith2018-02-282-6/+9
* [WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC.Rui Ueyama2018-02-282-70/+43
* [analyzer] [tests] Write to logfile instead of stdout while updatingGeorge Karpenkov2018-02-281-17/+18
* [WebAssembly] Add test for `--undefined` flag. NFC.Sam Clegg2018-02-281-2/+3
* [WebAssembly] Simplify Symbol::getWasmType. NFC.Rui Ueyama2018-02-281-10/+4
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-02-2810-208/+303
* [WebAssembly] Inline translateVA as it's trivial.Rui Ueyama2018-02-283-11/+3
* [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions byLang Hames2018-02-282-2/+11
* [WebAssembly] Remove ELF-ness.Rui Ueyama2018-02-281-10/+6
* update_mir_test_checks: Use the regexes from UpdateTestChecks.commonJustin Bogner2018-02-282-18/+17
OpenPOWER on IntegriCloud