index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-01-07
Remove # from the beginning and end of def names. The # is a paste operator a...
Craig Topper
2013-01-07
Remove # from the beginning and end of def names.
Craig Topper
2013-01-07
Revert r171140. We don't actually need to support #NAME. Because NAME by itse...
Craig Topper
2013-01-07
Remove unnecessary # tokens at the beginning and end of defm names.
Craig Topper
2013-01-07
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
Move the initialization to the Analysis library as well as the pass.
Chandler Carruth
2013-01-07
Update comment.
Eric Christopher
2013-01-07
Fix the enumerator names for ShuffleKind to match tho coding standards,
Chandler Carruth
2013-01-07
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
tblgen, docs: Add initial syntax reference.
Sean Silva
2013-01-07
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler 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-06
Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...
Michael Gottesman
2013-01-06
Added 2x Debug statements to ObjCARC that log when we handle the two undefine...
Michael Gottesman
2013-01-06
Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination that
Dmitri Gribenko
2013-01-06
Added debug message in ObjCARC when we remove a no-op cast which has only spe...
Michael Gottesman
2013-01-06
Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...
Michael Gottesman
2013-01-06
Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...
Craig Topper
2013-01-06
Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...
Evan Cheng
2013-01-06
Fix 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-06
Add reference to dcommit on GettingStarted
Renato Golin
2013-01-05
Include access modifiers in subprogram metadata IR comment.
David Blaikie
2013-01-05
GettingStarted: improve formatting and document that configure checks for
Dmitri Gribenko
2013-01-05
Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...
Michael Gottesman
2013-01-05
Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...
Michael Gottesman
2013-01-05
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
Attribute: Make hashes match when looking up AttributeImpls.
Benjamin Kramer
2013-01-05
Fix another place where we build the TTI pass to the new interface.
Chandler Carruth
2013-01-05
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-05
Switch the loop vectorizer from VTTI to just use TTI directly.
Chandler Carruth
2013-01-05
Switch the cost model analysis over to just the TTI interface.
Chandler Carruth
2013-01-05
Switch the BB vectorizer from the VTTI interface to the simple TTI
Chandler Carruth
2013-01-05
Switch SimplifyCFG over to the TargetTransformInfo interface rather than
Chandler Carruth
2013-01-05
Switch LoopIdiomRecognize to directly use the TargetTransformInfo
Chandler Carruth
2013-01-05
Replicate the APIs of ScalarTargetTransformInfo and
Chandler Carruth
2013-01-05
Switch the empty and tombstone key enumerators to not have explicit
Chandler Carruth
2013-01-05
While the struct being defined in the AddressingMode.h header was
Chandler Carruth
[next]