aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-30Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-29Simplify definitions of the ARM eh.sjlj.*jmp pseudo instructions.Jim Grosbach
2010-11-29Parameterize ARMPseudoInst size property.Jim Grosbach
2010-11-29Add a few missing initializers.Jim Grosbach
2010-11-29Support/PathV2: Fix 80 col.Michael J. Spencer
2010-11-29Support/PathV2: Update comments.Michael J. Spencer
2010-11-29prune an llvmcontext include and simplify some code.Chris Lattner
2010-11-29Generalize the darwin wrapper hack to work with generic macho triples as well...Chris Lattner
2010-11-29Nuke trailing whitespace.Jim Grosbach
2010-11-29Nuke a FIXME. No need to be fancier here, as ARM handles constant poolsJim Grosbach
2010-11-29convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.Chris Lattner
2010-11-29Provide Thumb2 encodings for basic loads and stores.Owen Anderson
2010-11-29Mark Darwin call instructions as using "r7" to prevent the frame-registerEvan Cheng
2010-11-29Nuke dead isCodeGenOnly annotation and extraneous comment.Jim Grosbach
2010-11-29Add missing colon.Benjamin Kramer
2010-11-29tidy up.Jim Grosbach
2010-11-29Thumb encodings for conditional moves.Bill Wendling
2010-11-29Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach
2010-11-29Fix some broken CHECK lines.Benjamin Kramer
2010-11-29unittests: Merge SystemTests back into SupportTests.Michael J. Spencer
2010-11-29Support: Add PathV2 implementation.Michael J. Spencer
2010-11-29system_error: Remove Windows headers.Michael J. Spencer
2010-11-29Support/PathV2: Just about every function call requires the Twine header.Michael J. Spencer
2010-11-29Refactor some of the "disassembly-only" instructions into a base class. ThisBill Wendling
2010-11-29fix PR8677, patch by Jakub Staszak!Chris Lattner
2010-11-29Update fastisel for the changes in r120272.Eric Christopher
2010-11-29Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load ...Frits van Bommel
2010-11-29Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach
2010-11-29Update this test to keep testing the -instcombine transform it's supposed to ...Frits van Bommel
2010-11-29Improving the factoring of several instruction encodings.Owen Anderson
2010-11-29Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.Frits van Bommel
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Remove empty directories.Benjamin Kramer
2010-11-29Add support for NEON VLD3-dup instructions.Bob Wilson
2010-11-29Fix copy-and-paste errors in VLD2-dup scheduling itineraries.Bob Wilson
2010-11-29ARM Pseudo-ize tBR_JTr.Jim Grosbach
2010-11-29Thumb2 encodings for MSR and MRS.Owen Anderson
2010-11-29Update library dependencies changed in the System -> Support merge.Michael J. Spencer
2010-11-29Thumb2 encodings for system instructions.Owen Anderson
2010-11-29Thumb2 encodings for branches and IT blocks.Owen Anderson
2010-11-29The ARM BR_JT* pseudos don't need to use the printer jtblock_operand node toJim Grosbach
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-11-29Switch ARM BR_JTm and BR_JTr instructions to be MC-expanded pseudos.Jim Grosbach
2010-11-29Missed another one.Michael J. Spencer
2010-11-29Missed a spot.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-29Handle lshr for i128 correctly on SPU also when Kalle Raiskila
2010-11-29Enable PostRA scheduling for SPU. Kalle Raiskila
2010-11-29Allow machine LICM to do its job on SPU.Kalle Raiskila
2010-11-29Add missing i128 case.Kalle Raiskila