summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [RegisterBankInfo] Take advantage of the extra argument of SmallVector::resize.Quentin Colombet2016-09-221-3/+1
* [libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...Kostya Serebryany2016-09-228-44/+66
* fix Args function broken in r281942Todd Fiala2016-09-221-1/+1
* [libFuzzer] one more test Kostya Serebryany2016-09-223-0/+30
* Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow2016-09-225-8/+60
* [CMake] More robust handling for bootstrap variablesChris Bieneman2016-09-221-1/+5
* [Sema] Fix PR30481: crash on checking printf args.George Burgess IV2016-09-222-2/+7
* Fix typo in lldb --helpEd Maste2016-09-211-1/+1
* [CMake] Check if passthrough variables are definedChris Bieneman2016-09-211-1/+1
* [libFuzzer] add stats to the corpus; more refactoringKostya Serebryany2016-09-2110-49/+53
* Fix for loop sign fix in r282112 for column = 0Ed Maste2016-09-211-1/+1
* Once more unto the strict weak ordering, once more.Rafael Espindola2016-09-213-24/+108
* Fix an incorrect nullptr conversion.Zachary Turner2016-09-211-1/+1
* =delete the StringRef(nullptr_t) constructor.Zachary Turner2016-09-211-0/+2
* [libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...Kostya Serebryany2016-09-214-57/+53
* [libFuzzer] more refactoringKostya Serebryany2016-09-2110-8/+13
* Fix integer sign warning from r282105Ed Maste2016-09-211-1/+1
* Fix -Wcovered-switch-default warning in StackFrame.cppEd Maste2016-09-211-2/+0
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-2111-40/+103
* [CMake] Pass CLANG_VERSION_* variables into later stagesChris Bieneman2016-09-211-0/+3
* Add -Wignored-pragma-intrinsic flagAlbert Gutowski2016-09-213-2/+15
* [asan] Reify ErrorGenericFilipe Cabecinhas2016-09-214-241/+276
* Provide vstore_half helper to workaround clc restrictionsJan Vesely2016-09-214-26/+75
* add stop column highlighting supportTodd Fiala2016-09-2116-51/+341
* Next set of additional error checks for invalid Mach-O files for bad LC_UUIDKevin Enderby2016-09-214-2/+12
* Probably should add the breakpoint names test directory as well...Jim Ingham2016-09-213-0/+200
* [asan] Store full AddressDescription objects in ErrorInvalidPointerPairFilipe Cabecinhas2016-09-212-7/+15
* [LoopInterchange] Track all dependencies, not just anti dependencies.Chad Rosier2016-09-212-50/+239
* [ThinLTO] Emit files for distributed builds for all modulesTeresa Johnson2016-09-214-21/+77
* Implement ONLY_IF_RO/ONLY_IF_RW like bfd.Rafael Espindola2016-09-212-9/+36
* [MIRParser] Delete dead code. NFCI.Davide Italiano2016-09-211-12/+0
* revert 281908 because 281909 got revertedNico Weber2016-09-212-81/+7
* revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber2016-09-218-74/+32
* Remove obsolete XFAIL.Nico Weber2016-09-211-3/+0
* Fix typo in comment [NFC]Etienne Bergeron2016-09-211-1/+1
* fix typo in comment [NFC]Etienne Bergeron2016-09-211-1/+1
* Fix failing regex tests.Zachary Turner2016-09-211-1/+1
* [docs] Add ThinLTO user documentationTeresa Johnson2016-09-213-1/+165
* Disable tail calls if there is an swifterror argumentArnold Schwaighofer2016-09-214-0/+41
* [LV] Don't emit unused scalars for uniform instructionsMatthew Simpson2016-09-213-52/+58
* [AMDGPU][mc] Add support for ds_add_[rtn_]f32.Artem Tamazov2016-09-212-2/+20
* [compiler-rt] Fix Asan build on AndroidEtienne Bergeron2016-09-212-2/+13
* Change the basic block weight calculation algorithm to use max instead of vot...Dehao Chen2016-09-213-22/+14
* [LV] Rename "Width" to "Lane" (NFC)Matthew Simpson2016-09-211-6/+6
* [AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtinsCameron McInally2016-09-211-4/+4
* [AVX512] Fix return types on int_x86_avx512_gatherXXX_di intrinsicsCameron McInally2016-09-212-32/+32
* Fix an inefficient StringRef conversion.Zachary Turner2016-09-211-3/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-2149-192/+230
* [ELF] - Linkerscript: support complex section pattern grammar.George Rimar2016-09-213-42/+99
* Revert r281895 "Add @llvm.dbg.value entries for the phi node created by -mem2...Hans Wennborg2016-09-214-138/+7
OpenPOWER on IntegriCloud