aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2013-03-28Skip moving call address loading into callseq when targets prefer register in...Michael Liao
2013-02-19Add obvious constantness.Jakub Staszak
2013-01-13Fix typo in comment.Nick Lewycky
2013-01-06Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng
2013-01-04Move 'break' to the right place to prevent fallthru. There is no test-caseJakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-14Remove unneeded #includes.Jakub Staszak
2012-11-10Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper
2012-10-15Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-05Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng
2012-10-02Fix a serious X86 instruction selection bug. InEvan Cheng
2012-09-28X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of theManman Ren
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-09-26Add MULX code generation supportMichael Liao
2012-09-25Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao
2012-09-19Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao
2012-09-13Revert r163761 "Don't fold indexed loads into TCRETURNmi64."Jakob Stoklund Olesen
2012-09-13Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen
2012-09-12Fix PR11985Michael Liao
2012-09-11Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-11Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...Craig Topper
2012-08-08X86: enable CSE between CMP and SUBManman Ren
2012-08-06Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper
2012-08-01Whitespace.Chad Rosier
2012-07-24ELF does not imply GNU/Linux. Do not assume GNU conventions just because weDavid Chisnall
2012-07-12Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper
2012-07-01Reduce code size by using a second switch statement to avoid extra calls to S...Craig Topper
2012-07-01Add a break to the end of case statement missed in r159501.Craig Topper
2012-07-01Fix a crash on release builds if gather intrinsics are passed a non-constant ...Craig Topper
2012-07-01Use a second switch statement to reduce number of calls to SelectGather in co...Craig Topper
2012-06-29X86: add more GATHER intrinsics in LLVMManman Ren
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-05-23Tidy up spacing.Craig Topper
2012-05-16Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng
2012-04-12Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...Evan Cheng
2012-04-09Cleanup and relax a restriction on the matching of global offsets intoChandler Carruth
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-03-29Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...Benjamin Kramer
2012-03-29For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones
2012-03-29Reverted to revision 153616 to unblock buildJoel Jones
2012-03-29For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones
2012-03-27Prune some includesCraig Topper