- Aug 11, 2006
-
-
Evan Cheng authored
llvm-svn: 29601
-
- Aug 09, 2006
-
-
Rafael Espindola authored
llvm-svn: 29589
-
Rafael Espindola authored
llvm-svn: 29583
-
Rafael Espindola authored
llvm-svn: 29580
-
- Aug 08, 2006
-
-
Rafael Espindola authored
llvm-svn: 29571
-
Rafael Espindola authored
llvm-svn: 29567
-
Chris Lattner authored
in the start of an array and a count of operands where applicable. In many cases, the number of operands is known, so this static array can be allocated on the stack, avoiding the heap. In many other cases, a SmallVector can be used, which has the same benefit in the common cases. I updated a lot of code calling getNode that takes a vector, but ran out of time. The rest of the code should be updated, and these methods should be removed. We should also do the same thing to eliminate the methods that take a vector of MVT::ValueTypes. It would be extra nice to convert the dagiselemitter to avoid creating vectors for operands when calling getTargetNode. llvm-svn: 29566
-
Evan Cheng authored
selection is done. That's rather expensive especially in situations where it isn't really needed. Move back to a searching the predecessors, but make use of topological order to trim the search space. llvm-svn: 29559
-
Evan Cheng authored
llvm-svn: 29549
-
- Aug 07, 2006
-
-
Evan Cheng authored
llvm-svn: 29543
-
- Aug 04, 2006
-
-
Rafael Espindola authored
make sure only one move is used in a hello world llvm-svn: 29520
-
Rafael Espindola authored
fixes ret_null.ll and call.ll llvm-svn: 29519
-
- Aug 03, 2006
-
-
Chris Lattner authored
llvm-svn: 29506
-
Chris Lattner authored
llvm-svn: 29505
-
Jim Laskey authored
llvm-svn: 29504
-
Rafael Espindola authored
llvm-svn: 29499
-
Evan Cheng authored
llvm-svn: 29480
-
- Aug 02, 2006
-
-
Evan Cheng authored
Looks like libstdc++ implementation does not scale very well. Switch back to using directly managed arrays. llvm-svn: 29469
-
Nate Begeman authored
problem. llvm-svn: 29468
-
Nate Begeman authored
llvm-svn: 29467
-
- Aug 01, 2006
-
-
Rafael Espindola authored
move the constant pool to .text correctly print loads of labels mark R0, R1, R2 and R3 as caller save llvm-svn: 29451
-
Rafael Espindola authored
llvm-svn: 29433
-
Evan Cheng authored
llvm-svn: 29430
-
Chris Lattner authored
The CFE refers to all single-register constraints (like "A") by their 16-bit name, even though the 8 or 32-bit version of the register may be needed. The X86 backend should realize what is going on and redecode the name back to its proper form. llvm-svn: 29420
-
- Jul 31, 2006
-
-
Rafael Espindola authored
llvm-svn: 29417
-
Evan Cheng authored
llvm-svn: 29414
-
Evan Cheng authored
llvm-svn: 29413
-
- Jul 28, 2006
-
-
Chris Lattner authored
This fixes link errors on programs with these on targets with prefixes. llvm-svn: 29390
-
Chris Lattner authored
llvm-svn: 29384
-
Evan Cheng authored
llvm-svn: 29383
-
Evan Cheng authored
llvm-svn: 29382
-
Evan Cheng authored
llvm-svn: 29376
-
Evan Cheng authored
llvm-svn: 29374
-
Evan Cheng authored
llvm-svn: 29373
-
Evan Cheng authored
llvm-svn: 29371
-
Evan Cheng authored
llvm-svn: 29370
-
Evan Cheng authored
llvm-svn: 29367
-
Evan Cheng authored
llvm-svn: 29366
-
- Jul 27, 2006
-
-
Evan Cheng authored
llvm-svn: 29365
-
Evan Cheng authored
llvm-svn: 29351
-