summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Fix logging of bad type indicesReid Kleckner2017-10-231-1/+1
* [codeview] Recognize two records with no type index fieldsReid Kleckner2017-10-231-0/+2
* [PM] Add pgo-memop-opt pass to the new pass managerRong Xu2017-10-232-0/+8
* [X86][SSE] combineBitcastvxi1 - use PACKSSWB directly to pack v8i16 to v16i8Simon Pilgrim2017-10-235-139/+70
* [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-236-1/+32
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-2311-55/+577
* Add a new Simulator entry for the target triple environment.Bob Wilson2017-10-233-1/+17
* [Driver] Use ld.lld directly for Fuchsia rather than passing flavorPetr Hosek2017-10-234-12/+8
* Make Ctx a plain pointer again.Rafael Espindola2017-10-232-7/+12
* Fix buildbot breakageGeorge Burgess IV2017-10-231-0/+1
* Document a change of behavior in r315552.Rafael Espindola2017-10-231-0/+17
* Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips2017-10-235-26/+77
* Don't crash when we see unallocatable registers in clobbersGeorge Burgess IV2017-10-234-15/+52
* Graph builder implementation.Mitch Phillips2017-10-237-7/+986
* Revert "[PowerPC] Try to simplify a Swap if it feeds a Splat"Stefan Pintilie2017-10-232-181/+0
* lld::COFF: better behavior when using as a libraryRui Ueyama2017-10-237-14/+19
* [GVNSink] Fix failing GVNSink tests in the reverse iteration botMandeep Singh Grang2017-10-231-8/+15
* Logging: Disable logging after fork()Pavel Labath2017-10-236-7/+24
* [Hexagon] Return the correct chain edge for i1 function callsKrzysztof Parzyszek2017-10-232-1/+25
* [PowerPC] Try to simplify a Swap if it feeds a SplatStefan Pintilie2017-10-232-0/+181
* LLD: Fix large integer implicitly truncated to unsigned type gcc warningKonstantin Zhuravlyov2017-10-231-1/+1
* Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo2017-10-234-30/+97
* [Hexagon] Add extra pattern for S4_addaddiKrzysztof Parzyszek2017-10-232-0/+15
* [OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld2017-10-235-111/+416
* Fix FormatVariadicTest with GCCJonas Hahnfeld2017-10-231-1/+3
* [globalisel][tablegen] Import stores and allow GISel to automatically substit...Daniel Sanders2017-10-238-9/+171
* Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips2017-10-234-10/+7
* Patch inMitch Phillips2017-10-234-7/+10
* [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)Vedant Kumar2017-10-233-3/+7
* [Sanitizers] Add total primary allocator RSS to allocator report.Alex Shlyapnikov2017-10-231-8/+14
* [lldbtest] Simplify removing an unneeded else. NFCI.Davide Italiano2017-10-231-2/+1
* [X86][SSE] Regenerate PACKSS tests on 32 + 64-bit targetsSimon Pilgrim2017-10-231-74/+67
* CodeGen: Fix invalid bitcast in partial initialization of automatic arrary va...Yaxun Liu2017-10-232-1/+9
* Updated 'Getting Started' to use valid git links (added trailing slashes)Mitch Phillips2017-10-231-33/+33
* [PassManager] add test to show the new PM uses -latesimplifycfg early; NFCSanjay Patel2017-10-231-0/+95
* [globalisel] Add very brief docs summarizing the ISel part of the LLVMDev tut...Daniel Sanders2017-10-231-5/+69
* AMDGPU: Cleanup local atomic node namesMatt Arsenault2017-10-234-62/+51
* Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."Evgeniy Stepanov2017-10-231-8/+2
* [Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov2017-10-239-26/+89
* AMDGPU: Fix default range in non-kernel functionsMatt Arsenault2017-10-233-4/+46
* [X86] Fix disassembler table generation to prevent instructions tagged with '...Craig Topper2017-10-233-16/+20
* [ASTMatchers] Expose forEachOverriden in dynamic AST matchers.Benjamin Kramer2017-10-231-0/+1
* Fix misguided error message in debug mode. No functional change. Fixes PR#34966Marshall Clow2017-10-231-1/+1
* [scudo] Add a shared runtimeKostya Kortchinsky2017-10-233-9/+47
* [MachineOutliner] NFC: Rename getters/setters to fit coding styleJessica Paquette2017-10-231-13/+13
* [X86] Change VMPTRST to use PS instead of TB to match VMPTRLD.Craig Topper2017-10-231-1/+1
* [X86] Change RDRAND to use PS instead of TB.Craig Topper2017-10-231-3/+3
* Pull X86 "CPUKind" checking into .cpp file. [NFC]Erich Keane2017-10-232-71/+73
* [X86] Change XRSTOR to use PS instead of TB to match XSAVE.Craig Topper2017-10-231-2/+2
* [X86][SSE] Remove AssertZext stage from PEXTRW/PEXTRB lowering. NFCI.Simon Pilgrim2017-10-233-33/+30
OpenPOWER on IntegriCloud