| Commit message (Expand) | Author | Age | Files | Lines |
| * | When in -static mode, force the PIC style to none. Doing this requires fixing | Chris Lattner | 2009-07-09 | 1 | -2/+6 |
| * | Fix a subtarget feature bug. | David Greene | 2009-06-29 | 1 | -1/+1 |
| * | Add feature flags for AVX and FMA and fix some SSE4A feature flag | David Greene | 2009-06-26 | 1 | -3/+15 |
| * | cosmetic changes. | Chris Lattner | 2009-06-21 | 1 | -1/+1 |
| * | Update CPU capabilities for AMD machines | Stefanus Du Toit | 2009-05-26 | 1 | -0/+4 |
| * | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -1/+2 |
| * | Try again. Allow call to immediate address for ELF or when in static relocati... | Evan Cheng | 2009-05-20 | 1 | -0/+4 |
| * | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
| * | Do not isel load folding bt instructions for pentium m, core, core2, and AMD ... | Evan Cheng | 2009-01-02 | 1 | -0/+5 |
| * | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 1 | -0/+6 |
| * | Forgot a file. | Dale Johannesen | 2008-12-05 | 1 | -0/+6 |
| * | Fix build with gcc-4.4: it doesn't like PICStyle | Duncan Sands | 2008-11-28 | 1 | -9/+9 |
| * | Just don't transform this memset into "bzero" if no-builtin is specified. | Bill Wendling | 2008-09-30 | 1 | -1/+1 |
| * | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling | 2008-09-30 | 1 | -1/+1 |
| * | Use a dedicated IsLinux flag instead of an ELFLinux TargetType. | Dan Gohman | 2008-05-05 | 1 | -6/+9 |
| * | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -2/+7 |
| * | Re-enable SSE4. | Evan Cheng | 2008-04-03 | 1 | -3/+2 |
| * | Temporarily disabling SSE4 until we fix the encoding issues. | Evan Cheng | 2008-04-03 | 1 | -2/+3 |
| * | Speculatively micro-optimize memory-zeroing calls on Darwin 10. | Dan Gohman | 2008-04-01 | 1 | -0/+6 |
| * | Add convenient helper for win64 check. Simplify things slightly. | Anton Korobeynikov | 2008-03-22 | 1 | -0/+3 |
| * | Update comment. | Evan Cheng | 2008-02-12 | 1 | -2/+2 |
| * | Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ... | Evan Cheng | 2008-02-07 | 1 | -8/+0 |
| * | SSE 4.1 Intrinsics and detection | Nate Begeman | 2008-02-03 | 1 | -1/+3 |
| * | darwin9 and above support aligned common symbols. | Chris Lattner | 2008-01-02 | 1 | -1/+8 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Make ARM an X86 memcpy expansion more similar to each other. | Rafael Espindola | 2007-10-31 | 1 | -7/+5 |
| * | Add support for having different alignment for objects on call frames. | Rafael Espindola | 2007-09-07 | 1 | -1/+1 |
| * | Mac OS X X86-64 ABI is same as the standard. | Evan Cheng | 2007-09-04 | 1 | -6/+2 |
| * | Align i64 and f64 at 8 byte on x86-64. | Rafael Espindola | 2007-08-31 | 1 | -6/+12 |
| * | Replace 4-line function with 10-line version per review comment. | Dale Johannesen | 2007-08-06 | 1 | -4/+10 |
| * | Move lengthy conditional down 1 level per review comment. | Dale Johannesen | 2007-08-06 | 1 | -0/+5 |
| * | Mac OS X X86-64 low 4G address not available. | Evan Cheng | 2007-08-01 | 1 | -0/+14 |
| * | Add support for our first SSSE3 instruction "pmulhrsw". | Bill Wendling | 2007-04-10 | 1 | -2/+3 |
| * | document some subtlety | Chris Lattner | 2007-01-16 | 1 | -1/+3 |
| * | Instead of yet another enum indicating the "assembly language flavor", | Bill Wendling | 2007-01-16 | 1 | -0/+4 |
| * | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov | 2007-01-12 | 1 | -4/+21 |
| * | Really big cleanup. | Anton Korobeynikov | 2007-01-03 | 1 | -1/+4 |
| * | Refactored JIT codegen for mingw32. Now we're using standart relocation | Anton Korobeynikov | 2006-12-22 | 1 | -7/+3 |
| * | Fixed dllimported symbols support during JIT'ing. JIT on mingw32 | Anton Korobeynikov | 2006-12-20 | 1 | -0/+7 |
| * | Factor out GVRequiresExtraLoad() from .h to .cpp | Anton Korobeynikov | 2006-11-30 | 1 | -13/+2 |
| * | Refactored *GVRequiresExtraLoad() to Subtarget method. | Anton Korobeynikov | 2006-11-21 | 1 | -5/+23 |
| * | Proper fix for rdar://problem/4770604 Thanks to Stuart Hastings! | Evan Cheng | 2006-10-16 | 1 | -0/+8 |
| * | Still need to support -mcpu=<> or cross compilation will fail. Doh. | Evan Cheng | 2006-10-06 | 1 | -3/+16 |
| * | Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,... | Evan Cheng | 2006-10-06 | 1 | -12/+3 |
| * | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -0/+2 |
| * | Committing X86-64 support. | Evan Cheng | 2006-09-08 | 1 | -4/+9 |
| * | add a new value for the command line optn | Chris Lattner | 2006-09-07 | 1 | -1/+1 |
| * | Make the x86 asm flavor part of the subtarget info. | Jim Laskey | 2006-09-07 | 1 | -1/+12 |
| * | Add accessor | Chris Lattner | 2006-09-04 | 1 | -0/+1 |
| * | x86 / Darwin PIC support. | Evan Cheng | 2006-02-18 | 1 | -10/+2 |