Age | Commit message (Expand) | Author |
2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
2008-05-05 | Fix IsLinux being uninitialized on non-Linux targets. | Dan Gohman |
2008-05-05 | Use a dedicated IsLinux flag instead of an ELFLinux TargetType. | Dan Gohman |
2008-05-05 | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman |
2008-04-23 | Make stack alignment options global for all targets | Anton Korobeynikov |
2008-04-23 | Provide ABI-correct stack alignment | Anton Korobeynikov |
2008-04-16 | Initialize X863DNowLevel. | Evan Cheng |
2008-04-12 | Provide option for stack alignment override | Anton Korobeynikov |
2008-04-01 | Speculatively micro-optimize memory-zeroing calls on Darwin 10. | Dan Gohman |
2008-03-22 | Honour built-in defines on win64 targets for automatically subtarget recognize. | Anton Korobeynikov |
2008-03-22 | Recognize "windows" in target triple, not only "win32" | Anton Korobeynikov |
2008-02-20 | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov |
2008-02-15 | Remove warning about 64-bit code on processor | Dale Johannesen |
2008-02-07 | Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ... | Evan Cheng |
2008-02-03 | SSE 4.1 Intrinsics and detection | Nate Begeman |
2008-01-20 | Enable PIC codegen on x86-64/linux | Anton Korobeynikov |
2008-01-08 | Use size_t to store Pos, avoid truncating value | Duncan Sands |
2008-01-02 | darwin9 and above support aligned common symbols. | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-10-31 | Make ARM an X86 memcpy expansion more similar to each other. | Rafael Espindola |
2007-08-01 | Mac OS X X86-64 low 4G address not available. | Evan Cheng |
2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
2007-04-16 | In the event that some really old non-Intel or -AMD CPU is encountered... | Jeff Cohen |
2007-04-16 | Before assuming that the original code didn't work for Athlon64, the person who | Jeff Cohen |
2007-04-10 | Add support for our first SSSE3 instruction "pmulhrsw". | Bill Wendling |
2007-03-23 | Autodetect MMX & SSE stuff for AMD processors | Anton Korobeynikov |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-28 | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov |
2007-01-22 | Linux GOT indirect reference is only necessary in PIC mode. | Evan Cheng |
2007-01-17 | * Fix one more bug in PIC codegen: extra load is needed for *all* | Anton Korobeynikov |
2007-01-12 | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov |
2007-01-03 | Really big cleanup. | Anton Korobeynikov |
2006-12-22 | Refactored JIT codegen for mingw32. Now we're using standart relocation | Anton Korobeynikov |
2006-12-20 | Fixed 80 cols & style violation | Anton Korobeynikov |
2006-12-20 | Fixed dllimported symbols support during JIT'ing. JIT on mingw32 | Anton Korobeynikov |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-11-30 | Factor out GVRequiresExtraLoad() from .h to .cpp | Anton Korobeynikov |
2006-11-29 | 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. | Evan Cheng |
2006-11-20 | Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit | Chris Lattner |
2006-11-08 | Use movl+xchgl instead of pushl+popl. | Evan Cheng |
2006-10-17 | Proper fix. | Evan Cheng |
2006-10-16 | Proper fix for rdar://problem/4770604 Thanks to Stuart Hastings! | Evan Cheng |
2006-10-06 | 80 col violation. | Evan Cheng |
2006-10-06 | Still need to support -mcpu=<> or cross compilation will fail. Doh. | Evan Cheng |
2006-10-06 | Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,... | Evan Cheng |
2006-10-06 | It appears the inline asm in GetCpuIDAndInfo() may clobbers some registers if... | Evan Cheng |
2006-10-04 | Formating. | Evan Cheng |
2006-09-08 | Committing X86-64 support. | Evan Cheng |
2006-09-07 | Fix a cross-build issue. The asmsyntax shouldn't be affected by the build | Chris Lattner |
2006-09-07 | Make the x86 asm flavor part of the subtarget info. | Jim Laskey |