aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar
AgeCommit message (Expand)Author
2012-10-15Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth
2012-10-15First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth
2012-10-15Hoist the canConvertValue predicate and the convertValue transform outChandler Carruth
2012-10-15Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling
2012-10-15Attributes RewriteBill Wendling
2012-10-15instcombine: Migrate strcmp and strncmp optimizationsMeador Inge
2012-10-14Unquadratize SetVector removal loops in DSE.Benjamin Kramer
2012-10-14Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling
2012-10-14Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling
2012-10-13instcombine: Migrate strchr and strrchr optimizationsMeador Inge
2012-10-13instcombine: Migrate strcat and strncat optimizationsMeador Inge
2012-10-13Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth
2012-10-13Speculatively harden the conversion logic. I have no idea if this willChandler Carruth
2012-10-13Silence a warning in -assert builds.Chandler Carruth
2012-10-13Clean up how we rewrite loads and stores to the whole alloca. When theseChandler Carruth
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-09Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman
2012-10-09Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-09Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth
2012-10-09Fix. Apply the no capture attribute to the correct parameter.Bill Wendling
2012-10-09Convert to using the Attributes::Builder class to create attributes.Bill Wendling
2012-10-08Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-05SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi
2012-10-05Move this test a bit later, after the point at which we know that we eitherDuncan Sands
2012-10-05Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth
2012-10-05Lift the speculation visitor above all the helpers that are targeted atChandler Carruth
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd
2012-10-04Add a comment to the commit r165187.Jakub Staszak
2012-10-04In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands
2012-10-04Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth
2012-10-04The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands
2012-10-04Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth
2012-10-04Use method to query for attributes.Bill Wendling
2012-10-03Fix PR13967.Jakub Staszak
2012-10-03Fix an issue where we failed to adjust the alignment constraint onChandler Carruth
2012-10-03Try to use a better set of abstractions for computing the alignmentChandler Carruth
2012-10-03Switch the SetVector::remove_if implementation to use partition whichChandler Carruth
2012-10-02Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth
2012-10-02Fix another crasher in SROA, reported by Joel.Chandler Carruth
2012-10-02Fix a silly coding error on my part. The whole point of the speculatorChandler Carruth
2012-10-01Make this plural. Spotted by Duncan in review (and a very old typo, thisChandler Carruth
2012-10-01Prune some unnecessary includes.Chandler Carruth
2012-10-01Fix several issues with alignment. We weren't always accounting for typeChandler Carruth
2012-10-01Factor the PHI and select speculation into a separate rewriter. ThisChandler Carruth
2012-10-01Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth