5e5a63cf8f 
								
							 
						 
						
							
							
								
								CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose.  
							
							... 
							
							
							
							llvm-svn: 67668 
							
						 
						
							2009-03-25 01:47:28 +00:00  
				
					
						
							
							
								 
						
							
								f67448adf8 
								
							 
						 
						
							
							
								
								Added option to enable generating less precise mad (multiply addition)  
							
							... 
							
							
							
							for those architectures that support the instruction.
llvm-svn: 67363 
							
						 
						
							2009-03-20 05:06:58 +00:00  
				
					
						
							
							
								 
						
							
								42adc73a2b 
								
							 
						 
						
							
							
								
								Add a -no-implicit-float flag. This acts like -soft-float, but may generate  
							
							... 
							
							
							
							floating point instructions that are explicitly specified by the user.
llvm-svn: 66719 
							
						 
						
							2009-03-11 22:30:01 +00:00  
				
					
						
							
							
								 
						
							
								75cee3a93c 
								
							 
						 
						
							
							
								
								Enable the red zone on x86-64 by default.  
							
							... 
							
							
							
							llvm-svn: 63078 
							
						 
						
							2009-01-27 00:58:47 +00:00  
				
					
						
							
							
								 
						
							
								b6d36e1d14 
								
							 
						 
						
							
							
								
								Implement Red Zone utilization on x86-64. This is currently  
							
							... 
							
							
							
							disabled by default; I'll enable it when I hook it up with
the llvm-gcc flag which controls it.
llvm-svn: 63056 
							
						 
						
							2009-01-26 22:22:31 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								1d338fc6a4 
								
							 
						 
						
							
							
								
								Add an option to enable StrongPHIElimination, for ease of testing.  
							
							... 
							
							
							
							llvm-svn: 57259 
							
						 
						
							2008-10-07 20:22:28 +00:00  
				
					
						
							
							
								 
						
							
								1b76f2c40b 
								
							 
						 
						
							
							
								
								Remove OptimizeForSize global. Use function attribute optsize.  
							
							... 
							
							
							
							llvm-svn: 56937 
							
						 
						
							2008-10-01 23:18:38 +00:00  
				
					
						
							
							
								 
						
							
								6fe5fe4209 
								
							 
						 
						
							
							
								
								Accidental commit of partial 'stack canaries' code  
							
							... 
							
							
							
							llvm-svn: 55937 
							
						 
						
							2008-09-08 18:12:00 +00:00  
				
					
						
							
							
								 
						
							
								99b83712f3 
								
							 
						 
						
							
							
								
								Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin:  
							
							... 
							
							
							
							/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.4.0/bin/
-B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/lib/
-isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/include
-isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/sys-include
-O2  -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-isystem ./include  -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../llvm-gcc.src/gcc
-I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include
-I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include
-I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber
-I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.obj/include
-I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/include
-DSHARED -m64 -DL_negdi2 -c ../../llvm-gcc.src/gcc/libgcc2.c -o
libgcc/x86_64/_negdi2_s.o
Assertion failed: (TargetRegisterInfo::isVirtualRegister(regA) &&
TargetRegisterInfo::isVirtualRegister(regB) && "cannot update physical
register live information"), function runOnMachineFunction, file
/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/lib/CodeGen/TwoAddressInstructionPass.cpp,
line 311.
/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.4.0/bin/
-B/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/lib/
-isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/include
-isystem /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm-gcc.install/i386-apple-darwin9.4.0/sys-include
-O2  -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-isystem ./include  -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../llvm-gcc.src/gcc
-I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include
-I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include
-I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber
-I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.obj/include
-I/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/include
-DSHARED -m64 -DL_lshrdi3 -c ../../llvm-gcc.src/gcc/libgcc2.c -o
libgcc/x86_64/_lshrdi3_s.o
../../llvm-gcc.src/gcc/unwind-dw2.c:1527: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter > for instructions.
{standard input}:unknown:Undefined local symbol LBB21_11
{standard input}:unknown:Undefined local symbol LBB21_12
{standard input}:unknown:Undefined local symbol LBB21_13
{standard input}:unknown:Undefined local symbol LBB21_8
llvm-svn: 55928 
							
						 
						
							2008-09-08 17:59:12 +00:00  
				
					
						
							
							
								 
						
							
								bbeb8f0807 
								
							 
						 
						
							
							
								
								This option doesn't need to be a target option.  It can be in SDISel instead.  
							
							... 
							
							
							
							llvm-svn: 54336 
							
						 
						
							2008-08-05 00:27:28 +00:00  
				
					
						
							
							
								 
						
							
								a102290bdc 
								
							 
						 
						
							
							
								
								- Fix SelectionDAG to generate correct CFGs.  
							
							... 
							
							
							
							- Add a basic machine-level dead block eliminator.
These two have to go together, since many other parts of the code generator are unable to handle the unreachable blocks otherwise created.
llvm-svn: 54333 
							
						 
						
							2008-08-04 23:54:43 +00:00  
				
					
						
							
							
								 
						
							
								c31eb205c1 
								
							 
						 
						
							
							
								
								Add a flag to disable jump table generation (all  
							
							... 
							
							
							
							switches use the binary search algorithm) for
environments that don't support it.  PPC64 JIT
is such an environment; turn the flag on for that.
llvm-svn: 54248 
							
						 
						
							2008-07-31 18:13:12 +00:00  
				
					
						
							
							
								 
						
							
								c963f6c14b 
								
							 
						 
						
							
							
								
								Avoid creating expensive comment string if it's not going to be printed.  
							
							... 
							
							
							
							llvm-svn: 52992 
							
						 
						
							2008-07-01 23:18:29 +00:00  
				
					
						
							
							
								 
						
							
								864541aa7b 
								
							 
						 
						
							
							
								
								Fix indentation.  
							
							... 
							
							
							
							llvm-svn: 51792 
							
						 
						
							2008-05-30 22:39:18 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								6a2da37c0e 
								
							 
						 
						
							
							
								
								Make several variable declarations static.  
							
							... 
							
							
							
							llvm-svn: 50696 
							
						 
						
							2008-05-06 01:53:16 +00:00  
				
					
						
							
							
								 
						
							
								c107d0020d 
								
							 
						 
						
							
							
								
								Make these variables static.  
							
							... 
							
							
							
							llvm-svn: 50196 
							
						 
						
							2008-04-23 23:15:23 +00:00  
				
					
						
							
							
								 
						
							
								cb195f511d 
								
							 
						 
						
							
							
								
								Make stack alignment options global for all targets  
							
							... 
							
							
							
							llvm-svn: 50157 
							
						 
						
							2008-04-23 18:18:10 +00:00  
				
					
						
							
							
								 
						
							
								876224b1e8 
								
							 
						 
						
							
							
								
								Reverse sense of unwind-tables option.  This means  
							
							... 
							
							
							
							stack tracebacks on Darwin x86-64 won't work by default;
nevertheless, everybody but me thinks this is a good idea.
llvm-svn: 49663 
							
						 
						
							2008-04-14 17:54:17 +00:00  
				
					
						
							
							
								 
						
							
								4c0c018bc5 
								
							 
						 
						
							
							
								
								Rename -disable-required-unwind-tables to unwind-tables-optional.  
							
							... 
							
							
							
							llvm-svn: 49389 
							
						 
						
							2008-04-08 18:07:49 +00:00  
				
					
						
							
							
								 
						
							
								344aec2952 
								
							 
						 
						
							
							
								
								Implement new llc flag -disable-required-unwind-tables.  
							
							... 
							
							
							
							Corresponds to -fno-unwind-tables (usually default in gcc).
llvm-svn: 49361 
							
						 
						
							2008-04-08 00:10:24 +00:00  
				
					
						
							
							
								 
						
							
								88c44ef91f 
								
							 
						 
						
							
							
								
								Rename option -optimizefor-size to -optimize-size.  
							
							... 
							
							
							
							llvm-svn: 48804 
							
						 
						
							2008-03-25 22:28:39 +00:00  
				
					
						
							
							
								 
						
							
								246a52740b 
								
							 
						 
						
							
							
								
								Add optimize-for-size knob.  
							
							... 
							
							
							
							llvm-svn: 48793 
							
						 
						
							2008-03-25 21:02:35 +00:00  
				
					
						
							
							
								 
						
							
								f3ebc3f3d2 
								
							 
						 
						
							
							
								
								Remove attribution from file headers, per discussion on llvmdev.  
							
							... 
							
							
							
							llvm-svn: 45418 
							
						 
						
							2007-12-29 20:36:04 +00:00  
				
					
						
							
							
								 
						
							
								9ccea99165 
								
							 
						 
						
							
							
								
								Added tail call optimization to the x86 back end. It can be  
							
							... 
							
							
							
							enabled by passing -tailcallopt to llc.  The optimization is
performed if the following conditions are satisfied:
* caller/callee are fastcc
* elf/pic is disabled OR
  elf/pic enabled + callee is in module + callee has
  visibility protected or hidden
llvm-svn: 42870 
							
						 
						
							2007-10-11 19:40:01 +00:00  
				
					
						
							
							
								 
						
							
								5fb5a1f389 
								
							 
						 
						
							
							
								
								Enabling new condition code modeling scheme.  
							
							... 
							
							
							
							llvm-svn: 42459 
							
						 
						
							2007-09-29 00:00:36 +00:00  
				
					
						
							
							
								 
						
							
								8a7dec736d 
								
							 
						 
						
							
							
								
								New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.  
							
							... 
							
							
							
							llvm-svn: 42283 
							
						 
						
							2007-09-25 01:50:04 +00:00  
				
					
						
							
							
								 
						
							
								f65f18b2f9 
								
							 
						 
						
							
							
								
								expose HonorSignDependentRoundingFPMathOption to .td files  
							
							... 
							
							
							
							llvm-svn: 36658 
							
						 
						
							2007-05-03 00:27:11 +00:00  
				
					
						
							
							
								 
						
							
								6ac3a37fb6 
								
							 
						 
						
							
							
								
								Add a new option.  
							
							... 
							
							
							
							llvm-svn: 36657 
							
						 
						
							2007-05-03 00:16:07 +00:00  
				
					
						
							
							
								 
						
							
								25e62eb63b 
								
							 
						 
						
							
							
								
								Fix a message, patch by Christopher Lamb.  
							
							... 
							
							
							
							llvm-svn: 36264 
							
						 
						
							2007-04-19 18:42:38 +00:00  
				
					
						
							
							
								 
						
							
								52726f5837 
								
							 
						 
						
							
							
								
								rename flag  
							
							... 
							
							
							
							llvm-svn: 33634 
							
						 
						
							2007-01-29 22:40:03 +00:00  
				
					
						
							
							
								 
						
							
								d1154860a4 
								
							 
						 
						
							
							
								
								Flag to control exception handling.  
							
							... 
							
							
							
							llvm-svn: 33628 
							
						 
						
							2007-01-29 20:48:32 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								38ee6519b7 
								
							 
						 
						
							
							
								
								Revert patch.  
							
							... 
							
							
							
							llvm-svn: 33298 
							
						 
						
							2007-01-17 09:06:13 +00:00  
				
					
						
							
							
								 
						
							
								a967e9c9a9 
								
							 
						 
						
							
							
								
								Create/store/and delete the TargetObjInfo object.  
							
							... 
							
							
							
							llvm-svn: 33290 
							
						 
						
							2007-01-17 03:50:41 +00:00  
				
					
						
							
							
								 
						
							
								e107a8b872 
								
							 
						 
						
							
							
								
								Added option -soft-float to generate SW fp library calls instead of fp instructions.  
							
							... 
							
							
							
							llvm-svn: 32393 
							
						 
						
							2006-12-09 02:41:30 +00:00  
				
					
						
							
							
								 
						
							
								ae92ce8798 
								
							 
						 
						
							
							
								
								1. Remove condition on delete.  
							
							... 
							
							
							
							2. Protect and outline createTargetAsmInfo.
3. Misc. kruft.
llvm-svn: 30169 
							
						 
						
							2006-09-07 23:39:26 +00:00  
				
					
						
							
							
								 
						
							
								261779bb45 
								
							 
						 
						
							
							
								
								Make target asm info a property of the target machine.  
							
							... 
							
							
							
							llvm-svn: 30162 
							
						 
						
							2006-09-07 22:06:40 +00:00  
				
					
						
							
							
								 
						
							
								2f93c0fd33 
								
							 
						 
						
							
							
								
								remove #include  
							
							... 
							
							
							
							llvm-svn: 30078 
							
						 
						
							2006-09-04 04:06:01 +00:00  
				
					
						
							
							
								 
						
							
								0fc4541c67 
								
							 
						 
						
							
							
								
								Simplify target construction.  
							
							... 
							
							
							
							llvm-svn: 30070 
							
						 
						
							2006-09-03 18:44:02 +00:00  
				
					
						
							
							
								 
						
							
								82dc16c0a7 
								
							 
						 
						
							
							
								
								Tidy up options.  
							
							... 
							
							
							
							llvm-svn: 29953 
							
						 
						
							2006-08-29 15:13:10 +00:00  
				
					
						
							
							
								 
						
							
								9e56e5c003 
								
							 
						 
						
							
							
								
								Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.  
							
							... 
							
							
							
							llvm-svn: 29307 
							
						 
						
							2006-07-26 21:12:04 +00:00  
				
					
						
							
							
								 
						
							
								0441746468 
								
							 
						 
						
							
							
								
								Added option -code-model to set code model (only used in 64-bit) mode. Valid  
							
							... 
							
							
							
							values include small, kernel, medium, large, and default.
llvm-svn: 29009 
							
						 
						
							2006-07-06 01:53:36 +00:00  
				
					
						
							
							
								 
						
							
								94531bf367 
								
							 
						 
						
							
							
								
								For PR786:  
							
							... 
							
							
							
							Remove a spurious ;
llvm-svn: 28452 
							
						 
						
							2006-05-24 19:05:21 +00:00  
				
					
						
							
							
								 
						
							
								aa2372562e 
								
							 
						 
						
							
							
								
								Patches to make the LLVM sources more -pedantic clean.  Patch provided  
							
							... 
							
							
							
							by Anton Korobeynikov!  This is a step towards closing PR786.
llvm-svn: 28447 
							
						 
						
							2006-05-24 17:04:05 +00:00  
				
					
						
							
							
								 
						
							
								ac4f66ff24 
								
							 
						 
						
							
							
								
								-enable-unsafe-fp-math implies -enable-finite-only-fp-math  
							
							... 
							
							
							
							llvm-svn: 28437 
							
						 
						
							2006-05-23 18:18:46 +00:00  
				
					
						
							
							
								 
						
							
								ea1450742e 
								
							 
						 
						
							
							
								
								Added option -enable-finite-only-fp-math. When on, the codegen can assume that  
							
							... 
							
							
							
							FP arithmetic arguments and results are never NaNs or +=Infs. This includes
ignoring parity flag (PF) when checking for FP equality.
llvm-svn: 28432 
							
						 
						
							2006-05-23 06:39:12 +00:00  
				
					
						
							
							
								 
						
							
								20a631fde7 
								
							 
						 
						
							
							
								
								Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses.  This has one caller-visible change: getTargetData() now returns a pointer instead of a reference.  
							
							... 
							
							
							
							This fixes PR 759.
llvm-svn: 28074 
							
						 
						
							2006-05-03 01:29:57 +00:00  
				
					
						
							
							
								 
						
							
								6f95ab7abb 
								
							 
						 
						
							
							
								
								Eliminate IntrinsicLowering from TargetMachine.  
							
							... 
							
							
							
							Make the CBE and V9 backends create their own, since they're the only ones that use it.
llvm-svn: 26974 
							
						 
						
							2006-03-23 05:43:16 +00:00  
				
					
						
							
							
								 
						
							
								73136dfecc 
								
							 
						 
						
							
							
								
								- Added option -relocation-model to set relocation model. Valid values include static, pic,  
							
							... 
							
							
							
							dynamic-no-pic, and default.
PPC and x86 default is dynamic-no-pic for Darwin, pic for others.
- Removed options -enable-pic and -ppc-static.
llvm-svn: 26315 
							
						 
						
							2006-02-22 20:19:42 +00:00  
				
					
						
							
							
								 
						
							
								be1f314a47 
								
							 
						 
						
							
							
								
								Remove the X86 and PowerPC Simple instruction selectors; their time has  
							
							... 
							
							
							
							passed.
llvm-svn: 22886 
							
						 
						
							2005-08-18 23:53:15 +00:00  
				
					
						
							
							
								 
						
							
								8a0933608a 
								
							 
						 
						
							
							
								
								First round of support for doing scalar FP using the SSE2 ISA extension and  
							
							... 
							
							
							
							XMM registers.  There are many known deficiencies and fixmes, which will be
addressed ASAP.  The major benefit of this work is that it will allow the
LLVM register allocator to allocate FP registers across basic blocks.
The x86 backend will still default to x87 style FP.  To enable this work,
you must pass -enable-sse-scalar-fp and either -sse2 or -sse3 to llc.
An example before and after would be for:
double foo(double *P) { double Sum = 0; int i; for (i = 0; i < 1000; ++i)
                        Sum += P[i]; return Sum; }
The inner loop looks like the following:
x87:
.LBB_foo_1:     # no_exit
        fldl (%esp)
        faddl (%eax,%ecx,8)
        fstpl (%esp)
        incl %ecx
        cmpl $1000, %ecx
        #FP_REG_KILL
        jne .LBB_foo_1  # no_exit
SSE2:
        addsd (%eax,%ecx,8), %xmm0
        incl %ecx
        cmpl $1000, %ecx
        #FP_REG_KILL
        jne .LBB_foo_1  # no_exit
llvm-svn: 22340 
							
						 
						
							2005-07-06 18:59:04 +00:00  
				
					
						
							
							
								 
						
							
								6fec835461 
								
							 
						 
						
							
							
								
								capitalize  
							
							... 
							
							
							
							llvm-svn: 21962 
							
						 
						
							2005-05-13 19:48:34 +00:00  
				
					
						
							
							
								 
						
							
								4a2cc6603d 
								
							 
						 
						
							
							
								
								Expose an option allowing unsafe math optimizations.  Patch contributed by  
							
							... 
							
							
							
							Morten Ofstad!
llvm-svn: 21630 
							
						 
						
							2005-04-30 04:09:52 +00:00  
				
					
						
							
							
								 
						
							
								10468d8a3c 
								
							 
						 
						
							
							
								
								Remove trailing whitespace  
							
							... 
							
							
							
							llvm-svn: 21422 
							
						 
						
							2005-04-21 22:55:34 +00:00  
				
					
						
							
							
								 
						
							
								779c5cbb44 
								
							 
						 
						
							
							
								
								Make pattern isel default for ppc  
							
							... 
							
							
							
							Add new ppc beta option related to using condition registers
Make pattern isel control flag (-enable-pattern-isel) global and tristate
  0 == off
  1 == on
  2 == target default
llvm-svn: 21309 
							
						 
						
							2005-04-15 22:12:16 +00:00  
				
					
						
							
							
								 
						
							
								9de5890211 
								
							 
						 
						
							
							
								
								Add a new target-independent code generator flag.  
							
							... 
							
							
							
							llvm-svn: 19567 
							
						 
						
							2005-01-15 06:00:32 +00:00  
				
					
						
							
							
								 
						
							
								7c16caa336 
								
							 
						 
						
							
							
								
								Changes For Bug 352  
							
							... 
							
							
							
							Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
llvm-svn: 16137 
							
						 
						
							2004-09-01 22:55:40 +00:00  
				
					
						
							
							
								 
						
							
								3decf86fb7 
								
							 
						 
						
							
							
								
								Implement new constructor.  
							
							... 
							
							
							
							llvm-svn: 15633 
							
						 
						
							2004-08-10 23:10:25 +00:00  
				
					
						
							
							
								 
						
							
								3faa865508 
								
							 
						 
						
							
							
								
								* Add BoolAlignment to TargetData, default is 1 byte, size 1 byte  
							
							... 
							
							
							
							* Convert tabs to spaces
llvm-svn: 15120 
							
						 
						
							2004-07-23 01:09:52 +00:00  
				
					
						
							
							
								 
						
							
								96041e58b9 
								
							 
						 
						
							
							
								
								Direct declaration of namespace-ified globals does not work, must enclose  
							
							... 
							
							
							
							them with a namespace declaration.
llvm-svn: 14303 
							
						 
						
							2004-06-21 21:44:12 +00:00  
				
					
						
							
							
								 
						
							
								d0bf6f17d1 
								
							 
						 
						
							
							
								
								Specify variables' namespace directly instead of using an enclosing namespace.  
							
							... 
							
							
							
							llvm-svn: 14302 
							
						 
						
							2004-06-21 21:21:49 +00:00  
				
					
						
							
							
								 
						
							
								0bfea680bb 
								
							 
						 
						
							
							
								
								Move implemented interface header up to the top.  
							
							... 
							
							
							
							llvm-svn: 14301 
							
						 
						
							2004-06-21 21:20:23 +00:00  
				
					
						
							
							
								 
						
							
								c22299d21b 
								
							 
						 
						
							
							
								
								Spell out `NoFramePointerElim' for readability.  
							
							... 
							
							
							
							llvm-svn: 14299 
							
						 
						
							2004-06-21 21:17:44 +00:00  
				
					
						
							
							
								 
						
							
								069ca067e1 
								
							 
						 
						
							
							
								
								Implement `NoFPElim' in a target-agnostic fashion so it can be shared.  
							
							... 
							
							
							
							llvm-svn: 14297 
							
						 
						
							2004-06-21 21:08:45 +00:00  
				
					
						
							
							
								 
						
							
								bcdadf3765 
								
							 
						 
						
							
							
								
								Move the IntrinsicLowering header into the CodeGen directory, as per PR346  
							
							... 
							
							
							
							llvm-svn: 14266 
							
						 
						
							2004-06-20 07:49:54 +00:00  
				
					
						
							
							
								 
						
							
								c832e546d0 
								
							 
						 
						
							
							
								
								Method has been inlined into all callers  
							
							... 
							
							
							
							llvm-svn: 13953 
							
						 
						
							2004-06-02 05:55:48 +00:00  
				
					
						
							
							
								 
						
							
								8351d8c1a8 
								
							 
						 
						
							
							
								
								make -print-machineinstrs work for both SparcV9 and X86  
							
							... 
							
							
							
							llvm-svn: 12122 
							
						 
						
							2004-03-04 19:16:23 +00:00  
				
					
						
							
							
								 
						
							
								87ed2a4096 
								
							 
						 
						
							
							
								
								Add a new constructor  
							
							... 
							
							
							
							llvm-svn: 12087 
							
						 
						
							2004-03-03 02:12:47 +00:00  
				
					
						
							
							
								 
						
							
								427cec1395 
								
							 
						 
						
							
							
								
								TargetCacheInfo has been removed; its only uses were to propagate a constant  
							
							... 
							
							
							
							(16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's
dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in
the interest of not breaking things any more than they already are, I'm going
to leave the constant alone.
llvm-svn: 12043 
							
						 
						
							2004-03-01 06:43:29 +00:00  
				
					
						
							
							
								 
						
							
								5d236005b0 
								
							 
						 
						
							
							
								
								Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering  
							
							... 
							
							
							
							implementation from the TargetMachine directly.
llvm-svn: 10636 
							
						 
						
							2003-12-28 21:23:38 +00:00  
				
					
						
							
							
								 
						
							
								960707c335 
								
							 
						 
						
							
							
								
								Put all LLVM code into the llvm namespace, as per bug 109.  
							
							... 
							
							
							
							llvm-svn: 9903 
							
						 
						
							2003-11-11 22:41:34 +00:00  
				
					
						
							
							
								 
						
							
								482202a601 
								
							 
						 
						
							
							
								
								Added LLVM project notice to the top of every C++ source file.  
							
							... 
							
							
							
							Header files will be on the way.
llvm-svn: 9298 
							
						 
						
							2003-10-20 19:43:21 +00:00  
				
					
						
							
							
								 
						
							
								25900cf220 
								
							 
						 
						
							
							
								
								The promotion rules are the same for all targets, they are set by the C standard.  
							
							... 
							
							
							
							llvm-svn: 5962 
							
						 
						
							2003-04-26 19:47:36 +00:00  
				
					
						
							
							
								 
						
							
								42d59219c7 
								
							 
						 
						
							
							
								
								Rename MachineOptInfo to TargetoptInfo  
							
							... 
							
							
							
							Rename MachineCacheInfo to TargetCacheInfo
llvm-svn: 5203 
							
						 
						
							2002-12-29 02:50:35 +00:00  
				
					
						
							
							
								 
						
							
								abd7fdcb99 
								
							 
						 
						
							
							
								
								Implement findOptimalStorageSize a bit more generally  
							
							... 
							
							
							
							llvm-svn: 4416 
							
						 
						
							2002-10-29 21:47:50 +00:00  
				
					
						
							
							
								 
						
							
								910b82f042 
								
							 
						 
						
							
							
								
								Seperate code out of TargetMachine into MachineInstrInfo  
							
							... 
							
							
							
							llvm-svn: 4368 
							
						 
						
							2002-10-28 23:55:33 +00:00  
				
					
						
							
							
								 
						
							
								e94db67c4f 
								
							 
						 
						
							
							
								
								Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it  
							
							... 
							
							
							
							really is sparc specific.
llvm-svn: 4308 
							
						 
						
							2002-10-28 01:03:43 +00:00  
				
					
						
							
							
								 
						
							
								7ae7f84cf3 
								
							 
						 
						
							
							
								
								Changed `MachineCodeForMethod' to `MachineFunction'.  
							
							... 
							
							
							
							llvm-svn: 4301 
							
						 
						
							2002-10-28 00:28:31 +00:00  
				
					
						
							
							
								 
						
							
								05ee0819a7 
								
							 
						 
						
							
							
								
								Run LICM before GCSE!  
							
							... 
							
							
							
							llvm-svn: 4135 
							
						 
						
							2002-10-13 00:34:10 +00:00  
				
					
						
							
							
								 
						
							
								7765a4a4f6 
								
							 
						 
						
							
							
								
								Disable reassociation pass in LLC until it is fixed.  
							
							... 
							
							
							
							llvm-svn: 3883 
							
						 
						
							2002-09-23 12:55:50 +00:00  
				
					
						
							
							
								 
						
							
								4b6bd16c2b 
								
							 
						 
						
							
							
								
								Changed codegen to add 2 empty slots at the top of stack using StackSlots pass  
							
							... 
							
							
							
							llvm-svn: 3873 
							
						 
						
							2002-09-21 05:01:21 +00:00  
				
					
						
							
							
								 
						
							
								2f4d556d21 
								
							 
						 
						
							
							
								
								Add peephole optimization pass at the end of code generation.  
							
							... 
							
							
							
							llvm-svn: 3846 
							
						 
						
							2002-09-20 00:52:43 +00:00  
				
					
						
							
							
								 
						
							
								36d3e03fa0 
								
							 
						 
						
							
							
								
								Move all the code that creates code generation passes from Sparc.cpp to  
							
							... 
							
							
							
							TargetMachine.cpp, since it is entirely machine-independent.
Also, add options to disable optional back-end passes (preselection and
instr. scheduling).
llvm-svn: 3740 
							
						 
						
							2002-09-16 15:39:26 +00:00  
				
					
						
							
							
								 
						
							
								1c96dfd7af 
								
							 
						 
						
							
							
								
								Added class MachineCacheInfo.  
							
							... 
							
							
							
							llvm-svn: 1229 
							
						 
						
							2001-11-09 02:20:18 +00:00  
				
					
						
							
							
								 
						
							
								c2f8911114 
								
							 
						 
						
							
							
								
								Add handle to TargetMachine object in all Machine...Info classes.  
							
							... 
							
							
							
							llvm-svn: 1197 
							
						 
						
							2001-11-08 05:15:08 +00:00  
				
					
						
							
							
								 
						
							
								6cefc7072d 
								
							 
						 
						
							
							
								
								Renamed files to match the main classes they provide.  
							
							... 
							
							
							
							Some other minor changes.
llvm-svn: 615 
							
						 
						
							2001-09-18 12:58:33 +00:00  
				
					
						
							
							
								 
						
							
								1680fb1617 
								
							 
						 
						
							
							
								
								Add a comment  
							
							... 
							
							
							
							llvm-svn: 571 
							
						 
						
							2001-09-14 16:08:12 +00:00  
				
					
						
							
							
								 
						
							
								6875e9cc97 
								
							 
						 
						
							
							
								
								Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp  
							
							... 
							
							
							
							llvm-svn: 569 
							
						 
						
							2001-09-14 15:43:58 +00:00  
				
					
						
							
							
								 
						
							
								87b3bf630b 
								
							 
						 
						
							
							
								
								Split Target/Machine.h into three files:  
							
							... 
							
							
							
							* Machine.h
* InstInfo.h
* SchedInfo.h
TODO: Split out reg info stuff
llvm-svn: 567 
							
						 
						
							2001-09-14 06:08:03 +00:00  
				
					
						
							
							
								 
						
							
								22a6a90511 
								
							 
						 
						
							
							
								
								Make a new llvm/Target #include directory.  
							
							... 
							
							
							
							Move files from lib/CodeGen/TargetMachine to lib/Target
Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h}
Prepare to split TargetMachine.h into several smaller files
llvm-svn: 566 
							
						 
						
							2001-09-14 05:34:53 +00:00