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-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
2013-01-28
Avoid Unnecessary Builds
David Greene
2013-01-28
Remove the AttributeWithIndex class.
Bill Wendling
2013-01-28
Add a comment mentioning that InstructionSimplify routines do,
Dan Gohman
2013-01-28
docs: reorganize front page slightly
Sean Silva
2013-01-28
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-28
This patch addresses bug 15031.
Bill Schmidt
2013-01-28
Fix comment.
Eric Christopher
2013-01-28
Vectorization Factor clarification
Renato Golin
2013-01-28
[msan] Mostly disable msan-handle-icmp-exact.
Evgeniy Stepanov
2013-01-28
Revert r173678.
Evgeniy Stepanov
2013-01-28
[msan] Make msan-handle-icmp-exact=0 by default.
Evgeniy Stepanov
2013-01-28
Fix 256-bit PALIGNR comment decoding to understand that it works on independe...
Craig Topper
2013-01-28
A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
Nadav Rotem
2013-01-28
Add missing break in 256-bit palignr comment printing. No test case yet becau...
Craig Topper
2013-01-28
Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...
Craig Topper
2013-01-28
Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg...
Michael Gottesman
2013-01-28
Remove addToNoHelperNeeded function that was left unused after r173649. Fixes...
Craig Topper
2013-01-28
Cleaned up includes in various ObjCARC files and removed some whitespace viol...
Michael Gottesman
2013-01-28
Refactor ObjCARCAliasAnalysis into its own file.
Michael Gottesman
2013-01-28
Mid-air collision. reapply r173656.
Bill Wendling
2013-01-28
Rewrite the removeAttr() method.
Bill Wendling
2013-01-28
Rewrite the addAttr() method.
Bill Wendling
2013-01-28
Revert r173646, "Use proper type for the index."
NAKAMURA Takumi
2013-01-28
Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.
Michael Gottesman
2013-01-28
Fixed case insensitive issue.
Michael Gottesman
2013-01-28
Removed extraneous doxygen end module statement.
Michael Gottesman
2013-01-28
Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.
Michael Gottesman
2013-01-28
Improved svn repo searching for 'make update'
Edwin Vane
2013-01-28
Make some code a little simpler.
Reed Kotler
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
Use proper type for the index.
Bill Wendling
2013-01-28
Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...
Bill Wendling
2013-01-28
Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...
Bill Wendling
2013-01-28
Remove a use of AttributeWithIndex.
Bill Wendling
2013-01-27
Improve the debug output a bit.
Bill Wendling
2013-01-27
Use proper return type for attribute index.
Bill Wendling
2013-01-27
Use proper return type for attribute index.
Bill Wendling
2013-01-27
Push the calculation of the 'Raw' attribute mask down into the implementation...
Bill Wendling
2013-01-27
Don't erase these methods. They're used during testing.
Bill Wendling
2013-01-27
Add special 'get' methods to create an Attribute with an alignment. Also do s...
Bill Wendling
[next]