summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ELF] Rename test/ELF/note-loadaddr.c to .s NFCFangrui Song2018-02-281-0/+0
* [WebAssembly] Do not use inheritance to define SubSection.Rui Ueyama2018-02-283-60/+58
* [WebAssembly] Refactor ObjFile::initializeSymbols.Rui Ueyama2018-02-282-66/+47
* update_mir_test_checks: Drop support for vreg block checksJustin Bogner2018-02-281-24/+9
* [WebAssembly] Do not use Subsection as a local variable name.Rui Ueyama2018-02-281-40/+39
* [WebAssembly] Do not use default arguments for SymbolTable.Rui Ueyama2018-02-282-7/+7
* [WebAssembly] Do not remove existing output file.Rui Ueyama2018-02-281-1/+0
* [WebAssembly] Remove redundant local variables.Rui Ueyama2018-02-281-10/+5
* [WebAssembly] Simplify createLikingSection.Rui Ueyama2018-02-281-7/+17
* AMDGPU: Move run and check lines around to match processor order in AMDGPU.hKonstantin Zhuravlyov2018-02-281-2/+2
* [WebAssembly] Inline accessor functions that are called only once.Rui Ueyama2018-02-282-63/+19
* [WebAssembly] Remove trivial accessors.Rui Ueyama2018-02-283-15/+9
* [WebAssembly] Use more specific type and simplify code.Rui Ueyama2018-02-281-20/+13
* [WebAssembly] Remove LastDefinedKind for consistency with undefined kinds. NFC.Rui Ueyama2018-02-281-6/+9
* [WebAssembly] Remove premature optimization.Rui Ueyama2018-02-281-1/+1
* Inline trivial function. NFC.Rafael Espindola2018-02-281-7/+1
* [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.Rui Ueyama2018-02-284-128/+150
* Pass a GlobalDecl to setAliasAttributes. NFC.Rafael Espindola2018-02-284-6/+6
* [WebAssembly] Use StringRef instead of `const char *`.Rui Ueyama2018-02-281-10/+10
OpenPOWER on IntegriCloud