summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [RS4GC] Handle ShuffleVector instruction in findBasePointerAnna Thomas2016-10-042-10/+111
* Mark #2739 as readyMarshall Clow2016-10-041-3/+3
* [ThinLTO] Spell `llvm-ar` correctly.Davide Italiano2016-10-041-1/+1
* Remove duplicated typedef. NFC.Rafael Espindola2016-10-041-5/+4
* Fix IntegerType::MAX_INT_BITS valueAndrey Bokhanko2016-10-044-2/+14
* [ELF] Don't discard excluded section if -r is usedEugene Leviant2016-10-042-1/+8
* [ELF] - Removed "invalid-" prefix from testcase. NFC.George Rimar2016-10-042-2/+2
* [Power9] Exploit D-Form VSX Scalar memory ops that target full VSX register setNemanja Ivanovic2016-10-0417-39/+340
* Fix a documentation warning.Haojian Wu2016-10-041-1/+1
* [change-namespace] Fix a misplaced case when there is no trailing newline cha...Haojian Wu2016-10-042-2/+24
* [mips][fastisel] Consider soft-float an unsupported floating point modeSimon Dardis2016-10-042-2/+17
* [ELF] - Do not hang if broken object has option descriptor in .MIPS.options w...George Rimar2016-10-043-0/+7
* Do not find friend function definitions inside non-instantiated class.Serge Pavlov2016-10-046-7/+249
* Minor cleanups in clang-format.el.Manuel Klimek2016-10-041-41/+48
* Fix windows builtbot error.Haojian Wu2016-10-041-0/+2
* [Object/ELF] - Do not crash on invalid sh_offset value of REL[A] section.George Rimar2016-10-044-0/+10
* [SelectionDAG] Fix calling convention in expansion of ?MULO.whitequark2016-10-041-2/+12
* [clang-move] Make it support both relative and absolute file path arguments.Haojian Wu2016-10-049-40/+208
* [ELF] - Do not crash on invalid symbol index.George Rimar2016-10-043-0/+12
* [ELF] Set max page size to 64K for AArch64Eugene Leviant2016-10-0422-315/+314
* Revert "[XRay] Check in Clang whether XRay supports the target when -fxray-in...Dean Michael Berris2016-10-042-17/+1
* [ELF] - Do not crash if symbol type set to TLS when there is no tls sections.George Rimar2016-10-043-1/+10
* [ELF] - Do not crash if common symbol has alignment 0.George Rimar2016-10-043-0/+9
* [Object/ELF] - Avoid possible crash in getExtendedSymbolTableIndex().George Rimar2016-10-043-1/+6
* Revert r283106, "Wdocumentation fix"NAKAMURA Takumi2016-10-041-1/+1
* [ELF][MIPS] Do not accept non-zero GP0 value for relocatable object onlySimon Atanasyan2016-10-042-14/+17
* [XRay] Check in Clang whether XRay supports the target when -fxray-instrument...Dean Michael Berris2016-10-042-1/+17
* Consistent fp denormal mode names. NFC.Sjoerd Meijer2016-10-044-13/+13
* Fix a test case failure on Apple PPC.Nemanja Ivanovic2016-10-041-4/+4
* [Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic2016-10-0433-395/+1889
* [cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on shared librariesMichal Gorny2016-10-041-0/+12
* [cmake] Use separate doctrees to prevent races between Sphinx instancesMichal Gorny2016-10-041-1/+1
* [libFuzzer] remove dfsan support and some related stale code. This is not bei...Kostya Serebryany2016-10-049-449/+1
* Finish adding the individual instruction tests to the x86 unwinderJason Molenda2016-10-044-8/+725
* [sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany2016-10-044-83/+0
* [X86] Add MOV8rm_NOREX to switch in isReallyTriviallyReMaterializable to matc...Craig Topper2016-10-041-0/+1
* Revert "[sanitizer-coverage] remove stale code" at it breaks Windows bot.Vitaly Buka2016-10-042-0/+73
* Revert "[analyzer] Improve CloneChecker diagnostics" as its depends on revert...Vitaly Buka2016-10-0414-291/+92
* Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...Vitaly Buka2016-10-044-116/+12
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-0410-232/+58
* Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.Vitaly Buka2016-10-041-1/+1
* [libFuzzer] change the probabilities so that we choose only the inputs that a...Kostya Serebryany2016-10-042-4/+13
* AMDGPU: Refactor indirect vector loweringMatt Arsenault2016-10-041-36/+42
* Fix TestNestedAliases.pyZachary Turner2016-10-041-5/+6
* AMDGPU: Factor SGPR spilling into separate functionsMatt Arsenault2016-10-042-129/+166
* Remove unused parameter.Rui Ueyama2016-10-041-3/+3
* Early return. NFC.Rui Ueyama2016-10-041-5/+6
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-0421-613/+93
* Fix test when using remote debugging.Pavel Labath2016-10-041-1/+1
* [coroutines] Switch to using std::experimental namespace per P0057R5Gor Nishanov2016-10-046-27/+63
OpenPOWER on IntegriCloud