summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore2019-02-164-35/+6
* [CMake] Use variables rather than ":" delimitersPetr Hosek2019-02-161-5/+3
* [X86] Don't prevent load folding for cvtsi2ss/cvtsi2sd based on hasPartialReg...Craig Topper2019-02-167-95/+78
* Fix some tests I broke in r354190Erik Pilkington2019-02-162-2/+2
* [libFuzzer] make len_control less agressive: set the initial max len to the l...Kostya Serebryany2019-02-162-1/+16
* [Sema] Diagnose floating point conversions based on target semanticsErik Pilkington2019-02-164-11/+49
* [ObjC generics] Fix applying `__kindof` to the type parameter.Volodymyr Sapsai2019-02-162-0/+88
* [lit] Remove LitTestCaseJulian Lettner2019-02-167-87/+0
* [lit][NFC] Cleanup lit worker process handlingJulian Lettner2019-02-163-106/+109
* [libFuzzer] fork mode: try harder to cleanup after itselfKostya Serebryany2019-02-163-11/+36
* Temporarily disable test:Richard Smith2019-02-161-1/+4
* [PPC64] Preserve LocalEntry when linkingRui Ueyama2019-02-152-0/+52
* clang-format with UseTab: Always sometimes doesn't insert the right amount of...Alexander Kornienko2019-02-152-4/+11
* [EarlyCSE & MSSA] Cap the clobbering calls in EarlyCSE.Alina Sbirlea2019-02-151-2/+13
* Add some unconditional logging on the failure points when attachingJason Molenda2019-02-153-42/+69
* [ObjC] For type substitution in generics use a regular recursive type visitor.Volodymyr Sapsai2019-02-151-212/+185
* [Sanitizer] iOS: Pull up parallelism_group handling into common.lit.configJulian Lettner2019-02-156-17/+3
* [X86] Don't set exception mask bits when modifying FPCW to change rounding mo...Craig Topper2019-02-1511-264/+278
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-1512-37/+22
* Fix implementation of [temp.local]p4.Richard Smith2019-02-159-89/+184
* [libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany2019-02-159-23/+70
* Fix invalid code that Clang trunk will soon diagnose.Richard Smith2019-02-151-1/+1
* Fix AST generated for a class template to connect the class inside aRichard Smith2019-02-151-0/+1
* [win] Resolve the module only if there isn't one alreadyStella Stamenova2019-02-153-14/+23
* [InstCombine] Address a couple stylistic issues pointed out by reviewer [NFC]Philip Reames2019-02-151-6/+6
* [InstCombine] Convert atomicrmws to xchg or store where legalPhilip Reames2019-02-152-24/+75
* Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...Reid Kleckner2019-02-152-17/+0
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-1512-22/+37
* [docs] Document LLVM_ENABLE_IDEShoaib Meenai2019-02-151-0/+9
* [Driver] Default all Android ARM targets to NEON.Dan Albert2019-02-152-54/+20
* Relax assertion to account for private framework modules, too.Adrian Prantl2019-02-152-5/+5
* [ObjC] Fix non-canonical types preventing type arguments substitution.Volodymyr Sapsai2019-02-152-9/+29
* [X86] Fix LowerAsmOutputForConstraint.Nirav Dave2019-02-156-12/+29
* [MSVC] Recognize `static_assert` keyword in C and C++98Reid Kleckner2019-02-154-4/+22
* [X86] Move all the SSE legality checks out of FP_TO_INTHelper and up to Lower...Craig Topper2019-02-151-22/+14
* Recommit "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."Jonas Paulsson2019-02-152-0/+42
* [CodeExtractor] Do not lift lifetime.end markers for region inputsVedant Kumar2019-02-154-22/+60
* [HotColdSplit] Schedule splitting late to fix perf regressionVedant Kumar2019-02-157-36/+43
* Fix unsymbolized stack history printing.Evgeniy Stepanov2019-02-152-2/+7
* Runtime flags for malloc bisection.Evgeniy Stepanov2019-02-158-19/+141
* Fix false positive when tag_in_malloc=0,tag_in_free=1.Evgeniy Stepanov2019-02-152-4/+61
* [MCA] Improved code comment. NFCAndrea Di Biagio2019-02-152-11/+14
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-1511-75/+40
* Fix 80-column limit in SimplifyDemandedBits/SimplifyDemandedVectorElts. NFCI.Simon Pilgrim2019-02-151-70/+78
* [Sema][NFC] SequenceChecker: Add tests for references/members, and prepare fo...Bruno Ricci2019-02-152-45/+246
* [MCA][LSUnit] Return the ID of the dependent memory operation from methodAndrea Di Biagio2019-02-153-13/+21
* Disable stop-hook-threads.test on LinuxJorge Gorbe Moya2019-02-151-0/+1
* [pstl] Remove some warnings when compiling with a recent ClangLouis Dionne2019-02-155-30/+26
* Variable auto-init of blocks capturing self after init bugfixJF Bastien2019-02-152-12/+33
* [Tests] Demonstrate more missing atomicrmw transformsPhilip Reames2019-02-151-0/+84
OpenPOWER on IntegriCloud