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
2011-10-08
Whitespace
NAKAMURA Takumi
2011-10-08
Disable ABS optimization for Thumb1 target, we don't have necessary instructi...
Anton Korobeynikov
2011-10-08
Simplify definition of FP move instructions.
Akira Hatanaka
2011-10-08
Define classes and multiclasses for FP binary instructions.
Akira Hatanaka
2011-10-08
Define multiclasses for FP-to-FP instructions.
Akira Hatanaka
2011-10-08
Define classes for FP unary instructions and multiclasses for FP-to-fixed point
Akira Hatanaka
2011-10-08
Unit test for LSR phi reuse in r141442.
Andrew Trick
2011-10-08
Add patterns for unaligned load and store instructions and enable the
Akira Hatanaka
2011-10-08
Add an extra safety check in front of the optimization in r141442.
Andrew Trick
2011-10-08
Use the code that lowers the arguments and spills any values which are alive
Bill Wendling
2011-10-08
Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
Peter Collingbourne
2011-10-08
llvm-objdump: Add relocation and archive support.
Michael J. Spencer
2011-10-08
PathV2: Add simplified version of exists that returns false on error.
Michael J. Spencer
2011-10-08
Object: Add support for opening stdin.
Michael J. Spencer
2011-10-08
Object: constize Archive.
Michael J. Spencer
2011-10-07
Enable ARM mode VDUP(scalar) tests.
Jim Grosbach
2011-10-07
ARM NEON assembly parsing and encoding for VDUP(scalar).
Jim Grosbach
2011-10-07
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-07
Fix APInt::operator*= so that it computes the correct result for large intege...
Eli Friedman
2011-10-07
Don't emit the symbol table entry for the .symtab_shndx section either.
Nick Lewycky
2011-10-07
Remove extraneous curlies. No functionality change.
Nick Lewycky
2011-10-07
ARM prefix asmparser operand kind enums for readability.
Jim Grosbach
2011-10-07
Take all of the invoke basic blocks and make the dispatch basic block their new
Bill Wendling
2011-10-07
Add a bool value to set the IsLandingPad flag to.
Bill Wendling
2011-10-07
Take the code that was emitted for the llvm.eh.dispatch.setup intrinsic and emit
Bill Wendling
2011-10-07
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-07
Don't emit a shstrtabindex in the reserved range. Spotted by inspection and
Nick Lewycky
2011-10-07
Clarify/fix typo. No functionality change.
Nick Lewycky
2011-10-07
Constrain both operands on MOVZX32_NOREXrr8.
Jakob Stoklund Olesen
2011-10-07
Fix a few changes I missed.
Michael J. Spencer
2011-10-07
Fix GCC again.
Michael J. Spencer
2011-10-07
Fix spelling in comment.
Michael J. Spencer
2011-10-07
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
Improve ARM assembly parser diagnostic for unexpected tokens.
Jim Grosbach
2011-10-07
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
Remove Multidefs
David Greene
2011-10-07
Fix spelling in comment.
Michael J. Spencer
2011-10-07
Change relocation API to be per section.
Michael J. Spencer
2011-10-07
Jakob is the code owner of register allocation and TableGen.
Evan Cheng
2011-10-07
High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336
Evan Cheng
2011-10-07
Reenable tail calls for iOS 5.0 and later.
Bob Wilson
2011-10-07
Reenable use of divmod compiler_rt functions for iOS 5.0 and later.
Bob Wilson
2011-10-07
Move default to top of switch
Matt Beaumont-Gay
2011-10-07
Peephole optimization for ABS on ARM.
Anton Korobeynikov
2011-10-07
Teach GVN to also propagate switch cases. For example, in this code
Duncan Sands
2011-10-07
Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.
Craig Topper
2011-10-07
PostRA scheduler fix. Clear stale loop dependencies.
Andrew Trick
2011-10-07
whitespace
Andrew Trick
2011-10-07
Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.
Craig Topper
2011-10-07
Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...
Craig Topper
[next]