summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to xfail or skip based on swig / python version.Zachary Turner2015-11-161-11/+54
* Insert the SWIG version into LLDB's __init__.pyZachary Turner2015-11-161-5/+30
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-162-0/+11
* [X86][SSE] Merged SHUF/PERM shuffle decode comments. NFC.Simon Pilgrim2015-11-161-79/+14
* Derive nacltools::Linker from GnuTool to get response file supportDerek Schuff2015-11-161-2/+2
* [X86][SSE] Merged UNPCK shuffle decode comments. NFC.Simon Pilgrim2015-11-161-193/+75
* More tests for LWG#2156Marshall Clow2015-11-164-0/+64
* use range-based for loop; NFCISanjay Patel2015-11-161-2/+2
* Correctly handle type mismatches in the __weak copy/move-initializationJohn McCall2015-11-163-2/+66
* Add isInteger() to APFloat.Stephen Canon2015-11-163-1/+27
* [PR25538]: Fix a failure caused by r253126.Michael Zolotukhin2015-11-161-2/+2
* [WebAssembly] Fix function return type printingDerek Schuff2015-11-164-29/+53
* [WebAssembly] Reverse the order of operands for br_ifDerek Schuff2015-11-163-17/+17
* [IR] Manage TheNoneToken with a std::unique_ptrDavid Majnemer2015-11-163-4/+3
* Find available scratch register to use in function prologue and epilogue as p...Kit Barton2015-11-166-35/+457
* Add a new clang-tidy checker that flags throw expressions whose thrown type i...Aaron Ballman2015-11-167-0/+210
* [WinEH] Don't let UnwindHelp alias the return addressReid Kleckner2015-11-163-6/+56
* Use the subtarget reference that we already haveReid Kleckner2015-11-161-2/+1
* When producing error messages for always_inline functions with theEric Christopher2015-11-162-2/+14
* Add intermediate subtract instructions to reassociation worklist.Owen Anderson2015-11-169-26/+87
* [ELF2] Remove target specific code from GotPltSection.Igor Kudrin2015-11-163-9/+17
* [LoopStrengthReduce] Don't increment iterator past the end of the BBDavid Majnemer2015-11-162-1/+52
* [mips] Disable code generation through FastISel for MIPS32R6.Vasileios Kalintiris2015-11-162-3/+30
* [SimplifyLibCalls] Generalize a comment. This doesn't apply only to sqrt.Davide Italiano2015-11-161-2/+2
* LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Ad...Marshall Clow2015-11-165-1/+49
* [ARM] Prevent use of a value pointed by end() iterator when placing a jump tablePetr Pavlu2015-11-161-0/+2
* [ARM,AArch64] Store source location of asm constant pool entriesOliver Stannard2015-11-1610-18/+34
* [ARM,AArch64] Store source location for values in assembly filesOliver Stannard2015-11-166-4/+14
* [WebAssembly] Prototype passes for register coloring and register stackifying.Dan Gohman2015-11-165-0/+341
* tsan: replace macro check with constant checkDmitry Vyukov2015-11-161-7/+7
* Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...Marshall Clow2015-11-165-143/+370
* [mips] Do not add arch name in the compiler-rt's components.Vasileios Kalintiris2015-11-162-3/+2
* [Myriad]: pass the 'std=' option to moviCompileDouglas Katzman2015-11-162-1/+5
* Mark P0013 as 'in progress'Marshall Clow2015-11-161-1/+1
* [ARM,AArch64] Fix __rev16l and __rev16ll intrinsicsOliver Stannard2015-11-162-16/+46
* [mips][ias] Remove spurious ';' from inline assembly test.Daniel Sanders2015-11-161-4/+4
* [mips][ias] Accept $31 or $ra in hf16call32.ll. IAS prints the latter.Daniel Sanders2015-11-161-14/+14
* [mips][ias] Allow whitespace after commas in inlineasm*.ll tests.Daniel Sanders2015-11-164-59/+59
* Handle ARMv6KZ namingArtyom Skrobov2015-11-162-5/+8
* Handle ARMv6KZ namingArtyom Skrobov2015-11-169-58/+18
* [compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64Adhemerval Zanella2015-11-169-11/+227
* [asan] Restored asynch signal test.Yury Gribov2015-11-161-0/+104
* [clang-tidy] Test commit (playing with git-svn)Alexander Kornienko2015-11-162-4/+3
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-169-17/+46
* NFC refactorings in lib/Support/TargetParser.cppArtyom Skrobov2015-11-161-16/+16
* [OPENMP] Fixed tests for gcc build.Alexey Bataev2015-11-162-2/+3
* [ARM] Pass in the architecture to TargetParser to cope with API changeBradley Smith2015-11-161-2/+3
* [ARM] Allow TargetParser to accurately target architecturesBradley Smith2015-11-163-38/+48
* Revert "Add a "not_in()" function you can apply to the list type arguments to...Pavel Labath2015-11-162-21/+4
* [ARM] Introduce subtarget features per ARM architecture.Bradley Smith2015-11-166-362/+412
OpenPOWER on IntegriCloud