aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86
Commit message (Expand)AuthorAgeFilesLines
* X86: implement functions to analyze & synthesize CMOV|SET|JccManman Ren2012-07-091-138/+185
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-073-17/+20
* X86: Fix optimizeCompare to correctly check safe condition.Manman Ren2012-07-071-5/+25
* X86: peephole optimization to remove cmp instructionManman Ren2012-07-063-0/+302
* Make X86 call and return instructions non-variadic.Jakob Stoklund Olesen2012-07-044-34/+34
* Ensure CopyToReg nodes are always glued to the call instruction.Jakob Stoklund Olesen2012-07-041-39/+13
* Add early if-conversion support to X86.Jakob Stoklund Olesen2012-07-043-1/+94
* Remove extra space.Craig Topper2012-07-031-12/+12
* Change i128mem/i256mem to f128mem/f256mem on some floating point vector instr...Craig Topper2012-07-031-14/+14
* Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper2012-07-031-5/+19
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-7/+7
* Optimization of shuffle node that can fit to the register form of VBROADCAST ...Elena Demikhovsky2012-07-012-6/+39
* Reduce code size by using a second switch statement to avoid extra calls to S...Craig Topper2012-07-011-9/+19
* Add a break to the end of case statement missed in r159501.Craig Topper2012-07-011-0/+1
* Fix a crash on release builds if gather intrinsics are passed a non-constant ...Craig Topper2012-07-011-2/+5
* Use a second switch statement to reduce number of calls to SelectGather in co...Craig Topper2012-07-011-17/+23
* In the initial exec mode we always do a load to find the address of a variable.Rafael Espindola2012-06-291-4/+4
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-294-23/+60
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Whitespace.Chad Rosier2012-06-271-34/+34
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-267-4/+132
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* Removed unused variableElena Demikhovsky2012-06-261-1/+0
* Rename to match other X86_64* names.Bill Wendling2012-06-263-5/+5
* Shuffle optimization for AVX/AVX2.Elena Demikhovsky2012-06-261-0/+52
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-261-16/+13
* Make some ugly hacks for inline asm operands which name a specific register a...Eli Friedman2012-06-251-2/+5
* Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...Craig Topper2012-06-251-0/+3
* Remove codegen only instruction in favor of one that has the same definition....Craig Topper2012-06-252-13/+10
* %RCX is not a function live-out in eh.return functions.Jakob Stoklund Olesen2012-06-241-2/+0
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...Craig Topper2012-06-242-24/+9
* Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...Craig Topper2012-06-242-22/+13
* Fix build failures from r159106.Craig Topper2012-06-242-4/+2
* Remove intrinsic specific instructions for CVTPD2PS and replace with just pat...Craig Topper2012-06-241-19/+13
* Remove intrinsic specific instructions for CVTPD2DQ. Replace with patterns.Craig Topper2012-06-242-25/+12
* Remove code i'd been testing with but didn't mean to commit. OopsPete Cooper2012-06-241-2/+0
* DAG legalisation can now handle illegal fma vector types by scalarisationPete Cooper2012-06-241-0/+2
* Remove intrinsic specific instructions for (V)CVTDQ2PS. Use a Pat instead ins...Craig Topper2012-06-232-34/+16
* Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c...Craig Topper2012-06-232-9/+11
* Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ...Craig Topper2012-06-232-87/+84
* Use correct memory types for (V)CVTDQ2PD instructions.Craig Topper2012-06-231-3/+3
* Compress flags in X86 op folding to reduce space in static tables.Craig Topper2012-06-231-16/+16
* Make helper method static since it doesn't use anything in the class.Craig Topper2012-06-231-3/+3
* Remove intrinsic specific instructions for 128-bit (V)CVTDQ2PD. Replace with ...Craig Topper2012-06-232-26/+9
* Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola2012-06-231-5/+0
* Whitespace.Chad Rosier2012-06-221-8/+8
* Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen2012-06-221-1/+1
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-7/+7
* Add predicate check around some patterns.Craig Topper2012-06-201-35/+37