Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								4c91aa3418 
								
							 
						 
						
							
							
								
								Do not isel load folding bt instructions for pentium m, core, core2, and AMD processors. These are significantly slower than a load followed by a bt of a register.  
							
							 
							
							... 
							
							
							
							llvm-svn: 61557 
							
						 
						
							2009-01-02 05:35:45 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								13f3a33f44 
								
							 
						 
						
							
							
								
								Fix x86 CPU id detection to identify Penryn (and future processors).  
							
							 
							
							... 
							
							
							
							llvm-svn: 61556 
							
						 
						
							2009-01-02 05:29:20 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								b9a012156b 
								
							 
						 
						
							
							
								
								Add initial support for back-scheduling address computations,  
							
							 
							
							... 
							
							
							
							especially in the case of addresses computed from loop induction
variables.
llvm-svn: 61075 
							
						 
						
							2008-12-16 03:35:01 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								c654143258 
								
							 
						 
						
							
							
								
								Re-apply 60689 now my head is screwed on right.  
							
							 
							
							... 
							
							
							
							llvm-svn: 60711 
							
						 
						
							2008-12-08 19:29:03 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								64bc11e7ce 
								
							 
						 
						
							
							
								
								Revert 60689. It caused many regressions on Darwin targets.  
							
							 
							
							... 
							
							
							
							llvm-svn: 60705 
							
						 
						
							2008-12-08 17:38:02 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								50fcc67a8b 
								
							 
						 
						
							
							
								
								Perform cheap checks first.  
							
							 
							
							... 
							
							
							
							llvm-svn: 60689 
							
						 
						
							2008-12-08 06:52:43 +00:00  
						
					 
				
					
						
							
							
								 
								Dale Johannesen
							
						 
						
							 
							
							
							
							
								
							
							
								9efd2ce55b 
								
							 
						 
						
							
							
								
								Make LoopStrengthReduce smarter about hoisting things out of  
							
							 
							
							... 
							
							
							
							loops when they can be subsumed into addressing modes.
Change X86 addressing mode check to realize that
some PIC references need an extra register.
(I believe this is correct for Linux, if not, I'm sure
someone will tell me.)
llvm-svn: 60608 
							
						 
						
							2008-12-05 21:47:27 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								2a03c7e977 
								
							 
						 
						
							
							
								
								Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols.  
							
							 
							
							... 
							
							
							
							llvm-svn: 60571 
							
						 
						
							2008-12-05 01:06:39 +00:00  
						
					 
				
					
						
							
							
								 
								Bill Wendling
							
						 
						
							 
							
							
							
							
								
							
							
								6949f6135b 
								
							 
						 
						
							
							
								
								Temporarily revert r60519. It was causing a bootstrap failure:  
							
							 
							
							... 
							
							
							
							/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/xgcc -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/ -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/bin/ -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/lib/ -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/include -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/sys-include -DHAVE_CONFIG_H -I. -I../../../llvm-gcc.src/libgomp -I. -I../../../llvm-gcc.src/libgomp/config/posix -I../../../llvm-gcc.src/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c ../../../llvm-gcc.src/libgomp/barrier.c  -fno-common -DPIC -o .libs/barrier.o
checking for sys/file.h... /var/folders/zG/zGE-ZJOGFiGjv0B5cs5oYE+++TM/-Tmp-//cc34Jg5P.s:13:non-relocatable subtraction expression, "_gomp_tls_key" minus "L1$pb"
/var/folders/zG/zGE-ZJOGFiGjv0B5cs5oYE+++TM/-Tmp-//cc34Jg5P.s:13:symbol: "_gomp_tls_key" can't be undefined in a subtraction expression
make[4]: *** [barrier.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/xgcc -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.obj/./gcc/ -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/bin/ -B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/lib/ -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/include -isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.5.0/sys-include -DHAVE_CONFIG_H -I. -I../../../llvm-gcc.src/libgomp -I. -I../../../llvm-gcc.src/libgomp/config/posix -I../../../llvm-gcc.src/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../../../llvm-gcc.src/libgomp/alloc.c -o alloc.o >/dev/null 2>&1
yes
checking for sys/param.h... make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libgomp] Error 2
make[1]: *** Waiting for unfinished jobs....
llvm-svn: 60527 
							
						 
						
							2008-12-04 04:07:00 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								011c4fa8a1 
								
							 
						 
						
							
							
								
								Visibility hidden GVs do not require extra load of symbol address from the GOT or non-lazy-ptr.  
							
							 
							
							... 
							
							
							
							llvm-svn: 60519 
							
						 
						
							2008-12-04 01:56:50 +00:00  
						
					 
				
					
						
							
							
								 
								Duncan Sands
							
						 
						
							 
							
							
							
							
								
							
							
								595a4423dc 
								
							 
						 
						
							
							
								
								Fix build with gcc-4.4: it doesn't like PICStyle  
							
							 
							
							... 
							
							
							
							being both a namespace and a variable name.
llvm-svn: 60208 
							
						 
						
							2008-11-28 09:29:37 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								9c4b7d5c4f 
								
							 
						 
						
							
							
								
								Fix command-line option printing to print two spaces where needed,  
							
							 
							
							... 
							
							
							
							instead of requiring all "short description" strings to begin with
two spaces. This makes these strings less mysterious, and it fixes
some cases where short description strings mistakenly did not
begin with two spaces.
llvm-svn: 57521 
							
						 
						
							2008-10-14 20:25:08 +00:00  
						
					 
				
					
						
							
							
								 
								Bill Wendling
							
						 
						
							 
							
							
							
							
								
							
							
								1782584f56 
								
							 
						 
						
							
							
								
								Just don't transform this memset into "bzero" if no-builtin is specified.  
							
							 
							
							... 
							
							
							
							llvm-svn: 56888 
							
						 
						
							2008-09-30 22:05:33 +00:00  
						
					 
				
					
						
							
							
								 
								Bill Wendling
							
						 
						
							 
							
							
							
							
								
							
							
								bd09262e97 
								
							 
						 
						
							
							
								
								Add the new `-no-builtin' flag. This flag is meant to mimic the GCC  
							
							 
							
							... 
							
							
							
							`-fno-builtin' flag. Currently, it's used to replace "memset" with "_bzero"
instead of "__bzero" on Darwin10+. This arguably violates the meaning of this
flag, but is currently sufficient. The meaning of this flag should become more
specific over time.
llvm-svn: 56885 
							
						 
						
							2008-09-30 21:22:07 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								cf06fe476f 
								
							 
						 
						
							
							
								
								x86-64 PIC JIT fixes: do not generate the extra load for external GV's.  
							
							 
							
							... 
							
							
							
							llvm-svn: 53661 
							
						 
						
							2008-07-16 01:34:02 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								d62b4f5b37 
								
							 
						 
						
							
							
								
								Revert accidentially added stuff  
							
							 
							
							... 
							
							
							
							llvm-svn: 53321 
							
						 
						
							2008-07-09 13:29:08 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								fe047d241c 
								
							 
						 
						
							
							
								
								Switch to new section name handling facility  
							
							 
							
							... 
							
							
							
							llvm-svn: 53316 
							
						 
						
							2008-07-09 13:27:16 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								633e22b3ee 
								
							 
						 
						
							
							
								
								Back out 53091 for now.  
							
							 
							
							... 
							
							
							
							llvm-svn: 53109 
							
						 
						
							2008-07-03 18:11:29 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								4827deb74f 
								
							 
						 
						
							
							
								
								llvm-gcc sometimes marks external declarations hidden, because intializers are  
							
							 
							
							... 
							
							
							
							processed separately. Honour such situation and emit PIC relocations properly
in such case.
llvm-svn: 53091 
							
						 
						
							2008-07-03 07:43:14 +00:00  
						
					 
				
					
						
							
							
								 
								Rafael Espindola
							
						 
						
							 
							
							
							
							
								
							
							
								d04cd22ff4 
								
							 
						 
						
							
							
								
								Don't use the GOT for symbols that are not externally visible.  
							
							 
							
							... 
							
							
							
							llvm-svn: 51865 
							
						 
						
							2008-06-02 07:52:43 +00:00  
						
					 
				
					
						
							
							
								 
								Dale Johannesen
							
						 
						
							 
							
							
							
							
								
							
							
								ce4396bc92 
								
							 
						 
						
							
							
								
								Add CommonLinkage; currently tentative definitions  
							
							 
							
							... 
							
							
							
							are represented as "weak", but there are subtle differences
in some cases on Darwin, so we need both.  The intent
is that "common" will behave identically to "weak" unless
somebody changes their target to do something else.
No functional change as yet.
llvm-svn: 51118 
							
						 
						
							2008-05-14 20:12:51 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								d78c400b5b 
								
							 
						 
						
							
							
								
								Clean up the use of static and anonymous namespaces. This turned up  
							
							 
							
							... 
							
							
							
							several things that were neither in an anonymous namespace nor static
but not intended to be global.
llvm-svn: 51017 
							
						 
						
							2008-05-13 00:00:25 +00:00  
						
					 
				
					
						
							
							
								 
								Mon P Wang
							
						 
						
							 
							
							
							
							
								
							
							
								3e58393c3d 
								
							 
						 
						
							
							
								
								Added addition atomic instrinsics and, or, xor, min, and max.  
							
							 
							
							... 
							
							
							
							llvm-svn: 50663 
							
						 
						
							2008-05-05 19:05:59 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								b42c28c3dc 
								
							 
						 
						
							
							
								
								Fix IsLinux being uninitialized on non-Linux targets.  
							
							 
							
							... 
							
							
							
							llvm-svn: 50660 
							
						 
						
							2008-05-05 18:43:07 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								6fd71c6512 
								
							 
						 
						
							
							
								
								Use a dedicated IsLinux flag instead of an ELFLinux TargetType.  
							
							 
							
							... 
							
							
							
							llvm-svn: 50649 
							
						 
						
							2008-05-05 16:11:31 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								bcde172222 
								
							 
						 
						
							
							
								
								Add AsmPrinter support for emitting a directive to declare that  
							
							 
							
							... 
							
							
							
							the code being generated does not require an executable stack.
Also, add target-specific code to make use of this on Linux
on x86. 
llvm-svn: 50634 
							
						 
						
							2008-05-05 00:28:39 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								cb195f511d 
								
							 
						 
						
							
							
								
								Make stack alignment options global for all targets  
							
							 
							
							... 
							
							
							
							llvm-svn: 50157 
							
						 
						
							2008-04-23 18:18:10 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								a7495260ee 
								
							 
						 
						
							
							
								
								Provide ABI-correct stack alignment  
							
							 
							
							... 
							
							
							
							llvm-svn: 50154 
							
						 
						
							2008-04-23 18:16:16 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								a15cee1036 
								
							 
						 
						
							
							
								
								Initialize X863DNowLevel.  
							
							 
							
							... 
							
							
							
							llvm-svn: 49808 
							
						 
						
							2008-04-16 19:03:02 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								b9f38f38fa 
								
							 
						 
						
							
							
								
								Provide option for stack alignment override  
							
							 
							
							... 
							
							
							
							llvm-svn: 49593 
							
						 
						
							2008-04-12 22:12:22 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								980d7200c1 
								
							 
						 
						
							
							
								
								Speculatively micro-optimize memory-zeroing calls on Darwin 10.  
							
							 
							
							... 
							
							
							
							llvm-svn: 49048 
							
						 
						
							2008-04-01 20:38:36 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								cec773d8e7 
								
							 
						 
						
							
							
								
								Honour built-in defines on win64 targets for automatically subtarget recognize.  
							
							 
							
							... 
							
							
							
							Force stack alignment to 16 bytes on win targets.
llvm-svn: 48695 
							
						 
						
							2008-03-22 21:18:22 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								07a789d2b5 
								
							 
						 
						
							
							
								
								Recognize "windows" in target triple, not only "win32"  
							
							 
							
							... 
							
							
							
							llvm-svn: 48694 
							
						 
						
							2008-03-22 21:12:53 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								40d67c59d5 
								
							 
						 
						
							
							
								
								Remove bunch of gcc 4.3-related warnings from Target  
							
							 
							
							... 
							
							
							
							llvm-svn: 47369 
							
						 
						
							2008-02-20 11:22:39 +00:00  
						
					 
				
					
						
							
							
								 
								Dale Johannesen
							
						 
						
							 
							
							
							
							
								
							
							
								67b818f503 
								
							 
						 
						
							
							
								
								Remove warning about 64-bit code on processor  
							
							 
							
							... 
							
							
							
							that doesn't support it.  Per Chris.
llvm-svn: 47162 
							
						 
						
							2008-02-15 18:09:51 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								a20a773654 
								
							 
						 
						
							
							
								
								Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing mode.  
							
							 
							
							... 
							
							
							
							Before:
_main:
        subq    $8, %rsp
        leaq    _X(%rip), %rax
        movsd   8(%rax), %xmm1
        movss   _X(%rip), %xmm0
        call    _t
        xorl    %ecx, %ecx
        movl    %ecx, %eax
        addq    $8, %rsp
        ret
Now:
_main:
        subq    $8, %rsp
        movsd   _X+8(%rip), %xmm1
        movss   _X(%rip), %xmm0
        call    _t
        xorl    %ecx, %ecx
        movl    %ecx, %eax
        addq    $8, %rsp
        ret
Notice there is another idiotic codegen issue that needs to be fixed asap:
xorl    %ecx, %ecx
movl    %ecx, %eax
llvm-svn: 46850 
							
						 
						
							2008-02-07 08:53:49 +00:00  
						
					 
				
					
						
							
							
								 
								Nate Begeman
							
						 
						
							 
							
							
							
							
								
							
							
								e14fdfaecd 
								
							 
						 
						
							
							
								
								SSE 4.1 Intrinsics and detection  
							
							 
							
							... 
							
							
							
							llvm-svn: 46681 
							
						 
						
							2008-02-03 07:18:54 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								28d4302807 
								
							 
						 
						
							
							
								
								Enable PIC codegen on x86-64/linux  
							
							 
							
							... 
							
							
							
							llvm-svn: 46198 
							
						 
						
							2008-01-20 13:58:16 +00:00  
						
					 
				
					
						
							
							
								 
								Duncan Sands
							
						 
						
							 
							
							
							
							
								
							
							
								bb956ca730 
								
							 
						 
						
							
							
								
								Use size_t to store Pos, avoid truncating value  
							
							 
							
							... 
							
							
							
							on 64-bit builds.  Analysis and original patch
by Török Edwin.  Code audit found another place
with the same problem, also fixed here.
llvm-svn: 45746 
							
						 
						
							2008-01-08 10:06:15 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								cce79c67ca 
								
							 
						 
						
							
							
								
								darwin9 and above support aligned common symbols.  
							
							 
							
							... 
							
							
							
							llvm-svn: 45494 
							
						 
						
							2008-01-02 19:44:55 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								f3ebc3f3d2 
								
							 
						 
						
							
							
								
								Remove attribution from file headers, per discussion on llvmdev.  
							
							 
							
							... 
							
							
							
							llvm-svn: 45418 
							
						 
						
							2007-12-29 20:36:04 +00:00  
						
					 
				
					
						
							
							
								 
								Rafael Espindola
							
						 
						
							 
							
							
							
							
								
							
							
								063f177300 
								
							 
						 
						
							
							
								
								Make ARM an X86 memcpy expansion more similar to each other.  
							
							 
							
							... 
							
							
							
							Now both subtarget define getMaxInlineSizeThreshold and the expansion uses it.
This should not change generated code.
llvm-svn: 43552 
							
						 
						
							2007-10-31 11:52:06 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								763cdfd371 
								
							 
						 
						
							
							
								
								Mac OS X X86-64 low 4G address not available.  
							
							 
							
							... 
							
							
							
							llvm-svn: 40701 
							
						 
						
							2007-08-01 23:45:51 +00:00  
						
					 
				
					
						
							
							
								 
								Gabor Greif
							
						 
						
							 
							
							
							
							
								
							
							
								e16561cd5d 
								
							 
						 
						
							
							
								
								Here is the bulk of the sanitizing.  
							
							 
							
							... 
							
							
							
							Almost all occurrences of "bytecode" in the sources have been eliminated.
llvm-svn: 37913 
							
						 
						
							2007-07-05 17:07:56 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								6f3a548ff4 
								
							 
						 
						
							
							
								
								In the event that some really old non-Intel or -AMD CPU is encountered...  
							
							 
							
							... 
							
							
							
							llvm-svn: 36177 
							
						 
						
							2007-04-16 21:59:44 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								da17029218 
								
							 
						 
						
							
							
								
								Before assuming that the original code didn't work for Athlon64, the person who  
							
							 
							
							... 
							
							
							
							replaced it with a FIXME should have determined what did work.  Then he would have
realized that the code was in fact correct, and would have avoided breaking it.
llvm-svn: 36173 
							
						 
						
							2007-04-16 21:48:58 +00:00  
						
					 
				
					
						
							
							
								 
								Bill Wendling
							
						 
						
							 
							
							
							
							
								
							
							
								f099841573 
								
							 
						 
						
							
							
								
								Add support for our first SSSE3 instruction "pmulhrsw".  
							
							 
							
							... 
							
							
							
							llvm-svn: 35869 
							
						 
						
							2007-04-10 22:10:25 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								8aae2d7e1c 
								
							 
						 
						
							
							
								
								Autodetect MMX & SSE stuff for AMD processors  
							
							 
							
							... 
							
							
							
							llvm-svn: 35292 
							
						 
						
							2007-03-23 23:46:48 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								5301e7c605 
								
							 
						 
						
							
							
								
								For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid  
							
							 
							
							... 
							
							
							
							confusion with external linkage types.
llvm-svn: 33663 
							
						 
						
							2007-01-30 20:08:39 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								037c867b54 
								
							 
						 
						
							
							
								
								Propagate changes from my local tree. This patch includes:  
							
							 
							
							... 
							
							
							
							1. New parameter attribute called 'inreg'. It has meaning "place this
parameter in registers, if possible". This is some generalization of
gcc's regparm(n) attribute. It's currently used only in X86-32 backend.
2. Completely rewritten CC handling/lowering code inside X86 backend.
Merged stdcall + c CCs and fastcall + fast CC.
3. Dropped CSRET CC. We cannot add struct return variant for each
target-specific CC (e.g. stdcall + csretcc and so on).
4. Instead of CSRET CC introduced 'sret' parameter attribute. Setting in
on first attribute has meaning 'This is hidden pointer to structure
return. Handle it gently'.
5. Fixed small bug in llvm-extract + add new feature to
FunctionExtraction pass, which relinks all internal-linkaged callees
from deleted function to external linkage. This will allow further
linking everything together.
NOTEs: 1. Documentation will be updated soon.
       2. llvm-upgrade should be improved to translate csret => sret.
          Before this, there will be some unexpected test fails.
llvm-svn: 33597 
							
						 
						
							2007-01-28 13:31:35 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								1281dc32ef 
								
							 
						 
						
							
							
								
								Linux GOT indirect reference is only necessary in PIC mode.  
							
							 
							
							... 
							
							
							
							llvm-svn: 33441 
							
						 
						
							2007-01-22 21:34:25 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								3f6d52834b 
								
							 
						 
						
							
							
								
								* Fix one more bug in PIC codegen: extra load is needed for *all*  
							
							 
							
							... 
							
							
							
							non-statics.
* Introduce new option to output zero-initialized data to .bss section.
This can reduce size of binaries. Enable it by default for ELF &
Cygwin/Mingw targets. Probably, Darwin should be also added.
llvm-svn: 33299 
							
						 
						
							2007-01-17 10:33:08 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								a0554d90e8 
								
							 
						 
						
							
							
								
								* PIC codegen for X86/Linux has been implemented  
							
							 
							
							... 
							
							
							
							* PIC-aware internal structures in X86 Codegen have been refactored
* Visibility (default/weak) has been added
* Docs fixes (external weak linkage, visibility, formatting)
llvm-svn: 33136 
							
						 
						
							2007-01-12 19:20:47 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								4efbbc963f 
								
							 
						 
						
							
							
								
								Really big cleanup.  
							
							 
							
							... 
							
							
							
							- New target type "mingw" was introduced
- Same things for both mingw & cygwin are marked as "cygming" (as in
gcc)
- .lcomm is supported here, so allow LLVM to use it
- Correctly use underscored versions of setjmp & _longjmp for both mingw
& cygwin
llvm-svn: 32833 
							
						 
						
							2007-01-03 11:43:14 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								430e68a1b9 
								
							 
						 
						
							
							
								
								Refactored JIT codegen for mingw32. Now we're using standart relocation  
							
							 
							
							... 
							
							
							
							type for distinguish JIT & non-JIT instead of "dirty" hacks :)
llvm-svn: 32745 
							
						 
						
							2006-12-22 22:29:05 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								b3d704c91d 
								
							 
						 
						
							
							
								
								Fixed 80 cols & style violation  
							
							 
							
							... 
							
							
							
							llvm-svn: 32720 
							
						 
						
							2006-12-20 20:40:30 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								93acb49182 
								
							 
						 
						
							
							
								
								Fixed dllimported symbols support during JIT'ing. JIT on mingw32  
							
							 
							
							... 
							
							
							
							platform should be more or less workable. At least, sim is running fine
under lli :)
llvm-svn: 32711 
							
						 
						
							2006-12-20 01:03:20 +00:00  
						
					 
				
					
						
							
							
								 
								Bill Wendling
							
						 
						
							 
							
							
							
							
								
							
							
								9bfb1e1f29 
								
							 
						 
						
							
							
								
								What should be the last unnecessary <iostream>s in the library.  
							
							 
							
							... 
							
							
							
							llvm-svn: 32333 
							
						 
						
							2006-12-07 22:21:48 +00:00  
						
					 
				
					
						
							
							
								 
								Anton Korobeynikov
							
						 
						
							 
							
							
							
							
								
							
							
								6dbdfe2baa 
								
							 
						 
						
							
							
								
								Factor out GVRequiresExtraLoad() from .h to .cpp  
							
							 
							
							... 
							
							
							
							llvm-svn: 32048 
							
						 
						
							2006-11-30 22:42:55 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								8facb43593 
								
							 
						 
						
							
							
								
								16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman.  
							
							 
							
							... 
							
							
							
							llvm-svn: 32004 
							
						 
						
							2006-11-29 02:00:40 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								3e96211bc8 
								
							 
						 
						
							
							
								
								Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit  
							
							 
							
							... 
							
							
							
							features autodetected.  This fixes PR1010 and Regression/CodeGen/X86/xmm-r64.ll
on non-x86-64 hosts.
llvm-svn: 31879 
							
						 
						
							2006-11-20 18:16:05 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								3b3b786f03 
								
							 
						 
						
							
							
								
								Use movl+xchgl instead of pushl+popl.  
							
							 
							
							... 
							
							
							
							llvm-svn: 31572 
							
						 
						
							2006-11-08 20:35:37 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								a3e1ad7a61 
								
							 
						 
						
							
							
								
								Proper fix.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30993 
							
						 
						
							2006-10-17 00:24:49 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								a8b4aeace0 
								
							 
						 
						
							
							
								
								Proper fix for rdar://problem/4770604   Thanks to Stuart Hastings!  
							
							 
							
							... 
							
							
							
							llvm-svn: 30985 
							
						 
						
							2006-10-16 21:00:37 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								5fe9680253 
								
							 
						 
						
							
							
								
								80 col violation.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30770 
							
						 
						
							2006-10-06 18:57:51 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								ff1beda569 
								
							 
						 
						
							
							
								
								Still need to support -mcpu=<> or cross compilation will fail. Doh.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30764 
							
						 
						
							2006-10-06 09:17:41 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								9274f72e58 
								
							 
						 
						
							
							
								
								Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3, and 64-bit support.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30763 
							
						 
						
							2006-10-06 08:21:07 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								4c1a804a5b 
								
							 
						 
						
							
							
								
								It appears the inline asm in GetCpuIDAndInfo() may clobbers some registers if it isn't inlined (at < -O3). Force it to be inlined.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30762 
							
						 
						
							2006-10-06 07:50:56 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								412aaabcbe 
								
							 
						 
						
							
							
								
								Formating.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30722 
							
						 
						
							2006-10-04 18:33:00 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								11b0a5dbd4 
								
							 
						 
						
							
							
								
								Committing X86-64 support.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30177 
							
						 
						
							2006-09-08 06:48:29 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								b9e0a9e82f 
								
							 
						 
						
							
							
								
								Fix a cross-build issue.  The asmsyntax shouldn't be affected by the build  
							
							 
							
							... 
							
							
							
							host, it should be affected by the target.  Allow the command line option to
override in either case.
llvm-svn: 30164 
							
						 
						
							2006-09-07 22:29:41 +00:00  
						
					 
				
					
						
							
							
								 
								Jim Laskey
							
						 
						
							 
							
							
							
							
								
							
							
								c7abe471fe 
								
							 
						 
						
							
							
								
								Make the x86 asm flavor part of the subtarget info.  
							
							 
							
							... 
							
							
							
							llvm-svn: 30146 
							
						 
						
							2006-09-07 12:23:47 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								d2e9a67cd9 
								
							 
						 
						
							
							
								
								Later models likely to have Yonah like attributes.  
							
							 
							
							... 
							
							
							
							llvm-svn: 28843 
							
						 
						
							2006-06-16 21:58:49 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								2554e3d9ba 
								
							 
						 
						
							
							
								
								X86 / Cygwin asm / alignment fixes.  
							
							 
							
							... 
							
							
							
							Patch contributed by Anton Korobeynikov!
llvm-svn: 28480 
							
						 
						
							2006-05-25 21:59:08 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								5588de9415 
								
							 
						 
						
							
							
								
								x86 / Darwin PIC support.  
							
							 
							
							... 
							
							
							
							llvm-svn: 26273 
							
						 
						
							2006-02-18 00:15:05 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								03c1e6f48e 
								
							 
						 
						
							
							
								
								A bit more memset / memcpy optimization.  
							
							 
							
							... 
							
							
							
							Turns them into calls to memset / memcpy if 1) buffer(s) are not DWORD aligned,
2) size is not known to be greater or equal to some minimum value (currently 128).
llvm-svn: 26224 
							
						 
						
							2006-02-16 00:21:07 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								43b72f4421 
								
							 
						 
						
							
							
								
								Duh  
							
							 
							
							... 
							
							
							
							llvm-svn: 26180 
							
						 
						
							2006-02-14 20:37:37 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								ad8c20cd2b 
								
							 
						 
						
							
							
								
								Remove -disable-x86-sse  
							
							 
							
							... 
							
							
							
							llvm-svn: 26179 
							
						 
						
							2006-02-14 20:30:14 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								40b6eb9973 
								
							 
						 
						
							
							
								
								Enable SSE (for the right subtargets)  
							
							 
							
							... 
							
							
							
							llvm-svn: 26169 
							
						 
						
							2006-02-14 08:07:58 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								8643ea67b1 
								
							 
						 
						
							
							
								
								Flesh out AMD family/models.  
							
							 
							
							... 
							
							
							
							llvm-svn: 25755 
							
						 
						
							2006-01-28 20:30:18 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								58ca0be9af 
								
							 
						 
						
							
							
								
								Correctly determine CPU vendor.  
							
							 
							
							... 
							
							
							
							llvm-svn: 25754 
							
						 
						
							2006-01-28 19:48:34 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								71287085a1 
								
							 
						 
						
							
							
								
								Use union instead of reinterpret_cast.  
							
							 
							
							... 
							
							
							
							llvm-svn: 25751 
							
						 
						
							2006-01-28 18:47:32 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								b5de47cd9a 
								
							 
						 
						
							
							
								
								Fix recognition of Intel CPUs.  
							
							 
							
							... 
							
							
							
							llvm-svn: 25750 
							
						 
						
							2006-01-28 18:38:20 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								b3ab2d3a42 
								
							 
						 
						
							
							
								
								Is64Bit reflects the capability of the chip, not an aspect of the target os  
							
							 
							
							... 
							
							
							
							llvm-svn: 25749 
							
						 
						
							2006-01-28 18:23:48 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								e128d5f724 
								
							 
						 
						
							
							
								
								Improve X86 subtarget support for Windows and AMD.  
							
							 
							
							... 
							
							
							
							llvm-svn: 25747 
							
						 
						
							2006-01-28 18:09:06 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								dc8bbb6527 
								
							 
						 
						
							
							
								
								make this work on non-native hosts  
							
							 
							
							... 
							
							
							
							llvm-svn: 25734 
							
						 
						
							2006-01-28 06:05:41 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								dbfc299915 
								
							 
						 
						
							
							
								
								initialize all instance vars  
							
							 
							
							... 
							
							
							
							llvm-svn: 25711 
							
						 
						
							2006-01-27 22:37:09 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								1073ae07b0 
								
							 
						 
						
							
							
								
								Added a temporary option -enable-x86-sse to enable sse support. It is used by  
							
							 
							
							... 
							
							
							
							llc-beta.
llvm-svn: 25701 
							
						 
						
							2006-01-27 21:49:34 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								afab7aa8f2 
								
							 
						 
						
							
							
								
								A better workaround  
							
							 
							
							... 
							
							
							
							llvm-svn: 25692 
							
						 
						
							2006-01-27 19:30:30 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								4be147f456 
								
							 
						 
						
							
							
								
								force sse/3dnow off until they work.  This fixes all the x86 failures last night  
							
							 
							
							... 
							
							
							
							llvm-svn: 25690 
							
						 
						
							2006-01-27 18:30:50 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								cde9e30bc6 
								
							 
						 
						
							
							
								
								x86 CPU detection and proper subtarget support  
							
							 
							
							... 
							
							
							
							llvm-svn: 25679 
							
						 
						
							2006-01-27 08:10:46 +00:00  
						
					 
				
					
						
							
							
								 
								Evan Cheng
							
						 
						
							 
							
							
							
							
								
							
							
								54c13da29c 
								
							 
						 
						
							
							
								
								Added preliminary x86 subtarget support.  
							
							 
							
							... 
							
							
							
							llvm-svn: 25645 
							
						 
						
							2006-01-26 09:53:06 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								40f8c8450d 
								
							 
						 
						
							
							
								
								Simplify the subtarget info, allow the asmwriter to do some target sensing  
							
							 
							
							... 
							
							
							
							based on TargetType.
llvm-svn: 24478 
							
						 
						
							2005-11-21 22:43:58 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								3eb876117a 
								
							 
						 
						
							
							
								
								Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin,  
							
							 
							
							... 
							
							
							
							or native Win32
llvm-svn: 24476 
							
						 
						
							2005-11-21 22:31:58 +00:00  
						
					 
				
					
						
							
							
								 
								Jim Laskey
							
						 
						
							 
							
							
							
							
								
							
							
								19058c3989 
								
							 
						 
						
							
							
								
								1. Use SubtargetFeatures in llc/lli.  
							
							 
							
							... 
							
							
							
							2. Propagate feature "string" to all targets.
3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget.
llvm-svn: 23192 
							
						 
						
							2005-09-01 21:38:21 +00:00  
						
					 
				
					
						
							
							
								 
								Nate Begeman
							
						 
						
							 
							
							
							
							
								
							
							
								3bcfcd9474 
								
							 
						 
						
							
							
								
								Add Subtarget support to PowerPC.  Next up, using it.  
							
							 
							
							... 
							
							
							
							llvm-svn: 22644 
							
						 
						
							2005-08-04 07:12:09 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								5f4ef3c5a8 
								
							 
						 
						
							
							
								
								Eliminate all remaining tabs and trailing spaces.  
							
							 
							
							... 
							
							
							
							llvm-svn: 22523 
							
						 
						
							2005-07-27 06:12:32 +00:00  
						
					 
				
					
						
							
							
								 
								Nate Begeman
							
						 
						
							 
							
							
							
							
								
							
							
								df8946dede 
								
							 
						 
						
							
							
								
								Clean up the TargetSubtarget class a bit, removing an unnecessary argument  
							
							 
							
							... 
							
							
							
							to the constructor.
llvm-svn: 22392 
							
						 
						
							2005-07-12 02:41:19 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								351817b1f9 
								
							 
						 
						
							
							
								
								Minor changes to improve comments and fix the build on _WIN32 systems.  
							
							 
							
							... 
							
							
							
							llvm-svn: 22391 
							
						 
						
							2005-07-12 02:36:10 +00:00  
						
					 
				
					
						
							
							
								 
								Nate Begeman
							
						 
						
							 
							
							
							
							
								
							
							
								f26625e1de 
								
							 
						 
						
							
							
								
								Implement Subtarget support  
							
							 
							
							... 
							
							
							
							Implement the X86 Subtarget.
This consolidates the checks for target triple, and setting options based
on target triple into one place.  This allows us to convert the asm printer
and isel over from being littered with "forDarwin", "forCygwin", etc. into
just having the appropriate flags for each subtarget feature controlling
the code for that feature.
This patch also implements indirect external and weak references in the
X86 pattern isel, for darwin.  Next up is to convert over the asm printers
to use this new interface.
llvm-svn: 22389 
							
						 
						
							2005-07-12 01:41:54 +00:00