aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2012-10-12Changes to make NaClCcRewrite.cpp build againDerek Schuff
2012-10-12Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'Derek Schuff
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-11PGO: create metadata for switch only if it has more than one targets.Manman Ren
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-11Don't crash when !tbaa.struct contents is invalid.Nick Lewycky
2012-10-10PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/endMark Seaborn
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-10Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-09Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman
2012-10-09Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov
2012-10-09Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling
2012-10-09Fix PR14016.Alexey Samsonov
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-09Convert to using the Attributes::Builder interface.Bill Wendling
2012-10-08Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem
2012-10-08Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky
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-04SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer
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-04Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling
2012-10-04Use method to query for attributes.Bill Wendling
2012-10-04Query for attributes via the correct method call.Bill Wendling
2012-10-04[tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany
2012-10-03Fix PR13967.Jakub Staszak
2012-10-03This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd
2012-10-03tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov
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