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-30
[mips] Test case for r173862.
Akira Hatanaka
2013-01-30
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-30
[lit] Add some TODO notes to myself.
Daniel Dunbar
2013-01-29
Adding simple cast cost to ARM
Renato Golin
2013-01-29
Remove unused variable (unused since r173839)
Dmitri Gribenko
2013-01-29
Documentation: add empty lines so that lists are properly recognized
Dmitri Gribenko
2013-01-29
Made certain small functions in PtrState inlined.
Michael Gottesman
2013-01-29
[MC][COFF] Delay handling symbol aliases when writing
Michael J. Spencer
2013-01-29
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
Removed trailing comma in last element of enum declaration.
Michael Gottesman
2013-01-29
Moved S_Stop back to its previous position in the sequence order.
Michael Gottesman
2013-01-29
Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...
Weiming Zhao
2013-01-29
Fixed a few debug messages and some 80+ violations.
Michael Gottesman
2013-01-29
Added some periods to some comments and added an overload for operator<< for ...
Michael Gottesman
2013-01-29
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...
Michael Gottesman
2013-01-29
Add a couple of accessor methods to get the kind and values of an attribute.
Bill Wendling
2013-01-29
s/Data/Kind/g. No functionality change.
Bill Wendling
2013-01-29
Support artificial parameters in function types.
David Blaikie
2013-01-29
Use multiclass for post-increment store instructions.
Jyotsna Verma
2013-01-29
Add constant extender support for MInst type instructions.
Jyotsna Verma
2013-01-29
Remove dead code.
Evan Cheng
2013-01-29
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
Benjamin Kramer
2013-01-29
R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11.
NAKAMURA Takumi
2013-01-29
AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior,...
NAKAMURA Takumi
2013-01-29
Fix typo in X86BaseInfo.h that I introduced in r157818.
Hans Wennborg
2013-01-29
Hopefully fix the Windows build failure introduced in r173769
Timur Iskhodzhanov
2013-01-29
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-29
Merge SSE and AVX shuffle instructions in the comment printer.
Craig Topper
2013-01-29
MIsched: cleanup code. Use isBoundaryNode().
Andrew Trick
2013-01-29
Fixed 2 more header comments...
Michael Gottesman
2013-01-29
Fixed header comment.
Michael Gottesman
2013-01-29
Fixed some whitespace/80+ violations. Also added a space after a namespace de...
Michael Gottesman
2013-01-29
Added missing dashes from header declaration comment.
Michael Gottesman
2013-01-29
Juggled Debug.h from ObjCARC.h to only the including cpp files that
Michael Gottesman
2013-01-29
Sorted includes using utils/sort_includes.
Michael Gottesman
2013-01-29
Added two missing headers from ObjCARCAliasAnalysis.h.
Michael Gottesman
2013-01-29
Removed InstCombine/Targets as library dependencies for libObjCARCOpts since ...
Michael Gottesman
2013-01-29
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-29
Extracted ObjCARCContract from ObjCARCOpts into its own file.
Michael Gottesman
2013-01-29
Removed some cruft from ObjCARCAliasAnalysis.cpp.
Michael Gottesman
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
Use an AttrBuilder to generate the correct AttributeSet.
Bill Wendling
2013-01-29
Convert the AttrBuilder into a list of Attributes instead of one Attribute ob...
Bill Wendling
2013-01-29
Formatting correction
Andrew Kaylor
2013-01-29
S'more small non-functional changes in comments and #includes.
Bill Wendling
2013-01-29
Reorder some functions and add comments. No functionality change.
Bill Wendling
2013-01-29
Unroll again after running BBVectorize
Hal Finkel
2013-01-29
Add isBGQ method to PPCSubtarget
Hal Finkel
2013-01-28
Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.
Bill Wendling
[next]