summaryrefslogtreecommitdiff
path: root/lib/Target/X86
Commit message (Expand)AuthorAge
* Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier2012-11-26
* Normalize splat 256bit vectors with 8 elements.Jakub Staszak2012-11-26
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* Fix execution domain for packed FMA4 instructions.Craig Topper2012-11-21
* Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so th...Craig Topper2012-11-21
* Make calcLiveInMask method static.Jakub Staszak2012-11-21
* Make isScratchReg and isFPCopy methods static.Jakub Staszak2012-11-21
* Add obvious constantness.Jakub Staszak2012-11-20
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-20
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper2012-11-16
* Return 0 instead of false.Jakub Staszak2012-11-15
* Simplify code.Jakub Staszak2012-11-15
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Remove unneeded #includes.Jakub Staszak2012-11-14
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-14
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-14
* Factor out an overly replicated typecast. No functional change.Craig Topper2012-11-14
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren2012-11-13
* Fix PR14314Michael Liao2012-11-12
* Move some helper methods to being static functions in the implementation file.Craig Topper2012-11-11
* Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper2012-11-10
* Tidy up spacing. No functional change.Craig Topper2012-11-10
* Removed unimplemented method declaration.Craig Topper2012-11-10
* Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper2012-11-10
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-10
* Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky2012-11-09
* indentNadav Rotem2012-11-09
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* Simplify code. No functionality change.Jakub Staszak2012-11-06
* Make the helper functions static. No functional change.Nadav Rotem2012-11-06
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-06
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-06
* Remove tailing whitespacesMichael Liao2012-11-06
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-05
* CostModel: Add tables for the common x86 compares.Nadav Rotem2012-11-05
* Suppress signed/unsigned comparison warning.Richard Smith2012-11-05
* Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Remove alignments from folding tables for scalar FMA4 instructions.Craig Topper2012-11-04
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-03
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-02
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Cleanup another place redundant SP maintainedMichael Liao2012-11-01
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-31
* Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...Craig Topper2012-10-31
* Clean up redundant SP register maintained in X86 TLIMichael Liao2012-10-31