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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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
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
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
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
Support: Add PathV2 implementation.
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
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
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
2010-11-29
Thumb2 encodings for MSR and MRS.
Owen Anderson
2010-11-29
Thumb2 encodings for system instructions.
Owen Anderson
2010-11-29
Thumb2 encodings for branches and IT blocks.
Owen Anderson
2010-11-29
The ARM BR_JT* pseudos don't need to use the printer jtblock_operand node to
Jim Grosbach
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
Switch ARM BR_JTm and BR_JTr instructions to be MC-expanded pseudos.
Jim Grosbach
2010-11-29
Missed a spot.
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-29
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-29
Allow machine LICM to do its job on SPU.
Kalle Raiskila
2010-11-29
Add missing i128 case.
Kalle Raiskila
2010-11-29
Add some dead stores to pacify my least favorite GCC warning: may be
Chandler Carruth
2010-11-29
Add more Thumb encodings.
Bill Wendling
2010-11-29
More Thumb encodings.
Bill Wendling
2010-11-29
Add Thumb encodings for REV instructions.
Bill Wendling
2010-11-29
Add more Thumb encodings.
Bill Wendling
2010-11-28
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.
Rafael Espindola
2010-11-28
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
fix PR8686, accepting a 'b' suffix at the end of all the setcc
Chris Lattner
2010-11-28
add a function to the C api to get the context out of a module, patch
Chris Lattner
[next]