- Jun 27, 2007
-
-
Devang Patel authored
llvm-svn: 37765
-
Dan Gohman authored
llvm-svn: 37758
-
- Jun 26, 2007
-
-
Dan Gohman authored
llvm-svn: 37731
-
- Jun 25, 2007
-
-
Dan Gohman authored
extended vector types. Remove the special SDNode opcodes used for pre-legalize vector operations, and the special MVT::Vector type used with them. Adjust lowering and legalize to work with the normal SDNode kinds instead, and to use the normal MVT functions to work with vector types instead of using the two special operands that the pre-legalize nodes held. This allows pre-legalize and post-legalize DAGs, and the code that operates on them, to be more consistent. Pre-legalize vector operators can be handled more consistently with scalar operators. And, -view-dag-combine1-dags and -view-legalize-dags now look prettier for vector code. llvm-svn: 37719
-
- Jun 21, 2007
-
-
Devang Patel authored
from LoopSimplify.cpp to Dominator.cpp llvm-svn: 37689
-
- Jun 18, 2007
-
-
Devang Patel authored
llvm-svn: 37630
-
- Jun 15, 2007
-
-
Chris Lattner authored
AND vectors. llvm-svn: 37586
-
Chris Lattner authored
llvm-svn: 37585
-
- Jun 12, 2007
-
-
Devang Patel authored
llvm-svn: 37562
-
Devang Patel authored
llvm-svn: 37561
-
Devang Patel authored
common dominator. llvm-svn: 37559
-
Devang Patel authored
Remove unused PostETForest. llvm-svn: 37551
-
Devang Patel authored
llvm-svn: 37548
-
Devang Patel authored
Fix 80 col violations. llvm-svn: 37547
-
Devang Patel authored
This means now ETNodes are not useful anymore. llvm-svn: 37546
-
Devang Patel authored
llvm-svn: 37545
-
- Jun 11, 2007
-
-
Devang Patel authored
llvm-svn: 37538
-
- Jun 08, 2007
-
-
Devang Patel authored
Now LoopSimplify does not require nor preserve ETForest. llvm-svn: 37512
-
Devang Patel authored
llvm-svn: 37504
-
- Jun 07, 2007
-
-
Devang Patel authored
This adds redundancy for now. llvm-svn: 37492
-
Zhou Sheng authored
correct type of parameters. llvm-svn: 37486
-
- Jun 06, 2007
-
-
Devang Patel authored
llvm-svn: 37475
-
Chris Lattner authored
llvm-svn: 37445
-
- Jun 05, 2007
-
-
Zhou Sheng authored
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll updated also. llvm-svn: 37432
-
- Jun 04, 2007
-
-
Devang Patel authored
llvm-svn: 37417
-
Devang Patel authored
llvm-svn: 37407
-
- Jun 03, 2007
-
-
Devang Patel authored
llvm-svn: 37403
-
- May 24, 2007
-
-
Dan Gohman authored
llvm-svn: 37321
-
Dan Gohman authored
llvm-svn: 37319
-
- May 23, 2007
-
-
Devang Patel authored
llvm-svn: 37314
-
Devang Patel authored
llvm-svn: 37301
-
- May 22, 2007
-
-
Reid Spencer authored
\\ to escape \. All these cases are now handled by the AsmParser. llvm-svn: 37295
-
Chris Lattner authored
that decodes the escape sequences, thus breaking all cases that use them. This fixes test/Assembler/2007-05-21-Escape.ll llvm-svn: 37284
-
- May 19, 2007
-
-
Reid Spencer authored
llvm-svn: 37261
-
Reid Spencer authored
1. Always use % for local and @ for global. 2. Replace NameNeedsQuotes with QuoteNameIfNeeded so that any adjustments to the name can be done in one pass. 3. Implement generation of hex escapes so we don't get "wonky" characters in the output. llvm-svn: 37260
-
- May 11, 2007
-
-
Dan Gohman authored
llvm-svn: 36995
-
- May 06, 2007
-
-
Chris Lattner authored
llvm-svn: 36815
-
- May 04, 2007
-
-
Chris Lattner authored
be const. The only way to get a pointer to these returns a const pointer. llvm-svn: 36734
-
Jeff Cohen authored
llvm-svn: 36700
-
- May 03, 2007
-
-
Devang Patel authored
llvm-svn: 36694
-