- Jan 11, 2007
-
-
Zhou Sheng authored
Merge ConstantIntegral and ConstantBool into ConstantInt. Remove ConstantIntegral and ConstantBool from LLVM. llvm-svn: 33073
-
- Dec 31, 2006
-
-
Reid Spencer authored
Change signed integer type names to unsigned equivalents. llvm-svn: 32780
-
- Dec 23, 2006
-
-
Reid Spencer authored
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
-
- Dec 18, 2006
-
-
Reid Spencer authored
removed. All casting is now explicit and not inferred by VMCore. llvm-svn: 32655
-
- Dec 12, 2006
-
-
Reid Spencer authored
integer and floating point cast creation. createIntegerCast generates ZExt/SExt, BitCast or Trunc. createFPCast generates FPExt, Bitcast, or FPTrunc. llvm-svn: 32456
-
- Dec 07, 2006
-
-
Reid Spencer authored
as the right type. Use this to shorten some code. llvm-svn: 32300
-
- Dec 06, 2006
-
-
Chris Lattner authored
stack-space issue in the ppc bootstrap. llvm-svn: 32244
-
- Dec 05, 2006
-
-
Reid Spencer authored
llvm-svn: 32212
-
- Dec 04, 2006
-
-
Reid Spencer authored
expressions. These will get used to reduce clutter as we replace various calls to createInferredCast and getCast. llvm-svn: 32191
-
Reid Spencer authored
CastInst and ConstantExpr that allow the signedness to be explicitly passed in and reliance on signedness removed from getCastOpcode. These are temporary measures useful during the conversion of inferred casts. llvm-svn: 32164
-
- Dec 02, 2006
-
-
Jeff Cohen authored
llvm-svn: 32113
-
- Nov 27, 2006
-
-
Reid Spencer authored
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
-
- Nov 20, 2006
-
-
Reid Spencer authored
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
-
- Nov 08, 2006
-
-
Reid Spencer authored
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
-
- Nov 02, 2006
-
-
Reid Spencer authored
Replace the REM instruction with UREM, SREM and FREM. llvm-svn: 31369
-
- Oct 26, 2006
-
-
Reid Spencer authored
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
-
- Oct 20, 2006
-
-
Reid Spencer authored
This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063
-
- Oct 05, 2006
-
-
Chris Lattner authored
llvm-svn: 30750
-
- Sep 18, 2006
-
-
Chris Lattner authored
llvm-svn: 30452
-
- Sep 17, 2006
-
-
Chris Lattner authored
llvm-svn: 30445
-
- Jun 21, 2006
-
-
Chris Lattner authored
vtables for (e.g.) Instruction from being emitted into every .o file. llvm-svn: 28898
-
- May 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28287
-
- May 10, 2006
-
-
Chris Lattner authored
llvm-svn: 28210
-
- May 03, 2006
-
-
Chris Lattner authored
the prototype of the called function. llvm-svn: 28070
-
- Apr 15, 2006
-
-
Chris Lattner authored
llvm-svn: 27713
-
- Apr 08, 2006
-
-
Chris Lattner authored
check validity when instructions are created. llvm-svn: 27523
-
Chris Lattner authored
llvm-svn: 27510
-
- Mar 25, 2006
-
-
Chris Lattner authored
llvm-svn: 27124
-
- Jan 17, 2006
-
-
Robert Bocchino authored
llvm-svn: 25408
-
- Jan 10, 2006
-
-
Robert Bocchino authored
llvm-svn: 25181
-
- Dec 21, 2005
-
-
Chris Lattner authored
the right vector of -1's as its operand. llvm-svn: 24906
-
- Nov 05, 2005
-
-
Chris Lattner authored
llvm-svn: 24200
-
Nate Begeman authored
Add support for specifying alignment and size of setjmp jmpbufs. No targets currently do anything with this information, nor is it presrved in the bytecode representation. That's coming up next. llvm-svn: 24196
-
- Aug 05, 2005
-
-
Chris Lattner authored
PHI is its only operand. llvm-svn: 22676
-
Chris Lattner authored
llvm-svn: 22671
-
Chris Lattner authored
prepared to deal with return values that do not dominate the PHI. If we cannot prove that the result dominates the PHI node, do not return it if the client can't cope. llvm-svn: 22669
-
Chris Lattner authored
llvm-svn: 22666
-
Nate Begeman authored
llvm-svn: 22665
-
Nate Begeman authored
BasicBlock's removePredecessor routine. This requires shuffling around the definition and implementation of hasContantValue from Utils.h,cpp into Instructions.h,cpp llvm-svn: 22664
-
- Jun 18, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22254
-