| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling | 2008-12-04 | 1 | -3/+0 |
* | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng | 2008-12-04 | 1 | -0/+3 |
* | Fix build with gcc-4.4: it doesn't like PICStyle | Duncan Sands | 2008-11-28 | 1 | -1/+1 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -2/+2 |
* | Just don't transform this memset into "bzero" if no-builtin is specified. | Bill Wendling | 2008-09-30 | 1 | -2/+2 |
* | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling | 2008-09-30 | 1 | -8/+6 |
* | x86-64 PIC JIT fixes: do not generate the extra load for external GV's. | Evan Cheng | 2008-07-16 | 1 | -1/+2 |
* | Revert accidentially added stuff | Anton Korobeynikov | 2008-07-09 | 1 | -2/+1 |
* | Switch to new section name handling facility | Anton Korobeynikov | 2008-07-09 | 1 | -1/+2 |
* | Back out 53091 for now. | Evan Cheng | 2008-07-03 | 1 | -2/+1 |
* | llvm-gcc sometimes marks external declarations hidden, because intializers are | Anton Korobeynikov | 2008-07-03 | 1 | -1/+2 |
* | Don't use the GOT for symbols that are not externally visible. | Rafael Espindola | 2008-06-02 | 1 | -3/+6 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -0/+1 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -1/+1 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -1/+1 |
* | Fix IsLinux being uninitialized on non-Linux targets. | Dan Gohman | 2008-05-05 | 1 | -0/+1 |
* | Use a dedicated IsLinux flag instead of an ELFLinux TargetType. | Dan Gohman | 2008-05-05 | 1 | -2/+5 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -0/+5 |
* | Make stack alignment options global for all targets | Anton Korobeynikov | 2008-04-23 | 1 | -4/+1 |
* | Provide ABI-correct stack alignment | Anton Korobeynikov | 2008-04-23 | 1 | -5/+3 |
* | Initialize X863DNowLevel. | Evan Cheng | 2008-04-16 | 1 | -0/+1 |
* | Provide option for stack alignment override | Anton Korobeynikov | 2008-04-12 | 1 | -0/+7 |
* | Speculatively micro-optimize memory-zeroing calls on Darwin 10. | Dan Gohman | 2008-04-01 | 1 | -0/+14 |
* | Honour built-in defines on win64 targets for automatically subtarget recognize. | Anton Korobeynikov | 2008-03-22 | 1 | -2/+3 |
* | Recognize "windows" in target triple, not only "win32" | Anton Korobeynikov | 2008-03-22 | 1 | -0/+2 |
* | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Remove warning about 64-bit code on processor | Dale Johannesen | 2008-02-15 | 1 | -6/+0 |
* | Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ... | Evan Cheng | 2008-02-07 | 1 | -4/+0 |
* | SSE 4.1 Intrinsics and detection | Nate Begeman | 2008-02-03 | 1 | -0/+2 |
* | Enable PIC codegen on x86-64/linux | Anton Korobeynikov | 2008-01-20 | 1 | -1/+1 |
* | Use size_t to store Pos, avoid truncating value | Duncan Sands | 2008-01-08 | 1 | -1/+1 |
* | darwin9 and above support aligned common symbols. | Chris Lattner | 2008-01-02 | 1 | -10/+22 |
* | 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 | -1/+1 |
* | Mac OS X X86-64 low 4G address not available. | Evan Cheng | 2007-08-01 | 1 | -0/+4 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
* | In the event that some really old non-Intel or -AMD CPU is encountered... | Jeff Cohen | 2007-04-16 | 1 | -2/+5 |
* | Before assuming that the original code didn't work for Athlon64, the person who | Jeff Cohen | 2007-04-16 | 1 | -6/+2 |
* | Add support for our first SSSE3 instruction "pmulhrsw". | Bill Wendling | 2007-04-10 | 1 | -0/+1 |
* | Autodetect MMX & SSE stuff for AMD processors | Anton Korobeynikov | 2007-03-23 | 1 | -10/+11 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
* | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov | 2007-01-28 | 1 | -0/+1 |
* | Linux GOT indirect reference is only necessary in PIC mode. | Evan Cheng | 2007-01-22 | 1 | -1/+1 |
* | * Fix one more bug in PIC codegen: extra load is needed for *all* | Anton Korobeynikov | 2007-01-17 | 1 | -1/+5 |
* | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov | 2007-01-12 | 1 | -7/+8 |
* | Really big cleanup. | Anton Korobeynikov | 2007-01-03 | 1 | -4/+8 |
* | Refactored JIT codegen for mingw32. Now we're using standart relocation | Anton Korobeynikov | 2006-12-22 | 1 | -12/+3 |
* | Fixed 80 cols & style violation | Anton Korobeynikov | 2006-12-20 | 1 | -2/+4 |
* | Fixed dllimported symbols support during JIT'ing. JIT on mingw32 | Anton Korobeynikov | 2006-12-20 | 1 | -7/+18 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -4/+3 |