summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an instance of -Wmicrosoft-enum-value by making the enum unsignedReid Kleckner2016-08-161-1/+1
* Try to work around an MSVC 2013 bug around defaulted default ctorsReid Kleckner2016-08-161-1/+3
* [BranchFolding] Change a test case of r278575.Haicheng Wu2016-08-161-65/+67
* [MBP] do not reorder and move up loop latch blockSjoerd Meijer2016-08-162-0/+45
* [libFuzzer] new experimental feature: value profiling. Profiles values that a...Kostya Serebryany2016-08-1615-11/+158
* Remove excessive padding from LineNoCacheTyBenjamin Kramer2016-08-161-1/+1
* Make MDNode::intersect faster than O(n * m)David Majnemer2016-08-163-8/+7
* Don't passively concatenate MDNodesDavid Majnemer2016-08-162-15/+7
* sanitizer_common: Fix warningMatthias Braun2016-08-161-1/+2
* [Driver] Remove break after return. NFCI.Davide Italiano2016-08-161-1/+0
* [StreamExecutor] Rename StreamExecutor to ExecutorJason Henline2016-08-1611-83/+77
* [Hexagon] Standardize next batch of pseudo instructionsKrzysztof Parzyszek2016-08-1610-74/+67
* [Coroutines] Part 7: Split coroutine into subfunctionsGor Nishanov2016-08-1611-27/+935
* [StreamExecutor] Add basic Stream operationsJason Henline2016-08-1616-49/+732
* [InstCombine] add helper functions for foldICmpWithConstant; NFCISanjay Patel2016-08-162-589/+726
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-1617-49/+395
* [libFuzzer] refactoring around PCMap, NFCKostya Serebryany2016-08-165-81/+81
* [mips] Enforce compact branch restrictionsSimon Dardis2016-08-162-13/+40
* [Hexagon] Clean up some miscellaneous V60 intrinsics a bitKrzysztof Parzyszek2016-08-166-69/+58
* When the inline spiller rematerializes an instruction, take the debug locatio...Wolfgang Pieb2016-08-162-1/+103
* Remove a stale comment from the test, NFC.Wei Mi2016-08-161-1/+0
* Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas2016-08-164-108/+110
* ELF: ignored option -G may be joined with its argumentEd Maste2016-08-161-1/+1
* [Asan] Unpoison red zones even if use-after-scope was disabled with runtime flagVitaly Buka2016-08-163-6/+11
* [InstCombine] use m_APInt in foldICmpWithConstant; NFCISanjay Patel2016-08-162-49/+46
* Remove most instances of REQUIRES: shell from the tools/extra testsReid Kleckner2016-08-1610-16/+6
* Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...Reid Kleckner2016-08-168-145/+17
* [Hexagon] Standardize vector predicate load/store pseudo instructionsKrzysztof Parzyszek2016-08-163-67/+32
* Reduce the number of allocations required for AST attributes. In test cases, ...Aaron Ballman2016-08-161-2/+1
* Reorder stderr redirection in test command.Samuel Antao2016-08-161-2/+2
* [AArch64][GlobalISel] Select G_MUL.Ahmed Bougacha2016-08-163-0/+104
* [GlobalISel] Fix G_MUL comment. NFC.Ahmed Bougacha2016-08-161-1/+1
* [AArch64][GlobalISel] Factor out unsupported binop check. NFC.Ahmed Bougacha2016-08-161-40/+50
* [ADCE] Modify data structures to support removing control flowDavid Callahan2016-08-161-36/+205
* Add empty --gcc-toolchain empty to cuda-detect test.Samuel Antao2016-08-161-0/+1
* [Pipeliner] Fix an asssert due to invalid Phi in the epilogBrendon Cahoon2016-08-162-2/+45
* [AArch64][GlobalISel] Select (variable) shifts.Ahmed Bougacha2016-08-163-0/+208
* [AArch64][GlobalISel] Robustize select tests. NFC.Ahmed Bougacha2016-08-161-30/+70
* [AArch64][GlobalISel] Select p0 G_FRAME_INDEX.Ahmed Bougacha2016-08-164-2/+49
* [GlobalISel] Mention pointers in LowLevelType.h. NFC.Ahmed Bougacha2016-08-161-1/+2
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-162-14/+12
* [x86] Refactor a PowerPC specific ctlz/srl transformation (NFC).Pierre Gousseau2016-08-164-13/+43
* [X86][AVX] Fixed typo in zero element insertionSimon Pilgrim2016-08-161-1/+1
* [ELF] - Do not exit if -v is specified.George Rimar2016-08-162-4/+2
* [Hexagon] Improve test to check for @PCREL, only run llc, not opt -> llc.Ron Lieberman2016-08-161-2/+2
* [MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.Sagar Thakur2016-08-161-2/+2
* [X86][SSE] Add support for combining v2f64 target shuffles to VZEXT_MOVL byte...Simon Pilgrim2016-08-162-8/+4
* [MSAN][MIPS] Changed memory mapping to support pie executable.Sagar Thakur2016-08-163-10/+24
* [ScopInfo] Make scalars used by PHIs in non-affine regions availableTobias Grosser2016-08-162-2/+68
* [clang-tidy] readability-implicit-bool-cast forgets to store its options.Haojian Wu2016-08-162-6/+19
OpenPOWER on IntegriCloud