summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling2012-10-10
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-10
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman2012-10-09
* Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov2012-10-09
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-09
* Fix PR14016.Alexey Samsonov2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-09
* Fix. Apply the no capture attribute to the correct parameter.Bill Wendling2012-10-09
* Convert to using the Attributes::Builder class to create attributes.Bill Wendling2012-10-09
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-09
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-08
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi2012-10-05
* Move this test a bit later, after the point at which we know that we eitherDuncan Sands2012-10-05
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-05
* Lift the speculation visitor above all the helpers that are targeted atChandler Carruth2012-10-05
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* Add a comment to the commit r165187.Jakub Staszak2012-10-04
* SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer2012-10-04
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-04
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-04
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-04
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Query for attributes via the correct method call.Bill Wendling2012-10-04
* [tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany2012-10-04
* Fix PR13967.Jakub Staszak2012-10-03
* This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd2012-10-03
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-03
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-03
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-03
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-03
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-02
* Fix another crasher in SROA, reported by Joel.Chandler Carruth2012-10-02
* Fix a silly coding error on my part. The whole point of the speculatorChandler Carruth2012-10-02
* Turn the new SROA pass back on. Let's see if it sticks this time. =]Chandler Carruth2012-10-02
* Make this plural. Spotted by Duncan in review (and a very old typo, thisChandler Carruth2012-10-01
* Prune some unnecessary includes.Chandler Carruth2012-10-01
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-01
* SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...Benjamin Kramer2012-10-01
* Factor the PHI and select speculation into a separate rewriter. ThisChandler Carruth2012-10-01
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-01
* SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches)...Benjamin Kramer2012-09-30
* ArgumentPromotion: Remove ancient workaround for a bug in the C backend.Benjamin Kramer2012-09-30
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-29