| Commit message (Expand) | Author | Age | Files | Lines |
* | [tsan] Enable Thread Sanitizer on OS X builds by default | Kuba Brecka | 2015-12-01 | 1 | -8/+1 |
* | [LIR] Push check into helper function. NFC. | Chad Rosier | 2015-12-01 | 1 | -4/+4 |
* | Add a new checker, cert-err58-cpp, that checks for static or thread_local obj... | Aaron Ballman | 2015-12-01 | 9 | -16/+170 |
* | clang-format: Make it possible to turn off comment reflowing. | Daniel Jasper | 2015-12-01 | 4 | -4/+19 |
* | Fix "WARNING: Title underline too short." introduced by r254404. | Yury Gribov | 2015-12-01 | 1 | -1/+1 |
* | [tsan] Add interceptors and sychronization for libdispatch semaphores on OS X | Kuba Brecka | 2015-12-01 | 2 | -0/+46 |
* | AVX-512: fixed asm string of vsqrtss | Elena Demikhovsky | 2015-12-01 | 1 | -2/+2 |
* | AVX-512: regenerated test for avx512 arithmetics, NFC | Elena Demikhovsky | 2015-12-01 | 1 | -61/+222 |
* | Fixed a failure in getSpaltValue() | Elena Demikhovsky | 2015-12-01 | 1 | -1/+2 |
* | Fixed a failure in cost calculation for vector GEP | Elena Demikhovsky | 2015-12-01 | 5 | -17/+43 |
* | clang-format: treat Q_SIGNALS as an access modifier | Daniel Jasper | 2015-12-01 | 4 | -6/+19 |
* | This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as | Daniel Jasper | 2015-12-01 | 3 | -203/+188 |
* | [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SE... | Hrvoje Varga | 2015-12-01 | 9 | -26/+233 |
* | Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics. | Yury Gribov | 2015-12-01 | 15 | -0/+165 |
* | Fix race during process interruption | Pavel Labath | 2015-12-01 | 4 | -126/+108 |
* | Allow known and unknown probabilities coexist in MBB's successor list. | Cong Hou | 2015-12-01 | 1 | -8/+17 |
* | [AArch64] Add ARMv8.2-A Statistical Profiling Extension | Oliver Stannard | 2015-12-01 | 12 | -6/+355 |
* | [ARM] Add ARMv8.2-A to TargetParser | Oliver Stannard | 2015-12-01 | 10 | -1/+72 |
* | [ARM] Add subtarget features for ARMv8.2-A | Oliver Stannard | 2015-12-01 | 4 | -3/+20 |
* | [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. | Alexey Bataev | 2015-12-01 | 54 | -168/+463 |
* | llvm/test/DebugInfo/X86/safestack-byval.ll: Give an explicit triple for now. ... | NAKAMURA Takumi | 2015-12-01 | 1 | -4/+1 |
* | Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on x86... | NAKAMURA Takumi | 2015-12-01 | 1 | -0/+0 |
* | [asan] Correctly release memory allocated during early startup. | Yury Gribov | 2015-12-01 | 2 | -2/+55 |
* | [analyzer] Fix IssueHash generation. | Gabor Horvath | 2015-12-01 | 8 | -20/+25 |
* | [ELF] Rearrange relocation codes in natural order. NFC. | Igor Kudrin | 2015-12-01 | 1 | -65/+76 |
* | Remove superfluous StringRef casts, NFC. | Yaron Keren | 2015-12-01 | 1 | -7/+7 |
* | Introduce a range version of std::find, and use in SCEV | Sanjoy Das | 2015-12-01 | 2 | -2/+8 |
* | Introduce a range version of std::any_of, and use it in SCEV | Sanjoy Das | 2015-12-01 | 3 | -10/+14 |
* | [X86] Improve codegen for AVX2 gather with an all 1s mask. | Craig Topper | 2015-12-01 | 1 | -30/+39 |
* | [X86] Fix patterns for memory forms of FP FSUBR and FDIVR. They need to have ... | Craig Topper | 2015-12-01 | 1 | -39/+69 |
* | [X86] Use range-based for loops. NFC | Craig Topper | 2015-12-01 | 1 | -6/+6 |
* | [X86] Use array_lengthof instead of calculating manually. Also change index t... | Craig Topper | 2015-12-01 | 1 | -7/+7 |
* | [Hexagon] Use std::begin() and std::end() instead of doing the same manually.... | Craig Topper | 2015-12-01 | 1 | -2/+1 |
* | [Hexagon] Use array_lengthof and const correct and type correct the array and... | Craig Topper | 2015-12-01 | 1 | -7/+5 |
* | Use array_lengthof instead of manually calculating it. NFC | Craig Topper | 2015-12-01 | 1 | -2/+2 |
* | [Hexagon] Use ArrayRef to avoid needing to calculate an array size. Interesti... | Craig Topper | 2015-12-01 | 1 | -16/+11 |
* | [ARM] Use range-based for loops to avoid the need for calculating an array si... | Craig Topper | 2015-12-01 | 1 | -6/+5 |
* | Use array_lengthof instead of manually calculating it. NFC | Craig Topper | 2015-12-01 | 1 | -3/+2 |
* | [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp... | Sagar Thakur | 2015-12-01 | 1 | -0/+3 |
* | [Windows] Partially revert r254363 until I can test the right fix. | Davide Italiano | 2015-12-01 | 1 | -2/+6 |
* | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 34 | -422/+301 |
* | [LLDB][MIPS] Change ARCHFLAG for MIPS | Jaydeep Patil | 2015-12-01 | 1 | -0/+3 |
* | [Hexagon] Disabling failing safestack test | Colin LeMahieu | 2015-12-01 | 1 | -0/+1 |
* | RegisterPressure: If we do not collect dead defs the list must be empty | Matthias Braun | 2015-12-01 | 1 | -5/+1 |
* | RegisterPressure: Remove support for recede()/advance() at MBB boundaries | Matthias Braun | 2015-12-01 | 2 | -22/+8 |
* | RegisterPressure: There is no need to make getCurSlot() public | Matthias Braun | 2015-12-01 | 1 | -4/+4 |
* | RegisterPressure: There is no need to make discoverLive{In|Out} public | Matthias Braun | 2015-12-01 | 1 | -3/+3 |
* | RegisterPressure: Split RegisterOperands analysis code from result object; NFC | Matthias Braun | 2015-12-01 | 1 | -43/+60 |
* | [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. | Alexey Bataev | 2015-12-01 | 30 | -34/+2927 |
* | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 2015-12-01 | 34 | -296/+420 |