aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-07[ObjCARC Debug Message] - Added debug message when fuse a retain/autorelease ...Michael Gottesman
2013-01-07[ObjCARC Debug Message] - Added debug message when we zap a matching retain/a...Michael Gottesman
2013-01-07[ObjCARC Debug Message] - Added debug message when we erase ARC calls with nu...Michael Gottesman
2013-01-06[ObjCARC Debug Message] - Added debug message when we add a nounwind keyword ...Michael Gottesman
2013-01-06[ObjCARC Debug Message] - Added debug message when we add a tail keyword to a...Michael Gottesman
2013-01-06[ObjCARC Debug Messages] - Added missing newline.Michael Gottesman
2013-01-06Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...Michael Gottesman
2013-01-06Added 2x Debug statements to ObjCARC that log when we handle the two undefine...Michael Gottesman
2013-01-06Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination thatDmitri Gribenko
2013-01-06Added debug message in ObjCARC when we remove a no-op cast which has only spe...Michael Gottesman
2013-01-06Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...Michael Gottesman
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper
2013-01-06Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng
2013-01-06Fix a crash in LSR replaceCongruentIVs.Andrew Trick
2013-01-06[objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer
2013-01-06[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer
2013-01-06[objdump] Add --private-headers, -p.Michael J. Spencer
2013-01-06[Object][ELF] Add program header iterator.Michael J. Spencer
2013-01-06[Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct...Michael J. Spencer
2013-01-06Add reference to dcommit on GettingStartedRenato Golin
2013-01-05Include access modifiers in subprogram metadata IR comment.David Blaikie
2013-01-05GettingStarted: improve formatting and document that configure checks forDmitri Gribenko
2013-01-05Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...Michael Gottesman
2013-01-05Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...Michael Gottesman
2013-01-05switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner
2013-01-05Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth
2013-01-05Attribute: Make hashes match when looking up AttributeImpls.Benjamin Kramer
2013-01-05Fix another place where we build the TTI pass to the new interface.Chandler Carruth
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth
2013-01-05Switch the loop vectorizer from VTTI to just use TTI directly.Chandler Carruth
2013-01-05Switch the cost model analysis over to just the TTI interface.Chandler Carruth
2013-01-05Switch the BB vectorizer from the VTTI interface to the simple TTIChandler Carruth
2013-01-05Switch SimplifyCFG over to the TargetTransformInfo interface rather thanChandler Carruth
2013-01-05Switch LoopIdiomRecognize to directly use the TargetTransformInfoChandler Carruth
2013-01-05Replicate the APIs of ScalarTargetTransformInfo andChandler Carruth
2013-01-05Switch the empty and tombstone key enumerators to not have explicitChandler Carruth
2013-01-05While the struct being defined in the AddressingMode.h header wasChandler Carruth
2013-01-05Remove unnecessary include.Chandler Carruth
2013-01-05IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi
2013-01-05Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie
2013-01-05Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper
2013-01-05Revert revision 171524. Original message:Nadav Rotem
2013-01-05Whitespace.NAKAMURA Takumi
2013-01-05DenseMap: Appease -fstrict-aliasing on g++-4.4.NAKAMURA Takumi
2013-01-05Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen
2013-01-05Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen
2013-01-05Add MachineRegisterInfo::moveOperands().Jakob Stoklund Olesen
2013-01-05Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth
2013-01-05Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth
2013-01-05Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp.Chandler Carruth