summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Reapply r113585. The msvc machine is mercurial.Bill Wendling2010-09-10
* r113585 was causing clang-i686-xp-msvc9 to fail in mysterious ways that I can'tBill Wendling2010-09-10
* Calculate the number of VLDM/VSTM registers by subtracting the number ofBob Wilson2010-09-10
* Mark the sse_load_f32 and sse_load_f64 load patterns as having memoperands soBill Wendling2010-09-10
* Reword since this may not be a bug but intended behavior.Bill Wendling2010-09-10
* Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson2010-09-10
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Fix build error.Eric Christopher2010-09-10
* Update comments, reorganize some code, rename variables to beEric Christopher2010-09-10
* 64-bit fp loads can come straight out of the constant pool, not asEric Christopher2010-09-09
* SIToFP and FPToSI conversions work only on fp-reg to fp-reg. MoveEric Christopher2010-09-09
* New "move to fp reg" routine. Use it.Eric Christopher2010-09-09
* "Strike that, reverse it." -- Mr. Wonka.Eric Christopher2010-09-09
* Add FPTrunc, fix some bugs where I forgot to update the value map.Eric Christopher2010-09-09
* Basic FP->Int, Int->FP conversions.Eric Christopher2010-09-09
* Add one more pattern to fallback movddupBruno Cardoso Lopes2010-09-09
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-09
* Move remaining MMX instructions from SSE to MMX.Dale Johannesen2010-09-09
* Silence compiler warning.Kalle Raiskila2010-09-09
* Fix NEON VLD pseudo instruction itineraries that were incorrectly copied fromBob Wilson2010-09-09
* Nuke whitespace and fix some indenting.Eric Christopher2010-09-09
* Move most MMX instructions (defined as anything thatDale Johannesen2010-09-09
* Handle 64-bit floating point binops as well.Eric Christopher2010-09-09
* Basic 32-bit FP operations.Eric Christopher2010-09-09
* For double-spaced VLD3/VLD4 instructions, copy the explicit super-register useBob Wilson2010-09-09
* Handle float->double extension.Eric Christopher2010-09-09
* Rewrite TargetMaterializeConstant splitting it out into two functionsEric Christopher2010-09-09
* Simplify copying over operands from pseudo NEON load/store instructions.Bob Wilson2010-09-09
* Clean up a comment.Bob Wilson2010-09-08
* Very basic compare support.Eric Christopher2010-09-08
* Delete dead code.Eric Christopher2010-09-08
* Fix LDM_RET schedule itinery.Evan Cheng2010-09-08
* fix rdar://8407548, I missed the commuted form of xchg/test without a suffix.Chris Lattner2010-09-08
* fix wonky formatting.Chris Lattner2010-09-08
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-08
* Add intrinsic-based patterns for MMX PINSRW and PEXTRW.Dale Johannesen2010-09-08
* Make the loads/stores match the type we really want to store.Eric Christopher2010-09-08
* Check in forgotten file. Should fix build.Dale Johannesen2010-09-08
* Slight cleanup, use only one form of MMXI_binop_rm_int.Dale Johannesen2010-09-08
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-08
* Fix errant fall-throughs causing the base pointer to be used when the frameJim Grosbach2010-09-08
* Add intrinsic forms of mmx<->sse conversions. Notes:Dale Johannesen2010-09-08
* Rewrite TargetMaterializeConstant.Eric Christopher2010-09-08
* Minor change. Fix comments and remove unused and redundant codeBruno Cardoso Lopes2010-09-08
* x86 vector shuffle lowering now relies only on target specificBruno Cardoso Lopes2010-09-08
* Be more careful about when to do dynamic stack realignment. Since we have anJim Grosbach2010-09-08
* Add missing assertJim Grosbach2010-09-08