summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix __uuidof handling on non-type template parameter in C++17Nico Weber2018-05-172-1/+14
* [COFF] Add /Brepro and /TIMESTAMP options.Zachary Turner2018-05-175-3/+44
* Second attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-0/+2
* [llvm-exegesis] Remove redudant explicit template instantiations.Clement Courbet2018-05-171-5/+0
* In thin and full LTO + CFI, direct function calls may go through jump tableDmitry Mikulin2018-05-1714-56/+253
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-176-16/+56
* [llvm-exegesis] Write out inconsistencies to a file.Clement Courbet2018-05-173-21/+47
* [Hexagon] Use addAliasForDirective for data directivesAlex Bradbury2018-05-173-39/+49
* [AArch64] Correct inline assembly test case for S modifier [NFC]Peter Smith2018-05-171-3/+3
* [X86] Split WriteADC/WriteADCRMW scheduler classesSimon Pilgrim2018-05-1712-146/+80
* [llvm-exegesis] Disable failing ARM assembler tests.Clement Courbet2018-05-171-2/+2
* Attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-8/+10
* [llvm-mca] add flag -all-views and flag -all-stats.Andrea Di Biagio2018-05-176-0/+490
* [llvm-exegesis] Analysis: detect clustering inconsistencies.Clement Courbet2018-05-173-25/+100
* [llvm-exegesis] Disable the tests failing on buildbots while we investigate.Clement Courbet2018-05-171-4/+4
* [SystemZ] Commenting (NFC)Jonas Paulsson2018-05-172-6/+10
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-177-42/+41
* [llvm-exegesis][NFC] Remove dead function.Clement Courbet2018-05-171-5/+0
* [DWARF] Have HashedNameToDIE store a DataExtractor by valuePavel Labath2018-05-171-2/+2
* [llvm-mca][X86] Add ADX test filesSimon Pilgrim2018-05-174-0/+234
* Fix r332592 : X86 tests should use the X86 target, not the native targets.Clement Courbet2018-05-171-5/+14
* CodeGen: Fix invalid bitcast for lifetime.start/endYaxun Liu2018-05-176-34/+103
* reland r332579: [llvm-exegesis] Update to cover latency through another opcode.Clement Courbet2018-05-1733-1699/+1479
* [X86][SNB] Minor scheduler cleanupSimon Pilgrim2018-05-171-7/+3
* 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
OpenPOWER on IntegriCloud