2015-11-06 |
Mehdi Amini | Fix SLPVectorizer commutativity reordering |
tree | commitdiff |
2015-11-05 |
Peter Collingbourne | DI: Reverse direction of subprogram -> function edge. |
tree | commitdiff |
2015-10-27 |
Charlie Turner | [SLP] Be more aggressive about reduction width selection. |
tree | commitdiff |
2015-10-27 |
Charlie Turner | [SLP] Try a bit harder to find reduction PHIs |
tree | commitdiff |
2015-10-27 |
Charlie Turner | [SLP] Treat SelectInsts as reduction values. |
tree | commitdiff |
2015-09-30 |
Michael Zolotukhin | [SLP] Don't vectorize loads of non-packed types (like... |
tree | commitdiff |
2015-09-30 |
Erik Eckstein | SLPVectorizer: add a test to check if the minimum regio... |
tree | commitdiff |
2015-09-30 |
Erik Eckstein | SLPVectorizer: limit the scheduling region size per... |
tree | commitdiff |
2015-08-28 |
Duncan P. N. Exon... | DI: Require subprogram definitions to be distinct |
tree | commitdiff |
2015-08-21 |
Michael Zolotukhin | [SLP] Add one more test case for propagating 'nontempor... |
tree | commitdiff |
2015-08-20 |
Michael Zolotukhin | [SLP] Propagate 'nontemporal' attribute into vectorized... |
tree | commitdiff |
2015-08-17 |
Silviu Baranga | [CostModel][AArch64] Increase cost of vector insert... |
tree | commitdiff |
2015-08-03 |
Duncan P. N. Exon... | DI: Disallow uniquable DICompileUnits |
tree | commitdiff |
2015-07-31 |
Duncan P. N. Exon... | DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable |
tree | commitdiff |
2015-07-30 |
Wei Mi | [SLP vectorizer]: Choose the best consecutive candidate... |
tree | commitdiff |
2015-07-08 |
Sanjay Patel | [SLPVectorizer] Try different vectorization factors... |
tree | commitdiff |
2015-07-05 |
Sanjay Patel | change CHECK to CHECK-LABEL for more precision |
tree | commitdiff |
2015-07-05 |
Sanjay Patel | remove unnecessary test specifications |
tree | commitdiff |
2015-07-05 |
Sanjay Patel | minimize test case and remove unnecessary opt passes |
tree | commitdiff |
2015-06-19 |
Michael Zolotukhin | [SLP] Vectorize for all-constant entries. |
tree | commitdiff |
2015-06-19 |
Matt Arsenault | AMDGPU: Fix some places missed in rename |
tree | commitdiff |
2015-06-17 |
David Majnemer | Move the personality function from LandingPadInst to... |
tree | commitdiff |
2015-05-06 |
Akira Hatanaka | Let llc and opt override "-target-cpu" and "-target... |
tree | commitdiff |
2015-04-29 |
Duncan P. N. Exon... | IR: Give 'DI' prefix to debug info metadata |
tree | commitdiff |
2015-04-16 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2015-03-27 |
Duncan P. N. Exon... | DebugInfo: Fix bad debug info for compile units and... |
tree | commitdiff |
2015-03-15 |
Duncan P. N. Exon... | Verifier: Check debug info intrinsic arguments |
tree | commitdiff |
2015-03-13 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2015-03-03 |
Duncan P. N. Exon... | DebugInfo: Move new hierarchy into place |
tree | commitdiff |
2015-02-27 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2015-02-27 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2015-02-12 |
Chandler Carruth | [slp] Fix a nasty bug in the SLP vectorizer that Joerg... |
tree | commitdiff |
2015-02-02 |
Erik Eckstein | Fix: SLPVectorizer crashes with assertion when vectoriz... |
tree | commitdiff |
2015-01-26 |
Erik Eckstein | SLPVectorizer: fix wrong scheduling of atomic load... |
tree | commitdiff |
2015-01-20 |
Karthik Bhat | Fix Operandreorder logic in SLPVectorizer to generate... |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Move MDLocation into place |
tree | commitdiff |
2014-12-17 |
Suyog Sarda | Revert 224119 "This patch recognizes (+ (+ v0, v1)... |
tree | commitdiff |
2014-12-15 |
Duncan P. N. Exon... | IR: Make metadata typeless in assembly |
tree | commitdiff |
2014-12-15 |
Suyog Sarda | Typo Correction in Test Case. NFC. |
tree | commitdiff |
2014-12-12 |
Suyog Sarda | This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde... |
tree | commitdiff |
2014-11-19 |
Suyog Sarda | Vectorize a reduction chain feeding into a 'return... |
tree | commitdiff |
2014-10-15 |
Hal Finkel | [SLPVectorize] Basic ephemeral-value awareness |
tree | commitdiff |
2014-10-03 |
Duncan P. N. Exon... | Revert "Revert "DI: Fold constant arguments into a... |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | Revert "DI: Fold constant arguments into a single MDString" |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | DI: Fold constant arguments into a single MDString |
tree | commitdiff |
2014-10-01 |
Adrian Prantl | Move the complex address expression out of DIVariable... |
tree | commitdiff |
2014-10-01 |
Adrian Prantl | Revert r218778 while investigating buldbot breakage. |
tree | commitdiff |
2014-10-01 |
Adrian Prantl | Move the complex address expression out of DIVariable... |
tree | commitdiff |
2014-09-29 |
Chad Rosier | [AArch64] Improve cost model to handle sdiv by a pow... |
tree | commitdiff |
2014-09-03 |
Sanjay Patel | Preserve IR flags (nsw, nuw, exact, fast-math) in SLP... |
tree | commitdiff |
2014-09-02 |
Yi Jiang | Generate extract for in-tree uses if the use is scalar... |
tree | commitdiff |
2014-08-28 |
Erik Eckstein | Fix: SLPVectorizer tried to move an instruction which... |
tree | commitdiff |
2014-08-27 |
Michael Zolotukhin | [SLP] Re-enable vectorization of GEP expressions (re... |
tree | commitdiff |
2014-08-26 |
Joerg Sonnenberger | Revert r210342 and r210343, add test case for the crasher. |
tree | commitdiff |
2014-08-25 |
Karthik Bhat | Allow vectorization of division by uniform power of 2. |
tree | commitdiff |
2014-08-22 |
Erik Eckstein | fix: SLPVectorizer crashes for unreachable blocks conta... |
tree | commitdiff |
2014-08-07 |
Arnold Schwaighofer | SLPVectorizer: Use the type of the value loaded/stored... |
tree | commitdiff |
2014-08-05 |
James Molloy | Teach the SLP Vectorizer that keeping some values live... |
tree | commitdiff |
2014-08-02 |
Erik Eckstein | fix bug 20513 - Crash in SLP Vectorizer |
tree | commitdiff |
2014-08-01 |
Erik Eckstein | SLPVectorizer: improved scheduling algorithm. |
tree | commitdiff |
2014-07-30 |
Chad Rosier | SLP Vectorizer: Canonicalize tree operands of commutiti... |
tree | commitdiff |
2014-06-20 |
Karthik Bhat | Add Support to Recognize and Vectorize NON SIMD instruc... |
tree | commitdiff |
2014-06-09 |
Alp Toker | Reduce verbiage of lit.local.cfg files |
tree | commitdiff |
2014-06-06 |
Michael Zolotukhin | Fix typo in a test from r210342. |
tree | commitdiff |
2014-06-06 |
Michael Zolotukhin | [SLP] Enable vectorization of GEP expressions. |
tree | commitdiff |
2014-06-06 |
Karthik Bhat | Fix PR19657 (scalar loads not combined into vector... |
tree | commitdiff |
2014-05-30 |
Karthik Bhat | Allow vectorization of intrinsics such as powi,cttz... |
tree | commitdiff |
2014-05-24 |
Tim Northover | AArch64/ARM64: move ARM64 into AArch64's place |
tree | commitdiff |
2014-05-24 |
Michael Zolotukhin | Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X... |
tree | commitdiff |
2014-05-23 |
Nico Rieck | Fix broken FileCheck prefixes |
tree | commitdiff |
2014-05-19 |
Benjamin Kramer | Flip on vectorization of bswap intrinsics. |
tree | commitdiff |
2014-05-09 |
Benjamin Kramer | SLPVectorizer: When sorting by domination for CSE don... |
tree | commitdiff |
2014-05-05 |
Yi Jiang | Always set alignment of vectorized LD/ST in SLP-Vectori... |
tree | commitdiff |
2014-05-04 |
Arnold Schwaighofer | SLPVectorizer: Bring back the insertelement patch ... |
tree | commitdiff |
2014-05-03 |
Karthik Bhat | Vectorize intrinsic math function calls in SLPVectorizer. |
tree | commitdiff |
2014-05-01 |
Chandler Carruth | Revert r205965, which essentially reverts r205018 for... |
tree | commitdiff |
2014-04-29 |
Yi Jiang | Continue slp vectorization even the BB already has... |
tree | commitdiff |
2014-04-10 |
Arnold Schwaighofer | Reapply "SLPVectorizer: Ignore users that are insertele... |
tree | commitdiff |
2014-04-09 |
Arnold Schwaighofer | SLPVectorizer: Only vectorize intrinsics whose operands... |
tree | commitdiff |
2014-04-02 |
Tim Northover | SLPVectorizer: compare entire intrinsic for SLP compati... |
tree | commitdiff |
2014-03-31 |
Arnold Schwaighofer | Revert "SLPVectorizer: Ignore users that are insertelem... |
tree | commitdiff |
2014-03-28 |
Arnold Schwaighofer | SLPVectorizer: Take credit for free extractelement... |
tree | commitdiff |
2014-03-28 |
Arnold Schwaighofer | SLPVectorizer: Ignore users that are insertelements... |
tree | commitdiff |
2014-03-12 |
Raul E. Silvera | Resubmit "[SLPV] Recognize vectorizable intrinsics... |
tree | commitdiff |
2014-03-05 |
Raul E. Silvera | Trivial test commit. |
tree | commitdiff |
2014-02-24 |
Arnold Schwaighofer | SLPVectorizer: Try vectorizing 'splat' stores |
tree | commitdiff |
2014-02-17 |
Gerolf Hoflehner | fix for null VectorizedValue assertion in the SLP Vecto... |
tree | commitdiff |
2014-02-01 |
Reid Kleckner | Revert "[SLPV] Recognize vectorizable intrinsics during... |
tree | commitdiff |
2014-01-31 |
Chandler Carruth | [SLPV] Recognize vectorizable intrinsics during SLP... |
tree | commitdiff |
2014-01-11 |
Benjamin Kramer | Fix broken CHECK lines. |
tree | commitdiff |
2013-12-05 |
Arnold Schwaighofer | SLPVectorizer: An in-tree vectorized entry cannot also... |
tree | commitdiff |
2013-12-03 |
Arnold Schwaighofer | opt: Mirror vectorization presets of clang |
tree | commitdiff |
2013-11-26 |
Nadav Rotem | PR1860 - We can't save a list of ExtractElement instruc... |
tree | commitdiff |
2013-11-26 |
Nadav Rotem | PR18060 - When we RAUW values with ExtractElement instr... |
tree | commitdiff |
2013-11-25 |
Chandler Carruth | Add the test case that I missed when committing r195528... |
tree | commitdiff |
2013-11-22 |
Manman Ren | Debug Info: update testing cases to specify the debug... |
tree | commitdiff |
2013-11-22 |
Yi Jiang | SLP Vectorizer: Extract cost will only be added once... |
tree | commitdiff |
2013-10-29 |
NAKAMURA Takumi | Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local... |
tree | commitdiff |
2013-10-29 |
Arnold Schwaighofer | ARM cost model: Unaligned vectorized double stores... |
tree | commitdiff |
2013-10-29 |
Arnold Schwaighofer | ARM cost model: Account for zero cost scalar SROA instr... |
tree | commitdiff |
next |