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
2012-10-17
Update the release notes about the new loop vectorizer.
Nadav Rotem
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-17
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
2012-10-17
Fix fallout from RegInfo => FrameLowering refactoring on MSP430.
Anton Korobeynikov
2012-10-17
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-17
docs: Add link to integrated assembler HowTo
Sean Silva
2012-10-17
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-17
[asan] better debug diagnostics in asan compiler module
Kostya Serebryany
2012-10-17
This just in, it is a *bad idea* to use 'udiv' on an offset of
Chandler Carruth
2012-10-17
Marked this variable as 'used' so that LTO doesn't get rid of it.
Bill Wendling
2012-10-17
Fix a really annoying "bug" introduced in r165941. The change from that
Chandler Carruth
2012-10-17
Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...
Craig Topper
2012-10-17
Check SSSE3 instead of SSE4.1
Michael Liao
2012-10-17
Fix setjmp on models with non-Small code model nor non-Static relocation model
Michael Liao
2012-10-17
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-16
Use a typedef to reduce some typing and reformat code accordingly.
Eric Christopher
2012-10-16
Variable name cleanup.
Eric Christopher
2012-10-16
Formatting and 80-col.
Eric Christopher
2012-10-16
Spacing.
Eric Christopher
2012-10-16
Avoid rematerializing a redef immediately after the old def.
Jakob Stoklund Olesen
2012-10-16
Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"
Jakob Stoklund Olesen
2012-10-16
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-16
[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...
Chad Rosier
2012-10-16
Simplify code. No functionality change.
Jakub Staszak
2012-10-16
Check .rela instead of ELF64 for the compensation vaue resetting
Michael Liao
2012-10-16
80-col fixup.
Jakub Staszak
2012-10-16
Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
Michael Liao
2012-10-16
Switch back to the old coalescer for now to fix the 32 bit bit
Rafael Espindola
2012-10-16
Simplify potentially quadratic behavior while erasing elements from std::vector.
Jakub Staszak
2012-10-16
And now we can call the other 'get' method from this one and not duplicate th...
Bill Wendling
2012-10-16
Support v8f32 to v8i8/vi816 conversion through custom lowering
Michael Liao
2012-10-16
Use the appropriate Attributes::get method to create an Attributes object.
Bill Wendling
2012-10-16
Speculative fix the mask constants to be of type uintptr_t. I don't know of ...
Owen Anderson
2012-10-16
Fix function parameter spelling in comments. Caught by -Wdocumentation.
Dmitri Gribenko
2012-10-16
This patch addresses PR13949.
Bill Schmidt
2012-10-16
Issue:
Stepan Dyatkovskiy
2012-10-16
Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
NAKAMURA Takumi
2012-10-16
Cleanup whitespace.
Bill Wendling
2012-10-16
Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...
Owen Anderson
2012-10-16
Move X86MCInstLower class definition into implementation file. It's not neede...
Craig Topper
2012-10-16
Cleanup whitespace.
Bill Wendling
2012-10-16
Have AttributesImpl defriend the Attributes class.
Bill Wendling
2012-10-16
Have AttrBuilder defriend the Attributes class.
Bill Wendling
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
Put simple c'tors inline.
Bill Wendling
2012-10-16
Pass in the context to the Attributes::get method.
Bill Wendling
2012-10-16
Fix filename in file header.
Craig Topper
2012-10-16
Fix the cpu name and add -verify-machineinstrs.
Rafael Espindola
2012-10-16
misched: Added handleMove support for updating all kill flags, not just for a...
Andrew Trick
2012-10-16
Remove unused BitVectors from getAllocatableSet().
Jakob Stoklund Olesen
[prev]
[next]