aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-07Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper
2013-01-07Remove # from the beginning and end of def names.Craig Topper
2013-01-07Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper
2013-01-07Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper
2013-01-07Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth
2013-01-07Move the initialization to the Analysis library as well as the pass.Chandler Carruth
2013-01-07Update comment.Eric Christopher
2013-01-07Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth
2013-01-07Make the popcnt support enums and methods have more clear names andChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-07tblgen, docs: Add initial syntax reference.Sean Silva
2013-01-07Simplify TableGen type-compatibility checks.Sean Silva
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
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