summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix greendragon bot after r326141Adam Nemet2018-02-271-0/+1
* [X86] Replace an impossible if condition with an assert.Craig Topper2018-02-271-2/+1
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-271-0/+9
* [analyzer] Fix an uninitialized field.Artem Dergachev2018-02-271-0/+1
* [Driver] Allow using a canonical form of '-fuse-ld=' when cross-compiling on ...Igor Kudrin2018-02-273-2/+27
* Add new interceptors: getnetent(3) familyKamil Rytarowski2018-02-274-0/+163
* Add new interceptors: getprotoent(3) familyKamil Rytarowski2018-02-274-0/+167
* Add new interceptors: getttyent(3) familyKamil Rytarowski2018-02-275-0/+121
* [asan] Enable ASAN_INTERCEPT___CXA_THROW for x86 AndroidVitaly Buka2018-02-271-4/+1
* Move "concurrent events" tests back into one folderPavel Labath2018-02-2771-348/+4
* Fix r326154 buildbots test failEvgeny Stupachenko2018-02-272-3/+2
* [analyzer] Switch the default exploration strategy to priority queue based on...George Karpenkov2018-02-275-6/+11
* [analyzer] Logging test typo quickfix.George Karpenkov2018-02-271-1/+1
* [analyzer] Logging test quickfix.George Karpenkov2018-02-271-2/+1
* Fix PR36032, PR35432Evgeny Stupachenko2018-02-273-0/+373
* [SelectionDAG] Remove code from PromoteIntRes_CONCAT_VECTORS that was added i...Craig Topper2018-02-271-15/+0
* Revert "Revert "[analyzer] Quickfix: do not overflow in calculating offset in...George Karpenkov2018-02-273-1/+61
* [Driver] Add SafeStack to a map of incompatible sanitizersPetr Hosek2018-02-272-6/+5
* Fix build for iOS/ARM ("__Unwind_RaiseException" is not available for armv7).Kuba Mracek2018-02-261-1/+1
* [asan] Fix build for AndroidVitaly Buka2018-02-261-2/+2
* [InstCombine, InstSimplify] add tests with undef elements in constant FP vect...Sanjay Patel2018-02-262-0/+62
* [AArch64] Harden test casesEvandro Menezes2018-02-262-2/+5
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-02-265-330/+366
* Fix which Darwin versions have ObjC runtime with full subscripting support.Volodymyr Sapsai2018-02-262-5/+5
* Fix codeview-column-info.c test with a tripleReid Kleckner2018-02-261-3/+3
* Fix which Darwin versions have ObjC runtime with full subscripting support.Volodymyr Sapsai2018-02-262-1/+7
* [GISel]: Don't assert when constraining RegisterOperands which are uses.Aditya Nandakumar2018-02-265-13/+14
* Re-land "Emit proper CodeView when -gcodeview is passed without the cl driver."Reid Kleckner2018-02-263-1/+20
* Add a sanity check for inline testcases.Adrian Prantl2018-02-262-0/+10
* Revert r326134 due to broken buildbotEd Maste2018-02-261-8/+0
* [ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to handle vector consta...Craig Topper2018-02-262-4/+20
* Keep flags from phantom synthetic sections.Rafael Espindola2018-02-266-30/+69
* [analyzer] Exploration strategy prioritizing unexplored nodes firstGeorge Karpenkov2018-02-265-0/+69
* [analyzer] Do not analyze bison-generated filesGeorge Karpenkov2018-02-262-37/+74
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-261-0/+8
* [X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets (PR36280)Simon Pilgrim2018-02-268-231/+224
* [asan] Intercept std::rethrow_exception indirectlyVitaly Buka2018-02-263-0/+115
* Revert "[analyzer] Quickfix: do not overflow in calculating offset in RegionM...George Karpenkov2018-02-263-60/+1
* Partial fix for TestConflictingSymbol.py on WindowsAdrian McCarthy2018-02-263-4/+4
* [DebugInfo] Remove target-specific instructions in testScott Linder2018-02-261-2/+0
* [X86] Add constant folding to combineMOVMSK.Craig Topper2018-02-262-22/+78
* [opt-viewer] Kill parser processes before moving onto renderingAdam Nemet2018-02-261-0/+2
* opt-diff: Support splitting to multiple output filesAdam Nemet2018-02-261-4/+11
* [opt-viewer] Set title for the source pagesAdam Nemet2018-02-265-1/+7
* opt-viewer: also find thinlto opt.yaml filesAdam Nemet2018-02-261-1/+1
* opt-viewer: output index firstAdam Nemet2018-02-261-7/+9
* [analyzer] Quickfix: do not overflow in calculating offset in RegionManagerGeorge Karpenkov2018-02-263-1/+60
* [Darwin] Specify DWARF 2/4 when running apple accelerator tests.Davide Italiano2018-02-262-1/+6
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-2610-75/+76
* [X86] Add a custom legalization for (i16 (bitcast v16i1)) and (i32 (bitcast v...Craig Topper2018-02-264-1698/+121
OpenPOWER on IntegriCloud