fc27e25a6e 
								
							 
						 
						
							
							
								
								Fix Instruction::isIdenticalTo and isSameOperationAs to recognize  
							
							... 
							
							
							
							additional information in Loads, Stores, Calls, Invokes,
InsertValueInsts, and ExtractValueInsts.
llvm-svn: 57620 
							
						 
						
							2008-10-16 01:24:45 +00:00  
				
					
						
							
							
								 
						
							
								7847142f26 
								
							 
						 
						
							
							
								
								Correct the name of isTrapping in comments.  
							
							... 
							
							
							
							llvm-svn: 57606 
							
						 
						
							2008-10-15 22:56:21 +00:00  
				
					
						
							
							
								 
						
							
								fa1211f69b 
								
							 
						 
						
							
							
								
								Enable first-class aggregates support.  
							
							... 
							
							
							
							Remove the GetResultInst instruction. It is still accepted in LLVM assembly
and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove
support for return instructions with multiple values. These are auto-upgraded
to use InsertValueInst instructions.
The IRBuilder still accepts multiple-value returns, and auto-upgrades them
to InsertValueInst instructions.
llvm-svn: 53941 
							
						 
						
							2008-07-23 00:34:11 +00:00  
				
					
						
							
							
								 
						
							
								2505e0c36b 
								
							 
						 
						
							
							
								
								Add an insertBefore method for attaching previously unattached instructions,  
							
							... 
							
							
							
							such as those created by clone(), to a basic block.
llvm-svn: 52424 
							
						 
						
							2008-06-17 18:29:27 +00:00  
				
					
						
							
							
								 
						
							
								bf8d6cefde 
								
							 
						 
						
							
							
								
								Let Instruction::getOpcodeName() return something useful for the new  
							
							... 
							
							
							
							insertvalue / extractvalue instructions.
llvm-svn: 51766 
							
						 
						
							2008-05-30 10:31:54 +00:00  
				
					
						
							
							
								 
						
							
								d21957002a 
								
							 
						 
						
							
							
								
								Add two new instructions to the llvm IR, vicmp and vfcmp.  see updated LangRef  
							
							... 
							
							
							
							for details.  CodeGen support coming in a follow up patch
llvm-svn: 50985 
							
						 
						
							2008-05-12 19:01:56 +00:00  
				
					
						
							
							
								 
						
							
								954907aa6f 
								
							 
						 
						
							
							
								
								conservatively say that volatile stores read memory.  
							
							... 
							
							
							
							llvm-svn: 50872 
							
						 
						
							2008-05-08 21:58:49 +00:00  
				
					
						
							
							
								 
						
							
								c2e108430f 
								
							 
						 
						
							
							
								
								store can't read from memory.  
							
							... 
							
							
							
							llvm-svn: 50869 
							
						 
						
							2008-05-08 21:47:43 +00:00  
				
					
						
							
							
								 
						
							
								8462711ce8 
								
							 
						 
						
							
							
								
								add a new Instruction::mayReadFromMemory predicate, make  
							
							... 
							
							
							
							Instruction::mayWriteToMemory stronger for invokes.
llvm-svn: 50858 
							
						 
						
							2008-05-08 17:16:51 +00:00  
				
					
						
							
							
								 
						
							
								8ec6e8af60 
								
							 
						 
						
							
							
								
								add a handy helper method to instruction, useful for determining  
							
							... 
							
							
							
							whether it is used outside of some block.  This can be used to see
if there are any non-local references, for example.
llvm-svn: 50004 
							
						 
						
							2008-04-20 22:11:30 +00:00  
				
					
						
							
							
								 
						
							
								19bce7f18c 
								
							 
						 
						
							
							
								
								VAArg may trap.  
							
							... 
							
							
							
							llvm-svn: 49646 
							
						 
						
							2008-04-14 15:07:08 +00:00  
				
					
						
							
							
								 
						
							
								35519d51d6 
								
							 
						 
						
							
							
								
								print getresult instruction.  
							
							... 
							
							
							
							llvm-svn: 47461 
							
						 
						
							2008-02-21 23:02:20 +00:00  
				
					
						
							
							
								 
						
							
								f3ebc3f3d2 
								
							 
						 
						
							
							
								
								Remove attribution from file headers, per discussion on llvmdev.  
							
							... 
							
							
							
							llvm-svn: 45418 
							
						 
						
							2007-12-29 20:36:04 +00:00  
				
					
						
							
							
								 
						
							
								9ab0943b86 
								
							 
						 
						
							
							
								
								Revert r44626, which turned off the use of readonly  
							
							... 
							
							
							
							and readnone for functions with bodies because it
broke llvm-gcc-4.2 bootstrap.  It turns out that,
because of LLVM's array_ref hack, gcc was computing
pure/const attributes wrong (now fixed by turning
off the gcc ipa-pure-const pass).
llvm-svn: 44937 
							
						 
						
							2007-12-12 16:01:40 +00:00  
				
					
						
							
							
								 
						
							
								14a5569f4e 
								
							 
						 
						
							
							
								
								Reverting dtor devirtualization patch.  
							
							... 
							
							
							
							_sabre_: it has a major problem: by the time ~Value is run, all of the "parts" of the derived classes have been destroyed
_sabre_: the vtable lives to fight another day
llvm-svn: 44760 
							
						 
						
							2007-12-10 02:14:30 +00:00  
				
					
						
							
							
								 
						
							
								3e5be66ccb 
								
							 
						 
						
							
							
								
								Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!  
							
							... 
							
							
							
							llvm-svn: 44747 
							
						 
						
							2007-12-09 22:46:10 +00:00  
				
					
						
							
							
								 
						
							
								abba5e218c 
								
							 
						 
						
							
							
								
								Commit 44487 broke bootstrap of llvm-gcc-4.2.  It is  
							
							... 
							
							
							
							not yet clear why, but in the meantime work around the
problem by making less use of readnone/readonly info.
llvm-svn: 44626 
							
						 
						
							2007-12-05 21:03:28 +00:00  
				
					
						
							
							
								 
						
							
								38ef3a8ec7 
								
							 
						 
						
							
							
								
								Rather than having special rules like "intrinsics cannot  
							
							... 
							
							
							
							throw exceptions", just mark intrinsics with the nounwind
attribute.  Likewise, mark intrinsics as readnone/readonly
and get rid of special aliasing logic (which didn't use
anything more than this anyway).
llvm-svn: 44544 
							
						 
						
							2007-12-03 20:06:50 +00:00  
				
					
						
							
							
								 
						
							
								6e853bc73f 
								
							 
						 
						
							
							
								
								Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead  
							
							... 
							
							
							
							to Instruction::mayWriteToMemory, fixing a FIXME, and helping
various places that call mayWriteToMemory directly.
llvm-svn: 40533 
							
						 
						
							2007-07-26 16:06:08 +00:00  
				
					
						
							
							
								 
						
							
								2195fc41ec 
								
							 
						 
						
							
							
								
								Refactor the setName stuff, moving it down the inheritance hierarchy, to  
							
							... 
							
							
							
							solve a crash in -instcombine -debug that was hit while investigating PR1217
llvm-svn: 34544 
							
						 
						
							2007-02-24 00:55:48 +00:00  
				
					
						
							
							
								 
						
							
								86358635e5 
								
							 
						 
						
							
							
								
								remove warning  
							
							... 
							
							
							
							llvm-svn: 34424 
							
						 
						
							2007-02-19 19:46:17 +00:00  
				
					
						
							
							
								 
						
							
								887ae70af5 
								
							 
						 
						
							
							
								
								Add a FIXME for unwritten code.  
							
							... 
							
							
							
							llvm-svn: 34422 
							
						 
						
							2007-02-19 19:00:29 +00:00  
				
					
						
							
							
								 
						
							
								9d4819be08 
								
							 
						 
						
							
							
								
								fix build  
							
							... 
							
							
							
							llvm-svn: 34339 
							
						 
						
							2007-02-16 02:25:55 +00:00  
				
					
						
							
							
								 
						
							
								c992e18f8d 
								
							 
						 
						
							
							
								
								make mayWriteToMemory a non-virtual function  
							
							... 
							
							
							
							llvm-svn: 34334 
							
						 
						
							2007-02-15 23:15:00 +00:00  
				
					
						
							
							
								 
						
							
								0f04816cad 
								
							 
						 
						
							
							
								
								Switch UnaryOperators to default to passing names up by const char* when possible.  
							
							... 
							
							
							
							This speeds up bcreading by 1.5%.
llvm-svn: 34233 
							
						 
						
							2007-02-13 07:54:42 +00:00  
				
					
						
							
							
								 
						
							
								32ab643df7 
								
							 
						 
						
							
							
								
								Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*>  
							
							... 
							
							
							
							as its main datastructure.  There are many improvements yet to be made, but
this speeds up opt --std-compile-opts on 447.dealII by 7.3%.
llvm-svn: 34193 
							
						 
						
							2007-02-12 05:18:08 +00:00  
				
					
						
							
							
								 
						
							
								3aaaa0b2bd 
								
							 
						 
						
							
							
								
								For PR411:  
							
							... 
							
							
							
							This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types planes. This means that all symbol names in LLVM must now
be unique. The patch addresses the necessary changes to deal with this and
removes code no longer needed as a result. This completes the bulk of the
changes for this PR. Some cleanup patches will follow.
llvm-svn: 33918 
							
						 
						
							2007-02-05 20:47:22 +00:00  
				
					
						
							
							
								 
						
							
								f96f4492e0 
								
							 
						 
						
							
							
								
								Now that setcondinst has been eliminated, we can mark Value::SubclassID  
							
							... 
							
							
							
							const and remove the ugly mutator methods.
llvm-svn: 32860 
							
						 
						
							2007-01-04 02:15:37 +00:00  
				
					
						
							
							
								 
						
							
								266e42b312 
								
							 
						 
						
							
							
								
								For PR950:  
							
							... 
							
							
							
							This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced with ICmpInst and FCmpInst.
llvm-svn: 32751 
							
						 
						
							2006-12-23 06:05:41 +00:00  
				
					
						
							
							
								 
						
							
								45e5239008 
								
							 
						 
						
							
							
								
								Allow the ICmp and FCmp instructions to be written by the AsmWriter  
							
							... 
							
							
							
							llvm-svn: 32148 
							
						 
						
							2006-12-03 06:27:29 +00:00  
				
					
						
							
							
								 
						
							
								6c38f0bb07 
								
							 
						 
						
							
							
								
								For PR950:  
							
							... 
							
							
							
							The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.
llvm-svn: 31931 
							
						 
						
							2006-11-27 01:05:10 +00:00  
				
					
						
							
							
								 
						
							
								d9436b6837 
								
							 
						 
						
							
							
								
								For PR950:  
							
							... 
							
							
							
							First in a series of patches to convert SetCondInst into ICmpInst and
FCmpInst using only two opcodes and having the instructions contain their
predicate value. Nothing uses these classes yet. More patches to follow.
llvm-svn: 31867 
							
						 
						
							2006-11-20 01:22:35 +00:00  
				
					
						
							
							
								 
						
							
								fdff938a7e 
								
							 
						 
						
							
							
								
								For PR950:  
							
							... 
							
							
							
							This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
dependent on the sign of their operands.
llvm-svn: 31542 
							
						 
						
							2006-11-08 06:47:33 +00:00  
				
					
						
							
							
								 
						
							
								7eb55b395f 
								
							 
						 
						
							
							
								
								For PR950:  
							
							... 
							
							
							
							Replace the REM instruction with UREM, SREM and FREM.
llvm-svn: 31369 
							
						 
						
							2006-11-02 01:53:59 +00:00  
				
					
						
							
							
								 
						
							
								91386800ea 
								
							 
						 
						
							
							
								
								Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll  
							
							... 
							
							
							
							llvm-svn: 31200 
							
						 
						
							2006-10-26 18:27:26 +00:00  
				
					
						
							
							
								 
						
							
								7e80b0b31e 
								
							 
						 
						
							
							
								
								For PR950:  
							
							... 
							
							
							
							Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
have three division instructions: signed, unsigned, floating point. The
bytecode and assembler are bacwards compatible, however.
llvm-svn: 31195 
							
						 
						
							2006-10-26 06:15:43 +00:00  
				
					
						
							
							
								 
						
							
								e1496fbb33 
								
							 
						 
						
							
							
								
								Add new SetCondInst::isRelational/isEquality methods.  Rename  
							
							... 
							
							
							
							Instruction::isRelational to Instruction::isComparison.
llvm-svn: 30444 
							
						 
						
							2006-09-17 19:14:47 +00:00  
				
					
						
							
							
								 
						
							
								1c12a881fb 
								
							 
						 
						
							
							
								
								Add some out-of-line virtual dtors so that the class has a "home", preventing  
							
							... 
							
							
							
							vtables for (e.g.) Instruction from being emitted into every .o file.
llvm-svn: 28898 
							
						 
						
							2006-06-21 16:53:47 +00:00  
				
					
						
							
							
								 
						
							
								bbe0a4248b 
								
							 
						 
						
							
							
								
								Add shufflevector support, todo, implement better constant folding.  
							
							... 
							
							
							
							llvm-svn: 27510 
							
						 
						
							2006-04-08 01:18:18 +00:00  
				
					
						
							
							
								 
						
							
								ca27f0320b 
								
							 
						 
						
							
							
								
								VMCore support for the insertelement operation.  
							
							... 
							
							
							
							llvm-svn: 25408 
							
						 
						
							2006-01-17 20:07:22 +00:00  
				
					
						
							
							
								 
						
							
								230044839d 
								
							 
						 
						
							
							
								
								Added support for the extractelement operation.  
							
							... 
							
							
							
							llvm-svn: 25181 
							
						 
						
							2006-01-10 19:05:34 +00:00  
				
					
						
							
							
								 
						
							
								24a0a43cb0 
								
							 
						 
						
							
							
								
								add new helper function  
							
							... 
							
							
							
							llvm-svn: 22698 
							
						 
						
							2005-08-08 05:21:50 +00:00  
				
					
						
							
							
								 
						
							
								9144ec4764 
								
							 
						 
						
							
							
								
								core changes for varargs  
							
							... 
							
							
							
							llvm-svn: 22254 
							
						 
						
							2005-06-18 18:34:52 +00:00  
				
					
						
							
							
								 
						
							
								0603845a49 
								
							 
						 
						
							
							
								
								Add a 'tail' marker for call instructions, patch contributed by  
							
							... 
							
							
							
							Alexander Friedman.
llvm-svn: 21722 
							
						 
						
							2005-05-06 05:51:46 +00:00  
				
					
						
							
							
								 
						
							
								b1c9317bb4 
								
							 
						 
						
							
							
								
								Remove trailing whitespace  
							
							... 
							
							
							
							llvm-svn: 21427 
							
						 
						
							2005-04-21 23:48:37 +00:00  
				
					
						
							
							
								 
						
							
								cdb9bfc150 
								
							 
						 
						
							
							
								
								remove all of the various setName implementations, consolidating them into  
							
							... 
							
							
							
							Value::setName, which is no longer virtual.
llvm-svn: 20464 
							
						 
						
							2005-03-05 19:51:50 +00:00  
				
					
						
							
							
								 
						
							
								ed2fb1cf93 
								
							 
						 
						
							
							
								
								Remove the 2nd argument to Value::setName  
							
							... 
							
							
							
							llvm-svn: 20458 
							
						 
						
							2005-03-05 19:01:49 +00:00  
				
					
						
							
							
								 
						
							
								5d1bc2c408 
								
							 
						 
						
							
							
								
								Adjust to changes in User class.  
							
							... 
							
							
							
							llvm-svn: 19892 
							
						 
						
							2005-01-29 00:35:33 +00:00  
				
					
						
							
							
								 
						
							
								0b6ebd8d10 
								
							 
						 
						
							
							
								
								Add method  
							
							... 
							
							
							
							llvm-svn: 18368 
							
						 
						
							2004-11-30 02:51:53 +00:00  
				
					
						
							
							
								 
						
							
								5e0b9f2eec 
								
							 
						 
						
							
							
								
								Add support for undef and unreachable  
							
							... 
							
							
							
							llvm-svn: 17041 
							
						 
						
							2004-10-16 18:08:06 +00:00  
				
					
						
							
							
								 
						
							
								02a71e7748 
								
							 
						 
						
							
							
								
								Implement remove/eraseFromParent methods  
							
							... 
							
							
							
							llvm-svn: 16922 
							
						 
						
							2004-10-11 22:21:39 +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  
				
					
						
							
							
								 
						
							
								dd7a707897 
								
							 
						 
						
							
							
								
								Fold iType into Value::VTy  
							
							... 
							
							
							
							llvm-svn: 14435 
							
						 
						
							2004-06-27 18:38:48 +00:00  
				
					
						
							
							
								 
						
							
								9f0fdf7482 
								
							 
						 
						
							
							
								
								Refactor common initialization code in private init() functions.  
							
							... 
							
							
							
							This is a first step in supplying append to basic block constructors
for all instruction types.
llvm-svn: 13793 
							
						 
						
							2004-05-26 21:41:09 +00:00  
				
					
						
							
							
								 
						
							
								8337d4462f 
								
							 
						 
						
							
							
								
								Know the opcode name of the select instruction  
							
							... 
							
							
							
							llvm-svn: 12324 
							
						 
						
							2004-03-12 05:54:20 +00:00  
				
					
						
							
							
								 
						
							
								d8a232b716 
								
							 
						 
						
							
							
								
								If changing a parent, don't add then remove the object from the leak detector  
							
							... 
							
							
							
							llvm-svn: 11106 
							
						 
						
							2004-02-04 01:06:38 +00:00  
				
					
						
							
							
								 
						
							
								dab8b6bb50 
								
							 
						 
						
							
							
								
								Implement new Instruction::isRelational method  
							
							... 
							
							
							
							llvm-svn: 10810 
							
						 
						
							2004-01-12 23:18:25 +00:00  
				
					
						
							
							
								 
						
							
								0e03ab67c3 
								
							 
						 
						
							
							
								
								* Finegrainify namespacification  
							
							... 
							
							
							
							* Add new constructors to allow insertion of terminator instructions at the
  end of basic blocks.
* Move a ReturnInst method out-of-line, so that the vtable and type info don't
  need to be emitted to every translation unit that uses the class.
llvm-svn: 10107 
							
						 
						
							2003-11-20 17:45:12 +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  
				
					
						
							
							
								 
						
							
								b94550e537 
								
							 
						 
						
							
							
								
								Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions.  
							
							... 
							
							
							
							llvm-svn: 9269 
							
						 
						
							2003-10-19 21:34:28 +00:00  
				
					
						
							
							
								 
						
							
								5b33748497 
								
							 
						 
						
							
							
								
								Add support for the new varargs intrinsics and instructions  
							
							... 
							
							
							
							llvm-svn: 9226 
							
						 
						
							2003-10-18 05:57:43 +00:00  
				
					
						
							
							
								 
						
							
								44d2c3514a 
								
							 
						 
						
							
							
								
								Regularize header file comments  
							
							... 
							
							
							
							llvm-svn: 9071 
							
						 
						
							2003-10-13 03:32:08 +00:00  
				
					
						
							
							
								 
						
							
								fa100531e1 
								
							 
						 
						
							
							
								
								Fix spelling/grammar.  
							
							... 
							
							
							
							llvm-svn: 9023 
							
						 
						
							2003-10-10 17:54:14 +00:00  
				
					
						
							
							
								 
						
							
								66d5f575ba 
								
							 
						 
						
							
							
								
								Add support for unwind  
							
							... 
							
							
							
							llvm-svn: 8407 
							
						 
						
							2003-09-08 18:54:36 +00:00  
				
					
						
							
							
								 
						
							
								f8c563f76c 
								
							 
						 
						
							
							
								
								*** empty log message ***  
							
							... 
							
							
							
							llvm-svn: 7447 
							
						 
						
							2003-07-31 05:06:09 +00:00  
				
					
						
							
							
								 
						
							
								a93c7aeb7e 
								
							 
						 
						
							
							
								
								Added function to determine if an Instruction may trap.  
							
							... 
							
							
							
							llvm-svn: 7442 
							
						 
						
							2003-07-31 04:05:50 +00:00  
				
					
						
							
							
								 
						
							
								f70da10697 
								
							 
						 
						
							
							
								
								Add support for the new va_arg instruction  
							
							... 
							
							
							
							llvm-svn: 6029 
							
						 
						
							2003-05-08 02:44:12 +00:00  
				
					
						
							
							
								 
						
							
								98cf1f5d64 
								
							 
						 
						
							
							
								
								- Eliminated the deferred symbol table stuff in Module & Function, it really  
							
							... 
							
							
							
							wasn't an optimization and it was causing lots of bugs.
llvm-svn: 4779 
							
						 
						
							2002-11-20 18:36:02 +00:00  
				
					
						
							
							
								 
						
							
								cab6c33811 
								
							 
						 
						
							
							
								
								New isAssociative/isCommutative inspection methods, graciously contributed by  
							
							... 
							
							
							
							Casey Carter.
llvm-svn: 4459 
							
						 
						
							2002-10-31 04:14:01 +00:00  
				
					
						
							
							
								 
						
							
								3c787446c7 
								
							 
						 
						
							
							
								
								Add capability to insert an instruction into a basic block immediately after  
							
							... 
							
							
							
							it is created, as part of the ctor call.
Eliminate the GenericBinaryInst class
llvm-svn: 3653 
							
						 
						
							2002-09-10 15:45:53 +00:00  
				
					
						
							
							
								 
						
							
								184b298edc 
								
							 
						 
						
							
							
								
								Enable "garbage detection" of LLVM objects.  Now users should be obnoxious  
							
							... 
							
							
							
							warnings.  If they accidentally leak LLVM Value's.
llvm-svn: 3620 
							
						 
						
							2002-09-08 18:59:35 +00:00  
				
					
						
							
							
								 
						
							
								9ed7aef651 
								
							 
						 
						
							
							
								
								Move code out of header files into .cpp files to make future changes easier  
							
							... 
							
							
							
							llvm-svn: 3605 
							
						 
						
							2002-09-06 21:33:15 +00:00  
				
					
						
							
							
								 
						
							
								b193ff8f70 
								
							 
						 
						
							
							
								
								Remove support for NOT instruction  
							
							... 
							
							
							
							llvm-svn: 3323 
							
						 
						
							2002-08-14 18:18:02 +00:00  
				
					
						
							
							
								 
						
							
								8aee7962aa 
								
							 
						 
						
							
							
								
								Create a static version of Instruction::getOpcodeName(opCode) that  
							
							... 
							
							
							
							can be invoked with only an opcode (i.e., without an instruction).
Move all opCode->opCodeName translations there.
llvm-svn: 2900 
							
						 
						
							2002-07-14 23:09:40 +00:00  
				
					
						
							
							
								 
						
							
								113f4f4609 
								
							 
						 
						
							
							
								
								MEGAPATCH checkin.  
							
							... 
							
							
							
							For details, See: docs/2002-06-25-MegaPatchInfo.txt
llvm-svn: 2779 
							
						 
						
							2002-06-25 16:13:24 +00:00  
				
					
						
							
							
								 
						
							
								62b7fd136e 
								
							 
						 
						
							
							
								
								Change references to the Method class to be references to the Function  
							
							... 
							
							
							
							class.  The Method class is obsolete (renamed) and all references to it
are being converted over to Function.
llvm-svn: 2144 
							
						 
						
							2002-04-07 20:49:59 +00:00  
				
					
						
							
							
								 
						
							
								60a6591d83 
								
							 
						 
						
							
							
								
								Method.h no longer includes BasicBlock.h  
							
							... 
							
							
							
							Method::inst_* is now in llvm/Support/InstIterator.h
GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h
llvm-svn: 1746 
							
						 
						
							2002-02-12 21:07:25 +00:00  
				
					
						
							
							
								 
						
							
								4b361376f0 
								
							 
						 
						
							
							
								
								Switch from MachineCodeForVMInstr model that is built into the VMCore library to an annotation based MAchineCodeForInstruction model  
							
							... 
							
							
							
							Instruction.cpp now has 0 lines of code generation related code in it.
llvm-svn: 1658 
							
						 
						
							2002-02-03 07:52:58 +00:00  
				
					
						
							
							
								 
						
							
								d5851db315 
								
							 
						 
						
							
							
								
								Remove extraneous #includes  
							
							... 
							
							
							
							llvm-svn: 1588 
							
						 
						
							2002-01-26 22:47:32 +00:00  
				
					
						
							
							
								 
						
							
								7f74a56e24 
								
							 
						 
						
							
							
								
								Changes to build successfully with GCC 3.02  
							
							... 
							
							
							
							llvm-svn: 1503 
							
						 
						
							2002-01-20 22:54:45 +00:00  
				
					
						
							
							
								 
						
							
								e8dd6ad040 
								
							 
						 
						
							
							
								
								* Support new setname interface  
							
							... 
							
							
							
							* Add assertion for sanity checking
llvm-svn: 461 
							
						 
						
							2001-09-07 16:47:03 +00:00  
				
					
						
							
							
								 
						
							
								dd511760d9 
								
							 
						 
						
							
							
								
								Renamed include/llvm/Codegen to include/llvm/CodeGen  
							
							... 
							
							
							
							llvm-svn: 253 
							
						 
						
							2001-07-21 20:58:30 +00:00  
				
					
						
							
							
								 
						
							
								7f95c9e33a 
								
							 
						 
						
							
							
								
								Fix code to be in a consistent style  
							
							... 
							
							
							
							llvm-svn: 252 
							
						 
						
							2001-07-21 20:09:07 +00:00  
				
					
						
							
							
								 
						
							
								93547c3231 
								
							 
						 
						
							
							
								
								Remove getTempValuesForMachineCode from the Instruction interface  
							
							... 
							
							
							
							to remove dependency on <vector>
llvm-svn: 250 
							
						 
						
							2001-07-21 20:04:10 +00:00  
				
					
						
							
							
								 
						
							
								3e2394cdad 
								
							 
						 
						
							
							
								
								Added a representation of the machine instructions generated  
							
							... 
							
							
							
							for a VM instruction.
llvm-svn: 220 
							
						 
						
							2001-07-20 21:05:02 +00:00  
				
					
						
							
							
								 
						
							
								01683cca32 
								
							 
						 
						
							
							
								
								Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp  
							
							... 
							
							
							
							Moved BinaryOperator::create to iBinaryOperators.cpp
Add getUniqueName to SymbolTable
llvm-svn: 76 
							
						 
						
							2001-06-25 07:33:13 +00:00  
				
					
						
							
							
								 
						
							
								5f46e8c9da 
								
							 
						 
						
							
							
								
								Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator  
							
							... 
							
							
							
							to the UnaryOperator class (from the Instruction class).
llvm-svn: 21 
							
						 
						
							2001-06-08 21:30:13 +00:00  
				
					
						
							
							
								 
						
							
								2f7c963559 
								
							 
						 
						
							
							
								
								Initial revision  
							
							... 
							
							
							
							llvm-svn: 2 
							
						 
						
							2001-06-06 20:29:01 +00:00