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
2010-11-30
s/ARM::BRIND/ARM::BX/g to coincide with r120366.
Bill Wendling
2010-11-30
enhance basicaa to return "Mod" for a memcpy call when the
Chris Lattner
2010-11-30
Add correct encoding for "bl __aeabi_read_tp". However, the asm matcher isn't
Bill Wendling
2010-11-30
Teach basicaa that memset's modref set is at worst "mod" and never
Chris Lattner
2010-11-30
Rename BX/BRIND/etc patterns to clarify which is actually the BX instruction
Jim Grosbach
2010-11-30
Add some encoding for the adr instruction. Labels still need to be finished.
Bill Wendling
2010-11-30
Correct Thumb2 encodings for a much wider range of loads and stores.
Owen Anderson
2010-11-30
my previous patch would cause us to start deleting some volatile
Chris Lattner
2010-11-30
Make a few more ARM pseudo instructions actually use the PseudoInst base class.
Jim Grosbach
2010-11-30
Predicate encoding should be withing {}s. And general cleanup.
Bill Wendling
2010-11-30
Predicate encoding should be withing {}s.
Bill Wendling
2010-11-30
two changes to DSE that shouldn't affect anything:
Chris Lattner
2010-11-30
Fix the encoding of VLD4-dup alignment.
Bob Wilson
2010-11-30
Rename VLDnDUP instructions with double-spaced registers
Bob Wilson
2010-11-30
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
Simplify definitions of the ARM eh.sjlj.*jmp pseudo instructions.
Jim Grosbach
2010-11-29
Parameterize ARMPseudoInst size property.
Jim Grosbach
2010-11-29
Add a few missing initializers.
Jim Grosbach
2010-11-29
Support/PathV2: Fix 80 col.
Michael J. Spencer
2010-11-29
Support/PathV2: Update comments.
Michael J. Spencer
2010-11-29
prune an llvmcontext include and simplify some code.
Chris Lattner
2010-11-29
Generalize the darwin wrapper hack to work with generic macho triples as well...
Chris Lattner
2010-11-29
Nuke trailing whitespace.
Jim Grosbach
2010-11-29
Nuke a FIXME. No need to be fancier here, as ARM handles constant pools
Jim Grosbach
2010-11-29
convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.
Chris Lattner
2010-11-29
Provide Thumb2 encodings for basic loads and stores.
Owen Anderson
2010-11-29
Mark Darwin call instructions as using "r7" to prevent the frame-register
Evan Cheng
2010-11-29
Nuke dead isCodeGenOnly annotation and extraneous comment.
Jim Grosbach
2010-11-29
Add missing colon.
Benjamin Kramer
2010-11-29
tidy up.
Jim Grosbach
2010-11-29
Thumb encodings for conditional moves.
Bill Wendling
2010-11-29
Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw
Jim Grosbach
2010-11-29
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-29
unittests: Merge SystemTests back into SupportTests.
Michael J. Spencer
2010-11-29
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
system_error: Remove Windows headers.
Michael J. Spencer
2010-11-29
Support/PathV2: Just about every function call requires the Twine header.
Michael J. Spencer
2010-11-29
Refactor some of the "disassembly-only" instructions into a base class. This
Bill Wendling
2010-11-29
fix PR8677, patch by Jakub Staszak!
Chris Lattner
2010-11-29
Update fastisel for the changes in r120272.
Eric Christopher
2010-11-29
Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load ...
Frits van Bommel
2010-11-29
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-11-29
Update this test to keep testing the -instcombine transform it's supposed to ...
Frits van Bommel
2010-11-29
Improving the factoring of several instruction encodings.
Owen Anderson
2010-11-29
Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.
Frits van Bommel
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
Remove empty directories.
Benjamin Kramer
2010-11-29
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
Fix copy-and-paste errors in VLD2-dup scheduling itineraries.
Bob Wilson
2010-11-29
ARM Pseudo-ize tBR_JTr.
Jim Grosbach
[next]