summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AVX-512] Add patterns to select masked logical operations if the select has ...Craig Topper2016-08-313-192/+306
* [AVX-512] Add test cases for masked floating point logic operations with bitc...Craig Topper2016-08-312-1/+1192
* [X86] Regenerate a test using update_llc_test_checks.py.Craig Topper2016-08-311-48/+81
* [XRay] Support multiple return instructions in a single basic blockDean Michael Berris2016-08-313-1/+60
* [Loads] Properly populate the visited set in isDereferenceableAndAlignedPointerDavid Majnemer2016-08-311-2/+5
* PR12298 et al: don't recursively instantiate a template specialization fromRichard Smith2016-08-3111-51/+206
* Concatenate two FileCheck lines in a test.Richard Trieu2016-08-311-8/+4
* [PowerPC] Don't spill the frame pointer twiceHal Finkel2016-08-312-0/+37
* clangTooling: Update libdeps: LLVMOptions, since r280118.NAKAMURA Takumi2016-08-311-1/+4
* clangTooling depends on ClangDriverOptions since r280118.NAKAMURA Takumi2016-08-311-0/+3
* [sanitizer] remove kBatchClassID that is not used any more; NFCKostya Serebryany2016-08-313-33/+3
* [Coroutines] Part 10: Add coroutine promise support.Gor Nishanov2016-08-316-9/+198
* [InstCombine] clean up InsertRangeTest; NFCISanjay Patel2016-08-311-35/+15
* [StreamExecutor] Add Stream::blockHostUntilDoneJason Henline2016-08-311-1/+10
* [llvm-cov] Drop redundant "No." suffix in a column titleVedant Kumar2016-08-312-2/+2
* [clang-tidy] modernize-make-{smart_ptr} private ctor bugfixPiotr Padlewski2016-08-314-1/+79
* [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail posit...Alina Sbirlea2016-08-303-7/+101
* Don't try to run a test that generates code for x86 if it's not a registered ...Richard Smith2016-08-301-0/+2
* [StreamExecutor] Simplify Kernel classesJason Henline2016-08-307-212/+87
* [InstCombine] add tests to show type limitations of InsertRangeTest and callersSanjay Patel2016-08-303-3/+56
* [analyzer] Use lazily created buffer in EmptyLocalizationContextCheckerDevin Coughlin2016-08-303-2/+20
* Rename the test classEnrico Granata2016-08-301-1/+1
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-306-0/+153
* Driver: use the canonical static library namingSaleem Abdulrasool2016-08-303-9/+9
* [codeview] Remove redundant TypeTable lookupReid Kleckner2016-08-301-17/+1
* Add a test file, macho-invalid-dysymtab-extreloff-nextrel,Kevin Enderby2016-08-301-0/+0
* Teach ValueObject::ReadPointedString how to read char[] in host memoryEnrico Granata2016-08-301-5/+16
* clang-format: Correctly calculate affected ranges when sorting #includes.Daniel Jasper2016-08-302-6/+18
* Fix a typo/thinko - this was generating the wrong kind of arrayEnrico Granata2016-08-301-1/+1
* [ORC][RPC] Fix some bugs in the callB primitive.Lang Hames2016-08-301-3/+3
* [CMake] Ensure that compiler-rt is added firstChris Bieneman2016-08-301-0/+15
* Next set of additional error checks for invalid Mach-O files for bad LC_DYSYM...Kevin Enderby2016-08-3016-6/+144
* [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.Bruno Cardoso Lopes2016-08-307-0/+31
* llvm-readobj: speculative fix for MSVCSaleem Abdulrasool2016-08-301-1/+1
* Fix memory leak by storing returned pointer in std::unique_ptrRichard Trieu2016-08-301-4/+3
* Pass Binding instead of IsWeak to addBitcode.Rafael Espindola2016-08-303-8/+6
* GlobalISel: combine extracts & sequences created for legalizationTim Northover2016-08-306-11/+198
* AMDGPU: Relax SGPR asm constraint register classMatt Arsenault2016-08-302-1/+11
* [libfuzzer] simplified unit truncation; do not write trunc items to discMike Aizatsky2016-08-302-34/+14
* Revert "ELFDumper: Unversioned symbols must not have trailing @"Hemant Kulkarni2016-08-303-16/+13
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-309-1/+57
* [test] Pass a fake libLTO.dylib to a driver test which depends on itVedant Kumar2016-08-301-7/+7
* Revert "[test] Add libLTO as a clang test dependency on Darwin"Vedant Kumar2016-08-301-4/+0
* [LoopVectorizer] Predicate instructions in blocks with several incoming edgesMichael Kuperstein2016-08-303-16/+66
* [COFFObjectFile] Ignore broken symbol tableDavid Majnemer2016-08-302-3/+12
* stats: define WIN32_LEAN_AND_MEAN when including windows.hSaleem Abdulrasool2016-08-301-0/+1
* profile: add missing include for WindowsSaleem Abdulrasool2016-08-301-0/+3
* [LTO] Fix the logic for dropping unnamed_addr.Davide Italiano2016-08-308-31/+75
* IntrArgMemOnly is only defined (and current AA machinery only sanely supports...Daniel Berlin2016-08-302-3/+44
* [test] Add libLTO as a clang test dependency on DarwinVedant Kumar2016-08-301-0/+4
OpenPOWER on IntegriCloud