summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add vfs::FileSystem::getRealPathEric Liu2018-05-173-16/+21
* [ELF] - Do not crash when do --gc-sections for non-allocatable metadata secti...George Rimar2018-05-172-4/+44
* [ASTImporter] Fix missing implict CXXRecordDeclGabor Marton2018-05-172-2/+2
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-177-10/+59
* [Frontend] Avoid running plugins during code completion parseIvan Donchevskii2018-05-172-0/+10
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-179-164/+105
* [AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 (scalar+scalar) s...Sander de Smalen2018-05-1726-1/+515
* Require DominatorTree when requiring/preserving LoopInfo in the old pass managerMikael Holmen2018-05-174-0/+59
* [clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak2018-05-172-1/+56
* [Analysis] Only use _unlocked stdio functions on linuxMartin Storsjo2018-05-172-1/+25
* Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."Clement Courbet2018-05-1728-1328/+1526
* [llvm-exegesis] Update to cover latency through another opcode.Clement Courbet2018-05-1728-1526/+1328
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-177-99/+148
* [SROA] Handle PHI with multiple duplicate predecessorsBjorn Pettersson2018-05-172-1/+64
* Fix rL332458: [AST] Added a helper to extract a user-friendly text of a comment.Clement Courbet2018-05-171-12/+18
* [SROA] pr37267: fix assertion failure in integer wideningHiroshi Inoue2018-05-172-0/+82
* [RISCV] Add support for .half, .hword, .word, .dword directivesAlex Bradbury2018-05-174-0/+61
* [X86] Add OptForSize to a couple load folding patterns. Remove some bad FIXME...Craig Topper2018-05-172-10/+7
* [ELF] PowerOpen ABI -> Power Architecture 64-bit v2 ABI. NFCFangrui Song2018-05-171-5/+6
* [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...Billy Robert O'Neal III2018-05-171-1/+0
* [CMake] Support building shared library for FuchsiaPetr Hosek2018-05-171-0/+1
* [Thumb2] fix typo in test from r332548Sanjay Patel2018-05-171-1/+1
* Add void casts to suppress nodiscard on linear_congruential_engine.Billy Robert O'Neal III2018-05-172-3/+3
* Mark test with "REQUIRES: shell" since it directly invokes "sh" and was faili...Douglas Yung2018-05-171-0/+2
* [AMDGPU] Move lsr test. NFC.Stanislav Mekhanoshin2018-05-171-0/+0
* [WebAssembly] Fix the opcode number for i64.load16_u.Dan Gohman2018-05-171-1/+1
* [CodeGen] Use MachineInstr::getOperand(0) instead of gets the defs iterator_r...Craig Topper2018-05-161-1/+1
* [libFuzzer] rename a test from .c to .cppKostya Serebryany2018-05-161-1/+1
* [asan] Add a magic shadow value for shadw gapWalter Lee2018-05-162-0/+4
* Revert 332511 after reverting llvm revision 332508.Greg Clayton2018-05-161-4/+4
* Revert 332508 as it caused problems in the clang test suite.Greg Clayton2018-05-162-7/+2
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-1610-2/+96
* [asan] Restore check removed by r332033Walter Lee2018-05-161-0/+2
* [STLExtras] Add size() for ranges, and remove distance()Vedant Kumar2018-05-168-14/+23
* [Hexagon] preserve test intent by removing undefSanjay Patel2018-05-161-3/+3
* [PowerPC] preserve test intent by removing undefSanjay Patel2018-05-161-1/+3
* [Thumb] preserve test intent by removing undefSanjay Patel2018-05-161-5/+5
* [Thumb] preserve test intent by removing undefSanjay Patel2018-05-161-4/+4
* [analyzer] Extend ObjCAutoreleaseWriteChecker to catch block declarations wit...George Karpenkov2018-05-162-7/+24
* [ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-166-9/+118
* [analyzer] Change the warning message for GCD antipattern checkerGeorge Karpenkov2018-05-162-23/+23
* Condition usage of locale stdlib functions on Android API versionPeter Collingbourne2018-05-161-7/+8
* [NFC] WebAssembly build break #2JF Bastien2018-05-162-1/+5
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-1619-944/+1533
* [X86] Update SNB/generic scheduler tests missed from rL332536Simon Pilgrim2018-05-162-35/+35
* [ARM] preserve test intent by removing undefSanjay Patel2018-05-161-13/+6
* [ARM] preserve test intent by removing undefSanjay Patel2018-05-161-8/+8
* [ARM] preserve test intent by removing undefSanjay Patel2018-05-161-4/+4
* [X86][SNB] Remove unnecessary CVT InstRW overridesSimon Pilgrim2018-05-161-82/+24
* [WebAssembly] Remove unused headers in MCWasmObjectWriterSam Clegg2018-05-162-6/+1
OpenPOWER on IntegriCloud