summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add StringRef::consumeInteger.Zachary Turner2016-09-223-25/+267
* [compiler-rt] fix typo in option description [NFC]Etienne Bergeron2016-09-221-1/+1
* GVN-hoist: move hoist testcase to GVNHoist dirSebastian Pop2016-09-221-0/+0
* GVN-hoist: only hoist relevant scalar instructionsSebastian Pop2016-09-222-1/+5
* Handle empty sections with symbol assignments.Rafael Espindola2016-09-225-1/+105
* [clang-tidy] Add doc for `explain-config` option.Haojian Wu2016-09-222-2/+7
* tsan: fix bug introduced in 282152Dmitry Vyukov2016-09-221-4/+4
* Fix Wbitfield-constant-conversion false positivesDaniel Marjamaki2016-09-222-6/+11
* Reapplying r281895 (and follow-up r281964) after fixing pr30468.Keith Walker2016-09-223-7/+66
* Third attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* GlobalISel: handle stack-based parameters on AArch64.Tim Northover2016-09-226-73/+285
* tsan: support pie binaries on newer kernelsDmitry Vyukov2016-09-222-28/+35
* Second attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* [RS4GC] Remat in presence of phi and use live valueAnna Thomas2016-09-222-9/+54
* Fix VA computation for tbss.Rafael Espindola2016-09-222-4/+35
* Fixing sphinx build due to diagnostic:Aaron Ballman2016-09-221-1/+1
* Handle multiple .tbss sections.Rafael Espindola2016-09-222-1/+20
* [change-namespace] fix qualifier of function references.Eric Liu2016-09-222-4/+71
* [AMDGPU][mc] Add support for absolute expressions in DPP modifiers.Artem Tamazov2016-09-222-35/+57
* [PowerPC] Remove LE patterns matching generic stores/loads to VSX permuting opsNemanja Ivanovic2016-09-221-5/+10
* [Power9] Add exploitation of non-permuting memory opsNemanja Ivanovic2016-09-2215-42/+493
* [ESan][MIPS] Fix tests struct-simple.cpp on MIPSSagar Thakur2016-09-222-24/+24
* [EfficiencySanitizer] Using '$' instead of '#' for struct counter nameSagar Thakur2016-09-224-90/+90
* Fix revision 281960Dorit Nuzman2016-09-222-2/+114
* clang-format: [JS] reserved words in method names.Martin Probst2016-09-222-0/+19
* [X86] Fix some illegal rounding modes in some builtin test cases to ones that...Craig Topper2016-09-224-46/+46
* clang-format: Add an option to git-clang-format to diff between to commitsStephen Hines2016-09-221-50/+97
* Fix parsing expressions to evaluate with spaces and optional args (MI)Ilia K2016-09-222-15/+16
* Fix failure on 03 botMarshall Clow2016-09-221-2/+2
* [AVX-512] Add support for commuting VPTERNLOG instructions.Craig Topper2016-09-225-105/+201
* [RegisterBankInfo] Move to statically allocated RegisterBank.Quentin Colombet2016-09-226-12/+68
* [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
OpenPOWER on IntegriCloud