- Dec 31, 2006
-
-
Reid Spencer authored
This patch replaces signed integer types with signless ones: 1. [US]Byte -> Int8 2. [U]Short -> Int16 3. [U]Int -> Int32 4. [U]Long -> Int64. 5. Removal of isSigned, isUnsigned, getSignedVersion, getUnsignedVersion and other methods related to signedness. In a few places this warranted identifying the signedness information from other sources. llvm-svn: 32785
-
- 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 19, 2006
-
-
Chris Lattner authored
delete some dead ones. llvm-svn: 32694
-
- Dec 13, 2006
-
-
Reid Spencer authored
creation calls. llvm-svn: 32521
-
- Dec 06, 2006
-
-
Chris Lattner authored
is 'unsigned'. llvm-svn: 32279
-
- 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 26, 2006
-
-
Bill Wendling authored
llvm-svn: 31922
-
- Aug 28, 2006
-
-
Chris Lattner authored
llvm-svn: 29925
-
- May 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28286
-
- Jan 23, 2006
-
-
Chris Lattner authored
llvm-svn: 25514
-
- Jul 26, 2005
-
-
Chris Lattner authored
is actually dead because of this! llvm-svn: 22515
-
- May 14, 2005
-
-
Chris Lattner authored
llvm-svn: 22025
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Mar 05, 2005
-
-
Chris Lattner authored
llvm-svn: 20463
-
- Jan 19, 2005
-
-
Chris Lattner authored
llvm-svn: 19693
-
- Sep 20, 2004
-
-
Chris Lattner authored
llvm-svn: 16433
-
- Sep 02, 2004
-
-
Reid Spencer authored
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
-
- Aug 08, 2004
-
-
Chris Lattner authored
should go into 1.3 llvm-svn: 15567
-
- Jul 29, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 15325
-
- Jul 18, 2004
-
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage - Correct test ordering for GlobalValue subclass llvm-svn: 14943
-
- Jul 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14840
-
- Jul 01, 2004
-
-
Brian Gaeke authored
llvm-svn: 14541
-
- Apr 05, 2004
-
-
Chris Lattner authored
types and can have arbitrary 32- and 64-bit integer types indexing into sequential types. llvm-svn: 12653
-
- Feb 09, 2004
-
-
Chris Lattner authored
llvm-svn: 11228
-
Chris Lattner authored
strip it off. llvm-svn: 11213
-
- Jan 12, 2004
-
-
Chris Lattner authored
llvm-svn: 10783
-
- Jan 09, 2004
-
-
Chris Lattner authored
add flags for PR82 llvm-svn: 10724
-
Chris Lattner authored
llvm-svn: 10722
-
- Dec 23, 2003
-
-
Chris Lattner authored
finegrainify namespacification llvm-svn: 10589
-
- Dec 11, 2003
-
-
Chris Lattner authored
that it needs. This is pretty scary code! This fixes Regression.Transforms.LevelRaise.2002-07-16-SourceAndDestCrash Regression.Transforms.LevelRaise.2002-07-31-AssertionFailure llvm-svn: 10406
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Oct 13, 2003
-
-
Chris Lattner authored
llvm-svn: 9071
-
- Sep 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8315
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7492
-
- May 20, 2003
-
-
Misha Brukman authored
llvm-svn: 6251
-
Misha Brukman authored
llvm-svn: 6248
-
- May 02, 2003
-
-
Chris Lattner authored
llvm-svn: 5984
-
- May 01, 2003
-
-
Chris Lattner authored
llvm-svn: 5975
-
- Apr 28, 2003
-
-
Chris Lattner authored
llvm-svn: 5968
-