summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tsan] Enable Thread Sanitizer on OS X builds by defaultKuba Brecka2015-12-011-8/+1
* [LIR] Push check into helper function. NFC.Chad Rosier2015-12-011-4/+4
* Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...Aaron Ballman2015-12-019-16/+170
* clang-format: Make it possible to turn off comment reflowing.Daniel Jasper2015-12-014-4/+19
* Fix "WARNING: Title underline too short." introduced by r254404.Yury Gribov2015-12-011-1/+1
* [tsan] Add interceptors and sychronization for libdispatch semaphores on OS XKuba Brecka2015-12-012-0/+46
* AVX-512: fixed asm string of vsqrtss Elena Demikhovsky2015-12-011-2/+2
* AVX-512: regenerated test for avx512 arithmetics, NFCElena Demikhovsky2015-12-011-61/+222
* Fixed a failure in getSpaltValue()Elena Demikhovsky2015-12-011-1/+2
* Fixed a failure in cost calculation for vector GEPElena Demikhovsky2015-12-015-17/+43
* clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper2015-12-014-6/+19
* This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well asDaniel Jasper2015-12-013-203/+188
* [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SE...Hrvoje Varga2015-12-019-26/+233
* Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.Yury Gribov2015-12-0115-0/+165
* Fix race during process interruptionPavel Labath2015-12-014-126/+108
* Allow known and unknown probabilities coexist in MBB's successor list.Cong Hou2015-12-011-8/+17
* [AArch64] Add ARMv8.2-A Statistical Profiling ExtensionOliver Stannard2015-12-0112-6/+355
* [ARM] Add ARMv8.2-A to TargetParserOliver Stannard2015-12-0110-1/+72
* [ARM] Add subtarget features for ARMv8.2-AOliver Stannard2015-12-014-3/+20
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-0154-168/+463
* llvm/test/DebugInfo/X86/safestack-byval.ll: Give an explicit triple for now. ...NAKAMURA Takumi2015-12-011-4/+1
* Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on x86...NAKAMURA Takumi2015-12-011-0/+0
* [asan] Correctly release memory allocated during early startup.Yury Gribov2015-12-012-2/+55
* [analyzer] Fix IssueHash generation.Gabor Horvath2015-12-018-20/+25
* [ELF] Rearrange relocation codes in natural order. NFC.Igor Kudrin2015-12-011-65/+76
* Remove superfluous StringRef casts, NFC.Yaron Keren2015-12-011-7/+7
* Introduce a range version of std::find, and use in SCEVSanjoy Das2015-12-012-2/+8
* Introduce a range version of std::any_of, and use it in SCEVSanjoy Das2015-12-013-10/+14
* [X86] Improve codegen for AVX2 gather with an all 1s mask.Craig Topper2015-12-011-30/+39
* [X86] Fix patterns for memory forms of FP FSUBR and FDIVR. They need to have ...Craig Topper2015-12-011-39/+69
* [X86] Use range-based for loops. NFCCraig Topper2015-12-011-6/+6
* [X86] Use array_lengthof instead of calculating manually. Also change index t...Craig Topper2015-12-011-7/+7
* [Hexagon] Use std::begin() and std::end() instead of doing the same manually....Craig Topper2015-12-011-2/+1
* [Hexagon] Use array_lengthof and const correct and type correct the array and...Craig Topper2015-12-011-7/+5
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-2/+2
* [Hexagon] Use ArrayRef to avoid needing to calculate an array size. Interesti...Craig Topper2015-12-011-16/+11
* [ARM] Use range-based for loops to avoid the need for calculating an array si...Craig Topper2015-12-011-6/+5
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-3/+2
* [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...Sagar Thakur2015-12-011-0/+3
* [Windows] Partially revert r254363 until I can test the right fix.Davide Italiano2015-12-011-2/+6
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-0134-422/+301
* [LLDB][MIPS] Change ARCHFLAG for MIPSJaydeep Patil2015-12-011-0/+3
* [Hexagon] Disabling failing safestack testColin LeMahieu2015-12-011-0/+1
* RegisterPressure: If we do not collect dead defs the list must be emptyMatthias Braun2015-12-011-5/+1
* RegisterPressure: Remove support for recede()/advance() at MBB boundariesMatthias Braun2015-12-012-22/+8
* RegisterPressure: There is no need to make getCurSlot() publicMatthias Braun2015-12-011-4/+4
* RegisterPressure: There is no need to make discoverLive{In|Out} publicMatthias Braun2015-12-011-3/+3
* RegisterPressure: Split RegisterOperands analysis code from result object; NFCMatthias Braun2015-12-011-43/+60
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-0130-34/+2927
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-0134-296/+420
OpenPOWER on IntegriCloud