2014-06-13 |
Tim Northover | SCCP: update for cmpxchg returning { iN, i1 } now. |
tree | commitdiff |
2014-06-13 |
Tim Northover | IR: add "cmpxchg weak" variant to support permitted... |
tree | commitdiff |
2014-06-13 |
Rafael Espindola | Remove 'using std::errro_code' from lib. |
tree | commitdiff |
2014-06-12 |
Rafael Espindola | Don't use 'using std::error_code' in include/llvm. |
tree | commitdiff |
2014-06-12 |
Duncan P. N. Exon... | GVN: Enable value forwarding for calloc |
tree | commitdiff |
2014-06-12 |
Eli Bendersky | Revert r210721 as it causes breakage in internal builds... |
tree | commitdiff |
2014-06-12 |
Rafael Espindola | Remove system_error.h. |
tree | commitdiff |
2014-06-12 |
Dinesh Dwivedi | This removes TODO added in reviews.llvm.org/D3658 |
tree | commitdiff |
2014-06-11 |
Eli Bendersky | Teach LoopUnrollPass to respect loop unrolling hints... |
tree | commitdiff |
2014-06-11 |
Jiangning Liu | Create macro INITIALIZE_TM_PASS. |
tree | commitdiff |
2014-06-11 |
Jiangning Liu | Global merge for global symbols. |
tree | commitdiff |
2014-06-11 |
Jiangning Liu | Rename global-merge to enable-global-merge. |
tree | commitdiff |
2014-06-10 |
Eric Christopher | We already have a reference to the TargetMachine, use... |
tree | commitdiff |
2014-06-09 |
Richard Trieu | Removing an "if (!this)" check from two print methods... |
tree | commitdiff |
2014-06-09 |
Matt Arsenault | Look through addrspacecasts when turning ptr comparison... |
tree | commitdiff |
2014-06-09 |
Evgeniy Stepanov | [msan] Workaround for invalid origins in shufflevector. |
tree | commitdiff |
2014-06-09 |
Evgeniy Stepanov | Fix line numbers for code inlined from __nodebug__... |
tree | commitdiff |
2014-06-09 |
Evgeniy Stepanov | [msan] Fix vector pack intrinsic handling. |
tree | commitdiff |
2014-06-08 |
Jingyue Wu | [SeparateConstOffsetFromGEP] inbounds zext => sext... |
tree | commitdiff |
2014-06-08 |
Craig Topper | [C++11] Use 'nullptr'. |
tree | commitdiff |
2014-06-08 |
Jingyue Wu | [SeparateConstOffsetFromGEP] Fix an illegitimate optimi... |
tree | commitdiff |
2014-06-08 |
Jingyue Wu | Refactor canonicalizing array indices to a helper function |
tree | commitdiff |
2014-06-07 |
Rafael Espindola | Revert 209903 and 210040. |
tree | commitdiff |
2014-06-06 |
Jingyue Wu | InstCombine: Canonicalize addrspacecast between differe... |
tree | commitdiff |
2014-06-06 |
Michael Zolotukhin | [SLP] Enable vectorization of GEP expressions. |
tree | commitdiff |
2014-06-06 |
Dinesh Dwivedi | Added select flavour for ABS and NEG(ABS) |
tree | commitdiff |
2014-06-06 |
Karthik Bhat | Fix PR19657 (scalar loads not combined into vector... |
tree | commitdiff |
2014-06-05 |
Jingyue Wu | Fixed several correctness issues in SeparateConstOffset... |
tree | commitdiff |
2014-06-05 |
Bill Schmidt | [PPC64LE] Correct vperm -> shuffle transform for little... |
tree | commitdiff |
2014-06-05 |
Tom Roeder | Removing spurious dependency of IPO on JumpInstrTables |
tree | commitdiff |
2014-06-05 |
Tom Roeder | Add a new attribute called 'jumptable' that creates... |
tree | commitdiff |
2014-06-05 |
Evgeniy Stepanov | [asancov] Fix coverage line info some more. |
tree | commitdiff |
2014-06-05 |
Nick Lewycky | Fix coverage for files with global constructors again... |
tree | commitdiff |
2014-06-04 |
Nick Lewycky | Explain why we skip DbgInfoIntrinsics when looking... |
tree | commitdiff |
2014-06-04 |
Rafael Espindola | Add a Constant version of stripPointerCasts. |
tree | commitdiff |
2014-06-04 |
Rafael Espindola | Clauses in a landingpad are always Constant. Use a... |
tree | commitdiff |
2014-06-04 |
Rafael Espindola | InstCombine: Improvement to check if signed addition... |
tree | commitdiff |
2014-06-03 |
Evgeniy Stepanov | [asan] Fix coverage instrumentation with -asan-globals=0. |
tree | commitdiff |
2014-06-03 |
Nick Lewycky | Ignore line numbers on debug intrinsics. Add an assert... |
tree | commitdiff |
2014-06-03 |
Rafael Espindola | Allow alias to point to an arbitrary ConstantExpr. |
tree | commitdiff |
2014-06-02 |
Rafael Espindola | Add back commit r210029. |
tree | commitdiff |
2014-06-02 |
Rafael Espindola | Revert "Add the nsw flag when we detect that an add... |
tree | commitdiff |
2014-06-02 |
Rafael Espindola | Added support to optimize comparisons with "lshr exact... |
tree | commitdiff |
2014-06-02 |
Alexey Samsonov | Remove sanitizer blacklist from ASan/TSan/MSan function... |
tree | commitdiff |
2014-06-02 |
Rafael Espindola | Add the nsw flag when we detect that an add will not... |
tree | commitdiff |
2014-06-02 |
Evgeniy Stepanov | [msan] Remove an out-of-date comment. |
tree | commitdiff |
2014-06-02 |
Evgeniy Stepanov | [msan] Handle x86 vector pack intrinsics. |
tree | commitdiff |
2014-06-02 |
Dinesh Dwivedi | Added inst combine tarnsform for (1 << X) & C pattrens... |
tree | commitdiff |
2014-06-02 |
Dinesh Dwivedi | Added inst combine transforms for single bit tests... |
tree | commitdiff |
2014-05-31 |
Benjamin Kramer | [Reassociate] Similar to "X + -X" -> "0", added code... |
tree | commitdiff |
2014-05-31 |
Alexey Samsonov | [ASan] Behave the same for functions w/o sanitize_addre... |
tree | commitdiff |
2014-05-31 |
Alexey Samsonov | [TSan] Behave the same for functions w/o sanitize_threa... |
tree | commitdiff |
2014-05-30 |
Matt Arsenault | Make bitcast, extractelement, and insertelement conside... |
tree | commitdiff |
2014-05-30 |
Rafael Espindola | PR19753: Optimize comparisons with "ashr exact" of... |
tree | commitdiff |
2014-05-30 |
Karthik Bhat | Allow vectorization of intrinsics such as powi,cttz... |
tree | commitdiff |
2014-05-30 |
Nick Lewycky | When analyzing params/args for readnone/readonly, don... |
tree | commitdiff |
2014-05-29 |
Chandler Carruth | And fix my fix to sink down through the type at the... |
tree | commitdiff |
2014-05-29 |
Chandler Carruth | Fix one bug in the latest incarnation of r209843 -... |
tree | commitdiff |
2014-05-29 |
Arnold Schwaighofer | LoopVectorizer: Add a check that the backedge taken... |
tree | commitdiff |
2014-05-29 |
Louis Gerbarg | Add support for combining GEPs across PHI nodes |
tree | commitdiff |
2014-05-29 |
Alexey Samsonov | Use range-based for loops in ASan, TSan and MSan |
tree | commitdiff |
2014-05-29 |
Rafael Espindola | Revert "Revert "Revert "InstCombine: Improvement to... |
tree | commitdiff |
2014-05-29 |
Dinesh Dwivedi | LCSSA should be performed on the outermost affected... |
tree | commitdiff |
2014-05-29 |
Michael J. Spencer | Add LoadCombine pass. |
tree | commitdiff |
2014-05-29 |
Alexey Samsonov | [ASan] Hoist blacklisting globals from init-order check... |
tree | commitdiff |
2014-05-29 |
Alexey Samsonov | Fix typo in variable name |
tree | commitdiff |
2014-05-29 |
Alexey Samsonov | [ASan] Use llvm.global_ctors to insert init-order check... |
tree | commitdiff |
2014-05-28 |
Rafael Espindola | Revert "Revert "InstCombine: Improvement to check if... |
tree | commitdiff |
2014-05-28 |
Rafael Espindola | Revert "Add support for combining GEPs across PHI nodes" |
tree | commitdiff |
2014-05-28 |
Rafael Espindola | Revert "InstCombine: Improvement to check if signed... |
tree | commitdiff |
2014-05-28 |
Louis Gerbarg | Add support for combining GEPs across PHI nodes |
tree | commitdiff |
2014-05-28 |
Rafael Espindola | InstCombine: Improvement to check if signed addition... |
tree | commitdiff |
2014-05-28 |
Evgeniy Stepanov | [asancov] Don't emit extra runtime calls when compiling... |
tree | commitdiff |
2014-05-27 |
Jingyue Wu | Distribute sext/zext to the operands of and/or/xor |
tree | commitdiff |
2014-05-27 |
Filipe Cabecinhas | Post-commit fixes for r209643 |
tree | commitdiff |
2014-05-27 |
Evgeniy Stepanov | [asancov] Emit an initializer passing number of coverag... |
tree | commitdiff |
2014-05-27 |
Daniel Jasper | Fix bad assert. |
tree | commitdiff |
2014-05-27 |
Filipe Cabecinhas | Convert some X86 blendv* intrinsics into IR. |
tree | commitdiff |
2014-05-26 |
Kostya Serebryany | [asan] decrease asan-instrumentation-with-call-threshol... |
tree | commitdiff |
2014-05-26 |
Owen Anderson | Make the LoopRotate pass's maximum header size configur... |
tree | commitdiff |
2014-05-25 |
Peter Collingbourne | Add an extension point for peephole optimizers. |
tree | commitdiff |
2014-05-24 |
Tim Northover | AArch64/ARM64: move ARM64 into AArch64's place |
tree | commitdiff |
2014-05-23 |
Jingyue Wu | Add the extracted constant offset using GEP |
tree | commitdiff |
2014-05-23 |
Kostya Serebryany | [asan] properly instrument memory accesses that have... |
tree | commitdiff |
2014-05-22 |
Diego Novillo | Add support for missed and analysis optimization remarks. |
tree | commitdiff |
2014-05-20 |
Quentin Colombet | [LSR] Canonicalize reg1 + ... + regN into reg1 + .... |
tree | commitdiff |
2014-05-20 |
Eric Christopher | Clean up language and grammar. |
tree | commitdiff |
2014-05-20 |
Zinovy Nis | [LV][REFACTOR] One more tiny fix for printing debug... |
tree | commitdiff |
2014-05-19 |
Peter Collingbourne | Check the alwaysinline attribute on the call as well... |
tree | commitdiff |
2014-05-19 |
Matt Arsenault | Use range for |
tree | commitdiff |
2014-05-19 |
Eric Christopher | Revert "Patch for function cloning to inline all blocks... |
tree | commitdiff |
2014-05-19 |
Dinesh Dwivedi | Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX... |
tree | commitdiff |
2014-05-17 |
Rafael Espindola | Use create methods since msvc doesn't handle delegating... |
tree | commitdiff |
2014-05-17 |
Rafael Espindola | Reduce abuse of default values in the GlobalAlias const... |
tree | commitdiff |
2014-05-17 |
NAKAMURA Takumi | Revert r209049 and r209065, "Add support for combining... |
tree | commitdiff |
2014-05-17 |
Louis Gerbarg | Fix for sanitizer crash introduced in r209049 |
tree | commitdiff |
2014-05-16 |
Louis Gerbarg | Add support for combining GEPs across PHI nodes |
tree | commitdiff |
2014-05-16 |
Rafael Espindola | Delete getAliasedGlobal. |
tree | commitdiff |
2014-05-16 |
Reid Kleckner | Add comdat key field to llvm.global_ctors and llvm... |
tree | commitdiff |
2014-05-16 |
Rafael Espindola | Fix most of PR10367. |
tree | commitdiff |
next |