summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add LICENSE.TXT covering contributions made by ARM.Tim Northover2013-01-07
* Fix a slew of indentation and parameter naming style issues. This 80% ofChandler Carruth2013-01-07
* Switch LoopIdiom pass to directly require target transform information.Chandler Carruth2013-01-07
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-07
* Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper2013-01-07
* Documentation updates for pointer-to-member debug info added in r171698.David Blaikie2013-01-07
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-07
* Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper2013-01-07
* Remove # from the beginning and end of def names.Craig Topper2013-01-07
* Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper2013-01-07
* Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper2013-01-07
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-07
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-07
* Update comment.Eric Christopher2013-01-07
* Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth2013-01-07
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* tblgen, docs: Add initial syntax reference.Sean Silva2013-01-07
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* [ObjCARC Debug Message] - Added debug message when fuse a retain/autorelease ...Michael Gottesman2013-01-07
* [ObjCARC Debug Message] - Added debug message when we zap a matching retain/a...Michael Gottesman2013-01-07
* [ObjCARC Debug Message] - Added debug message when we erase ARC calls with nu...Michael Gottesman2013-01-07
* [ObjCARC Debug Message] - Added debug message when we add a nounwind keyword ...Michael Gottesman2013-01-06
* [ObjCARC Debug Message] - Added debug message when we add a tail keyword to a...Michael Gottesman2013-01-06
* [ObjCARC Debug Messages] - Added missing newline.Michael Gottesman2013-01-06
* Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...Michael Gottesman2013-01-06
* Added 2x Debug statements to ObjCARC that log when we handle the two undefine...Michael Gottesman2013-01-06
* Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination thatDmitri Gribenko2013-01-06
* Added debug message in ObjCARC when we remove a no-op cast which has only spe...Michael Gottesman2013-01-06
* Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...Michael Gottesman2013-01-06
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng2013-01-06
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-06
* [objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer2013-01-06
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-06
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-06
* [Object][ELF] Add program header iterator.Michael J. Spencer2013-01-06
* [Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct...Michael J. Spencer2013-01-06
* Add reference to dcommit on GettingStartedRenato Golin2013-01-06
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-05
* GettingStarted: improve formatting and document that configure checks forDmitri Gribenko2013-01-05
* Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...Michael Gottesman2013-01-05
* Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...Michael Gottesman2013-01-05
* switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner2013-01-05
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-05
* Attribute: Make hashes match when looking up AttributeImpls.Benjamin Kramer2013-01-05
* Fix another place where we build the TTI pass to the new interface.Chandler Carruth2013-01-05
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Switch the loop vectorizer from VTTI to just use TTI directly.Chandler Carruth2013-01-05