summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-25
* Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes2011-07-25
* Add remaining 256-bit vector bitcasts. This also fixes PR10451Bruno Cardoso Lopes2011-07-25
* - Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes2011-07-25
* Reintroduce r135730, this is indeed the right approach, there is noBruno Cardoso Lopes2011-07-25
* Add a note about efficient codegen for binary log.Benjamin Kramer2011-07-25
* ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach2011-07-25
* Refactoring fail.Evan Cheng2011-07-25
* Move CBackend and CppBackend MC initialization to TargetInfo.Evan Cheng2011-07-25
* Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...Eli Friedman2011-07-25
* Fix more MC layering violations.Evan Cheng2011-07-25
* More MC layering violations.Evan Cheng2011-07-25
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-25
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Simply ARM so_reg MIOperandInfo definitions.Jim Grosbach2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* ARM asm operand renaming. Make things a bit more explicit.Jim Grosbach2011-07-25
* More simple cleanup of ARM asm operand definitions.Jim Grosbach2011-07-25
* Code clean up.Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25
* Update the comment. This feature is available only on Darwin at the moment. T...Bill Wendling2011-07-25
* Make assembly parser method names more consistent.Jim Grosbach2011-07-25
* Unbreak the build.Oscar Fuentes2011-07-25
* Tidy up formatting.Jim Grosbach2011-07-25
* Tidy up a bit.Jim Grosbach2011-07-25
* Missed a file.Evan Cheng2011-07-25
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25
* More refactoring.Evan Cheng2011-07-25
* Refactor X86 target to separate MC code from Target code.Evan Cheng2011-07-25
* Changed disabled code into a flag.Bill Wendling2011-07-25
* Remove dead variable.Bill Wendling2011-07-25
* After we've modified the prolog to save volatile registers, generate the compactBill Wendling2011-07-25
* Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.Roman Divacky2011-07-24
* ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.NAKAMURA Takumi2011-07-23
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-23
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* ARM SSAT instruction 5-bit immediate handling.Jim Grosbach2011-07-22
* ARM assembly parsing and encoding updates.Jim Grosbach2011-07-22
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Fix PR10422 by adding the necessary AVX UCOMISD memory versions toBruno Cardoso Lopes2011-07-22
* ARM assembly parsing and encoding of SMLAL instruction.Jim Grosbach2011-07-22
* ARM encoding and assembly parsing of SMLAD{X} instructions.Jim Grosbach2011-07-22
* Add v8f32->v8i32 bitcast. Fixes PR10440Bruno Cardoso Lopes2011-07-22
* Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64Rafael Espindola2011-07-22
* Fix x86's XALUO lowering to return its replacement values insteadDan Gohman2011-07-22
* Fix test failures caused by my so_reg refactoring.Owen Anderson2011-07-22
* ARM assembly parsing and encoding for SMC instruction.Jim Grosbach2011-07-22
* Clean up a few more comments.Jim Grosbach2011-07-22