summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar
Commit message (Expand)AuthorAgeFilesLines
* Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman2012-10-091-25/+81
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-091-9/+9
* Create enums for the different attributes.Bill Wendling2012-10-093-4/+7
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-091-0/+2
* Fix. Apply the no capture attribute to the correct parameter.Bill Wendling2012-10-091-4/+7
* Convert to using the Attributes::Builder class to create attributes.Bill Wendling2012-10-091-10/+25
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-081-7/+8
* Move TargetData to DataLayout.Micah Villmow2012-10-0819-128/+128
* SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi2012-10-051-0/+1
* Move this test a bit later, after the point at which we know that we eitherDuncan Sands2012-10-051-10/+10
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-051-42/+93
* Lift the speculation visitor above all the helpers that are targeted atChandler Carruth2012-10-051-281/+283
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-041-2/+3
* Add a comment to the commit r165187.Jakub Staszak2012-10-041-1/+3
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-041-7/+7
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-041-23/+50
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-041-4/+30
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-041-9/+29
* Use method to query for attributes.Bill Wendling2012-10-041-1/+1
* Fix PR13967.Jakub Staszak2012-10-031-1/+4
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-031-0/+6
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-031-16/+28
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-031-1/+3
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-021-0/+4
* Fix another crasher in SROA, reported by Joel.Chandler Carruth2012-10-021-9/+32
* Fix a silly coding error on my part. The whole point of the speculatorChandler Carruth2012-10-021-16/+28
* Make this plural. Spotted by Duncan in review (and a very old typo, thisChandler Carruth2012-10-011-1/+1
* Prune some unnecessary includes.Chandler Carruth2012-10-011-4/+0
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-011-31/+32
* Factor the PHI and select speculation into a separate rewriter. ThisChandler Carruth2012-10-011-263/+294
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-011-85/+79
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-291-3/+13
* Do not delete BBs if their addresses are taken. rdar://12396696Evan Cheng2012-09-281-2/+3
* CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer2012-09-281-0/+5
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-263-3/+3
* Analogous fix to memset and memcpy rewriting. Don't have a test caseChandler Carruth2012-09-261-0/+16
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-261-0/+6
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-261-32/+49
* Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth2012-09-261-8/+8
* Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky2012-09-251-2/+3
* Revert the business end of r164634, and replace it with a different fix. TheNick Lewycky2012-09-251-7/+4
* Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky2012-09-251-0/+6
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-251-5/+10
* Fix a crash in SROA. This was reported independently by Takumi andChandler Carruth2012-09-251-12/+7
* Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky2012-09-251-2/+2
* Remove unused name of variable to quiet a warning. Also canonicalize aNick Lewycky2012-09-241-3/+3
* Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky2012-09-241-32/+71
* Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.Nick Lewycky2012-09-241-12/+11
* Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth2012-09-241-1/+118
* Switch to a signed representation for the dynamic offsets while walkingChandler Carruth2012-09-231-26/+75
OpenPOWER on IntegriCloud