summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
...
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-30
* PR19753: Optimize comparisons with "ashr exact" of a constanst.Rafael Espindola2014-05-30
* Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...Karthik Bhat2014-05-30
* When analyzing params/args for readnone/readonly, don't forget to consider th...Nick Lewycky2014-05-30
* And fix my fix to sink down through the type at the right time. MyChandler Carruth2014-05-29
* Fix one bug in the latest incarnation of r209843 -- combining GEPsChandler Carruth2014-05-29
* LoopVectorizer: Add a check that the backedge taken count + 1 does not overflowArnold Schwaighofer2014-05-29
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-29
* Use range-based for loops in ASan, TSan and MSanAlexey Samsonov2014-05-29
* Revert "Revert "Revert "InstCombine: Improvement to check if signed addition ...Rafael Espindola2014-05-29
* LCSSA should be performed on the outermost affected loop while unrolling loop.Dinesh Dwivedi2014-05-29
* Add LoadCombine pass.Michael J. Spencer2014-05-29
* [ASan] Hoist blacklisting globals from init-order checking to Clang.Alexey Samsonov2014-05-29
* Fix typo in variable nameAlexey Samsonov2014-05-29
* [ASan] Use llvm.global_ctors to insert init-order checking calls into ASan ru...Alexey Samsonov2014-05-29
* Revert "Revert "InstCombine: Improvement to check if signed addition overflow...Rafael Espindola2014-05-28
* Revert "Add support for combining GEPs across PHI nodes"Rafael Espindola2014-05-28
* Revert "InstCombine: Improvement to check if signed addition overflows."Rafael Espindola2014-05-28
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-28
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-05-28
* [asancov] Don't emit extra runtime calls when compiling without coverage.Evgeniy Stepanov2014-05-28
* Distribute sext/zext to the operands of and/or/xorJingyue Wu2014-05-27
* Post-commit fixes for r209643Filipe Cabecinhas2014-05-27
* [asancov] Emit an initializer passing number of coverage code locations in ea...Evgeniy Stepanov2014-05-27
* Fix bad assert.Daniel Jasper2014-05-27
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-27
* [asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...Kostya Serebryany2014-05-26
* Make the LoopRotate pass's maximum header size configurable both programmatic...Owen Anderson2014-05-26
* Add an extension point for peephole optimizers.Peter Collingbourne2014-05-25
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Add the extracted constant offset using GEPJingyue Wu2014-05-23
* [asan] properly instrument memory accesses that have small alignment (smaller...Kostya Serebryany2014-05-23
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* [LSR] Canonicalize reg1 + ... + regN into reg1 + ... + 1*regN.Quentin Colombet2014-05-20
* Clean up language and grammar.Eric Christopher2014-05-20
* [LV][REFACTOR] One more tiny fix for printing debug locations in loop vectori...Zinovy Nis2014-05-20
* Check the alwaysinline attribute on the call as well as on the caller.Peter Collingbourne2014-05-19
* Use range forMatt Arsenault2014-05-19
* Revert "Patch for function cloning to inline all blocks whose address is taken"Eric Christopher2014-05-19
* Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)'Dinesh Dwivedi2014-05-19
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes"NAKAMURA Takumi2014-05-17
* Fix for sanitizer crash introduced in r209049Louis Gerbarg2014-05-17
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-16
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16