- Nov 18, 2006
-
-
Chris Lattner authored
llvm-svn: 31846
-
Chris Lattner authored
llvm-svn: 31845
-
- Nov 16, 2006
-
-
Bill Wendling authored
llvm-svn: 31784
-
- Nov 13, 2006
-
-
Reid Spencer authored
llvm-svn: 31698
-
- Nov 12, 2006
-
-
Reid Spencer authored
llvm-svn: 31693
-
- Nov 11, 2006
-
-
Reid Spencer authored
the defintion of bitconvert correspondingly. llvm-svn: 31688
-
- Nov 10, 2006
-
-
Reid Spencer authored
llvm-svn: 31607
-
- Nov 09, 2006
-
-
Reid Spencer authored
llvm-svn: 31606
-
Reid Spencer authored
llvm-svn: 31605
-
Reid Spencer authored
llvm-svn: 31604
-
Reid Spencer authored
llvm-svn: 31603
-
- Nov 08, 2006
-
-
Reid Spencer authored
llvm-svn: 31566
-
Reid Spencer authored
llvm-svn: 31565
-
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
-
Reid Spencer authored
llvm-svn: 31532
-
Reid Spencer authored
Early commit of the documentation for new conversion instructions for easier review. llvm-svn: 31531
-
- Nov 04, 2006
-
-
Reid Spencer authored
llvm-svn: 31440
-
- Nov 02, 2006
-
-
Reid Spencer authored
Replace the REM instruction with UREM, SREM and FREM. llvm-svn: 31369
-
- Nov 01, 2006
-
-
Reid Spencer authored
llvm-svn: 31350
-
- Oct 28, 2006
-
-
Devang Patel authored
llvm-svn: 31239
-
Devang Patel authored
llvm-svn: 31237
-
- Oct 27, 2006
-
-
Devang Patel authored
llvm-svn: 31234
-
- 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 18, 2006
-
-
Owen Anderson authored
llvm-svn: 31032
-
- Oct 15, 2006
-
-
Chris Lattner authored
llvm-svn: 30966
-
Reid Spencer authored
llvm-svn: 30965
-
- Oct 11, 2006
-
-
Bill Wendling authored
llvm-svn: 30885
-
Bill Wendling authored
llvm-svn: 30876
-
- Oct 02, 2006
-
-
Jim Laskey authored
llvm-svn: 30687
-
- Sep 28, 2006
-
-
Reid Spencer authored
llvm-svn: 30645
-
- Sep 18, 2006
-
-
Reid Spencer authored
its own page on the LLVM web site. llvm-svn: 30447
-
- Sep 17, 2006
-
-
Anton Korobeynikov authored
Added X86 StdCall & FastCall calling conventions. Codegen will follow. llvm-svn: 30446
-
- Sep 14, 2006
-
-
Anton Korobeynikov authored
DLL* linkages got full (I hope) codegeneration support in C & both x86 assembler backends. External weak linkage added for future use, we don't provide any codegeneration, etc. support for it. llvm-svn: 30374
-
Nick Lewycky authored
llvm-svn: 30313
-
- Sep 12, 2006
-
-
John Criswell authored
llvm-svn: 30276
-
- Sep 11, 2006
-
-
John Criswell authored
llvm-svn: 30247
-
- Sep 09, 2006
-
-
Jim Laskey authored
llvm-svn: 30227
-
- Sep 08, 2006
-
-
Chris Lattner authored
llvm-svn: 30175
-
- Sep 07, 2006
-
-
Chris Lattner authored
llvm-svn: 30147
-