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
Make @llvm.invariant.start not be readonly, so that it has side-effects. This
Nick Lewycky
2010-11-30
Stub out a new LiveDebugVariables pass.
Jakob Stoklund Olesen
2010-11-30
remove a use of llvm-dis
Chris Lattner
2010-11-30
remove the pointless check of MemoryUseIntrinsic from
Chris Lattner
2010-11-30
strength reduce this.
Chris Lattner
2010-11-30
getLocationForDest should work for memset as well.
Chris Lattner
2010-11-30
rename doesClobberMemory -> hasMemoryWrite to be more specific, and
Chris Lattner
2010-11-30
clean up handling of 'free', detangling it from everything else.
Chris Lattner
2010-11-30
merge one more away
Chris Lattner
2010-11-30
I already merged partial-overwrite.ll -> PartialStore.ll
Chris Lattner
2010-11-30
clean up DSE tests, removing some poorly reduced and useless old test,
Chris Lattner
2010-11-30
Minor cleanups. No functional change.
Bill Wendling
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
[next]