summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [GlobalOpt] Address post-commit review comments on r253168James Molloy2015-11-161-3/+17
* Update for the gnu flavor being renamed to old-gnu.Rafael Espindola2015-11-164-10/+10
* [CGDebugInfo] Set the size and align for reference typesKeno Fischer2015-11-162-7/+8
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2015-11-162-0/+6
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-16462-696/+696
* Fix r253186 test caseKeno Fischer2015-11-161-1/+2
* [DIBuilder] Make createReferenceType take size and alignKeno Fischer2015-11-164-4/+56
* AVX512: Implemented encoding and intrinsics for VMOVSHDUP/VMOVSLDUP instructi...Igor Breger2015-11-1610-107/+528
* [Sema] Implement several unary type traits more accuratelyDavid Majnemer2015-11-164-32/+62
* Also map the personality function in CloneFunctionIntoKeno Fischer2015-11-162-0/+15
* [Sink] Don't move landingpadsKeno Fischer2015-11-162-1/+34
* [Basic] Replace vector<bool> with BitVector in SourceManager. NFC.Vedant Kumar2015-11-161-1/+2
* [ADT] Make capacity_in_bytes support BitVector. NFC.Vedant Kumar2015-11-161-1/+9
* [Frontend] Rangify for loop. NFC.Vedant Kumar2015-11-161-2/+2
* [Basic] Use a bitfield in SLocEntry for clarity. NFC.Vedant Kumar2015-11-161-5/+10
* [analyzer] Handle calling ObjC super method from inside C++ lambda.Devin Coughlin2015-11-152-0/+63
* [Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on...Craig Topper2015-11-152-10/+9
* [Sema] Fix filename in header. NFCCraig Topper2015-11-151-1/+1
* [Sema] Remove unnecessary includes and forward declarations. NFCCraig Topper2015-11-152-5/+0
* [WebAssembly] Use tabs instead of spaces in assembly output.Dan Gohman2015-11-158-85/+85
* [X86][SSE] Tidyup with implicit SDValue bool check. NFC.Simon Pilgrim2015-11-151-8/+5
* Fix mapping of unmaterialized global values during metadata linkingTeresa Johnson2015-11-153-7/+22
* [X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt...Simon Pilgrim2015-11-151-14/+81
* [GlobalOpt] Demote globals to locals more aggressivelyJames Molloy2015-11-154-9/+158
* [Docs] Fix typoAlex Denisov2015-11-152-2/+2
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-158-3/+24
* [libclang] Expose AutoTypeSergey Kalinichev2015-11-154-6/+10
* Remove some trailing whitespaceSergey Kalinichev2015-11-151-10/+10
* Revert r253160.Igor Breger2015-11-1510-528/+107
* Fixed GEP visitor in the InstCombine pass.Elena Demikhovsky2015-11-152-5/+33
* Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.Yaron Keren2015-11-152-4/+2
* AVX512: Implemented encoding and intrinsics for VMOVSHDUP/VMOVSLDUP instructi...Igor Breger2015-11-1510-107/+528
* NFC: Document MSVC getters on TripleDylan McKay2015-11-151-19/+21
* Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...Craig Topper2015-11-154-58/+48
* [analyzer] Refer to capture field to determine if capture is reference.Devin Coughlin2015-11-152-5/+77
* [Sema] Don't crash trying to diagnose abs called on a pointer typeDavid Majnemer2015-11-153-2/+34
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-159-42/+35
* Use a different block id for block of metadata kind recordsTeresa Johnson2015-11-154-11/+73
* Add more autotools/gmake NetBSD glueBruce Mitchener2015-11-154-5/+14
* Allow to override python-config executable name from command lineBruce Mitchener2015-11-153-3/+6
* Use library discovery for curses and panelBruce Mitchener2015-11-152-2/+17
* [WebAssembly] Minor code simplification. NFC.Dan Gohman2015-11-141-3/+1
* [WebAssembly] Make indentation consistent with the other testcases. NFC.Dan Gohman2015-11-142-14/+14
* [WebAssembly] Support signext, zeroext, and several other function attributes.Dan Gohman2015-11-142-22/+76
* [WebAssembly] Change int_wasm_memory_size from IntrNoMem to IntrReadMem.Dan Gohman2015-11-143-3/+5
* [WebAssembly] Remove the "const" attribute from __builtin_wasm_memory_size.Dan Gohman2015-11-141-1/+3
* [ELF2] - Implemented PT_GNU_STACK support, -z execstack option.George Rimar2015-11-1424-98/+231
* [X86][SSE] Fixed arch/triple and regenerated results.Simon Pilgrim2015-11-142-21/+75
* Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...Craig Topper2015-11-146-55/+60
* Fix indentation. NFCCraig Topper2015-11-141-6/+6
OpenPOWER on IntegriCloud