summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [NFC] Minor refactoring of BugReporterVisitorsGeorge Karpenkov2018-08-221-15/+13
* [WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mulThomas Lively2018-08-225-6/+257
* [Driver] Check normalized triples for multiarch runtime pathPetr Hosek2018-08-2214-7/+23
* [hwasan] make error reporting look more like in asan, print the memory tag ar...Kostya Serebryany2018-08-223-28/+50
* [SelectionDAG] unroll unsupported vector FP ops earlier to avoid libcalls on ...Sanjay Patel2018-08-223-292/+107
* [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/ObjCAtThrowStmtRaphael Isemann2018-08-222-0/+68
* [ASTImporter] Actually test ArrayInitLoopExpr in the array-init-loop-expr test.Raphael Isemann2018-08-222-2/+6
* [ASTImporter] Remove duplicated and dead CXXNamedCastExpr handling code.Raphael Isemann2018-08-221-32/+0
* [ASTImporter] Add test for ObjCTypeParamDeclRaphael Isemann2018-08-222-0/+16
* [ASTImporter] Add test for SwitchStmtRaphael Isemann2018-08-222-0/+65
* [ASTImporter] Add test for ObjCAutoreleasePoolStmtRaphael Isemann2018-08-222-0/+14
* [NFC] Expand test cases for simplifying pow()Evandro Menezes2018-08-221-14/+116
* [MemorySSA] Invalidate optimized Defs upon moving them; NFCGeorge Burgess IV2018-08-222-5/+15
* Add include directory for libxml on macOSStephane Sezer2018-08-221-2/+1
* Thread safety analysis: Allow relockable scopesAaron Puchert2018-08-222-2/+192
* [ARM] Lower llvm.ctlz.i32 to a libcall when clz is not available.Eli Friedman2018-08-224-4/+26
* [BinaryFormat] Add MessagePack reader/writerScott Linder2018-08-2210-0/+2361
* [SafeStack] Handle unreachable code with safe stack coloring.Eli Friedman2018-08-222-1/+26
* bpf: fix an assertion in BPFAsmBackend applyFixup()Yonghong Song2018-08-221-1/+8
* [WebAssembly] Don't write SP back when prolog is generated only for EHHeejin Ahn2018-08-224-5/+54
* [AST] Add a test for attribute intersectionPhilip Reames2018-08-221-0/+18
* [NFC] Test commitAaron Puchert2018-08-221-2/+2
* [ARM] Avoid injecting constant islands in movw+movt pairs on WindowsMartin Storsjo2018-08-222-0/+918
* [ARM] Move machine operand target flags to ARMBaseInstrInfoMartin Storsjo2018-08-224-35/+35
* [clangd] send diagnostic categories only when 'categorySupport'Alex Lorenz2018-08-2213-13/+57
* Add unit test for StringLexerRaphael Isemann2018-08-222-0/+142
* [Hexagon] Enable interleaving in loop vectorizerKrzysztof Parzyszek2018-08-223-2/+59
* [ARM] Handle all-ones mask explicitly in targetShrinkDemandedConstant.Eli Friedman2018-08-222-4/+46
* Update MemorySSA in LoopSimplifyCFG.Alina Sbirlea2018-08-223-4/+25
* Update MemorySSA in LoopInstSimplify.Alina Sbirlea2018-08-222-6/+39
* [AA] Remove a needless variable [NFC]Philip Reames2018-08-221-3/+1
* [hwasan] remove stale data fieldKostya Serebryany2018-08-221-1/+0
* [X86] Replace (32/64 - n) shift amounts with (neg n) since the shift amount i...Craig Topper2018-08-224-147/+255
* [AST] Minor whitespace cleanup [NFC]Philip Reames2018-08-221-11/+7
* Currently clang does not emit unused static constants. GCC emits theseElizabeth Andrews2018-08-226-1/+27
* [WebAssembly] Remove MachineFrameInfo arg from checking functions (NFC)Heejin Ahn2018-08-222-13/+12
* [CMake] Remove unneeded and outdated policyChris Bieneman2018-08-221-7/+0
* [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman2018-08-224-10/+10
* [X86] In OptimizeLEAs pass, check that the key is in the LEAs map before acce...Craig Topper2018-08-221-2/+6
* [WebAssembly] Add hasSideEffects flag to catch instructionsHeejin Ahn2018-08-221-1/+1
* [CodeGenPrepare] Set debug locs when folding a comparison into a uadd.with.ov...Vedant Kumar2018-08-222-0/+8
* [llvm-mca] Clean up a comment about the Context class. NFC.Matt Davis2018-08-222-2/+2
* [MemorySSA] Move two simple getters; NFCGeorge Burgess IV2018-08-222-10/+7
* [GISel]: Add legalization support for widening bit counting operationsAditya Nandakumar2018-08-222-0/+193
* [WebAssembly] Optimise relocation processing. NFC.Sam Clegg2018-08-223-37/+52
* Disable the aligned allocation test on old mac versions instead of XFAILing itReid Kleckner2018-08-221-6/+6
* Add diagnostics for min/max algorithms when a InputIterator is used.Eric Fiselier2018-08-222-0/+43
* [x86] add tests for load scalar + insertelement; NFCSanjay Patel2018-08-221-0/+814
* [Android] Default to -fno-math-errnoPirama Arumuga Nainar2018-08-223-0/+9
* [WebAssembly] Ensure relocation entries are ordered by offsetSam Clegg2018-08-222-5/+22
OpenPOWER on IntegriCloud