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-22
ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...
NAKAMURA Takumi
2013-01-22
This test is only supposed to test that the objc-arc alias analysis
Michael Gottesman
2013-01-22
ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...
NAKAMURA Takumi
2013-01-22
[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.
Daniel Dunbar
2013-01-22
[CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...
NAKAMURA Takumi
2013-01-22
Remove target triple from an LSR test.
Andrew Trick
2013-01-22
Add a new method that adds the AttributeSet at the given index. No functional...
Bill Wendling
2013-01-22
Add the attributes that are passed in instead of the ones we're merging into.
Bill Wendling
2013-01-21
Remove unused method.
Bill Wendling
2013-01-21
Fix spelling
Joel Jones
2013-01-21
Use AttributeSet instead of Attribute to verify things.
Bill Wendling
2013-01-21
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
Docs for SparseMultiSet
Michael Ilseman
2013-01-21
Fix some incorrectly named u10 / lu10 instructions.
Richard Osborne
2013-01-21
Remove unneeded #include.
Jakub Staszak
2013-01-21
Remove unused multiclass.
Richard Osborne
2013-01-21
Add instruction encodings / disassembly support for u6 / lu6 instructions.
Richard Osborne
2013-01-21
Add instruction encoding / disassembly support for ru6 / lru6 instructions.
Richard Osborne
2013-01-21
Use correct format for the LDAWCP instruction (u6).
Richard Osborne
2013-01-21
r173072 is causing some regressions on big endian hosts, I don't have time to...
Chris Lattner
2013-01-21
rework the Bitstream reader to actually work a machine word at a time, instea...
Chris Lattner
2013-01-21
Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
Chris Lattner
2013-01-21
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-21
wean Blob handling logic off of banging on NextChar directly. Instead, make
Chris Lattner
2013-01-21
rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...
Chris Lattner
2013-01-21
Fix a comment. Induction vars dont need to start at zero.
Nadav Rotem
2013-01-21
R600/SI: Use unnormalized coordinates for sampling with the RECT target.
Tom Stellard
2013-01-21
R600/SI: Take target parameter for sample intrinsics.
Tom Stellard
2013-01-21
R600/SI: Derive all sample intrinsics from a single class.
Tom Stellard
2013-01-21
R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-21
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
Fix indentation and formatting.
Chandler Carruth
2013-01-21
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
Move the inline cost analysis's primary cost query to TTI instead of the
Chandler Carruth
2013-01-21
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
Formatting and comment fixes to the always inliner.
Chandler Carruth
2013-01-21
Clean up the formatting and doxygen for the simple inliner a bit. No
Chandler Carruth
2013-01-21
Fix an old-style doxygen comment.
Chandler Carruth
2013-01-21
Cleanup the formatting of this header. This removes the namespace indent
Chandler Carruth
2013-01-21
Revert "[Object] .bss sections have no content. PR15005."
Michael J. Spencer
2013-01-21
Use <0 checks in place of ==-1 because it results in simpler code.
Craig Topper
2013-01-21
Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
Craig Topper
2013-01-21
Remove trailing whitespace.
Craig Topper
2013-01-21
[Object] .bss sections have no content. PR15005.
Michael J. Spencer
2013-01-21
Fix some 80 column violations.
Craig Topper
2013-01-21
Make helper method static.
Craig Topper
2013-01-21
[Support] Make test C++03.
Michael J. Spencer
[prev]
[next]