- Aug 12, 2006
-
-
Chris Lattner authored
speedup in isel time. llvm-svn: 29640
-
Chris Lattner authored
#includes it. llvm-svn: 29639
-
Reid Spencer authored
llvm-svn: 29638
-
Reid Spencer authored
previously missed. llvm-svn: 29637
-
Chris Lattner authored
llvm-svn: 29636
-
Patrick Jenkins authored
llvm-svn: 29635
-
Chris Lattner authored
eliminate code duplication due to the 'N' parameter. llvm-svn: 29634
-
Patrick Jenkins authored
Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. llvm-svn: 29633
-
- Aug 11, 2006
-
-
Reid Spencer authored
root from the llvm-config script. llvm-svn: 29632
-
Chris Lattner authored
llvm-svn: 29631
-
Reid Spencer authored
the llvm source root from the llvm-config command. The dependency now is that the correct llvm-config command is in the path. For most developers this is the case. llvm-svn: 29630
-
Reid Spencer authored
confuse shells that might use this output. llvm-svn: 29629
-
Chris Lattner authored
llvm-svn: 29628
-
Chris Lattner authored
llvm-svn: 29627
-
Chris Lattner authored
RegNodes, and ValueNodes maps into the CSEMap. llvm-svn: 29626
-
Chris Lattner authored
llvm-svn: 29625
-
Reid Spencer authored
lines contributed by each user to each file. llvm-svn: 29624
-
Reid Spencer authored
llvm-svn: 29623
-
Chris Lattner authored
llvm-svn: 29622
-
Chris Lattner authored
llvm-svn: 29621
-
Reid Spencer authored
particular directory, just pass that directory to the script. Also, clean up the HTML output, put list of skipped dirs at the end, and make a few other minor improvements. llvm-svn: 29620
-
Evan Cheng authored
llvm-svn: 29619
-
Chris Lattner authored
make a temporary vector. llvm-svn: 29618
-
Chris Lattner authored
Change one ReplaceAllUsesWith method to take an array of operands to replaceinstead of a vector of operands. llvm-svn: 29617
-
Chris Lattner authored
instead of a vector of operands. llvm-svn: 29616
-
Chris Lattner authored
llvm-svn: 29615
-
Chris Lattner authored
llvm-svn: 29614
-
Chris Lattner authored
llvm-svn: 29613
-
Chris Lattner authored
llvm-svn: 29612
-
Chris Lattner authored
llvm-svn: 29611
-
Chris Lattner authored
llvm-svn: 29610
-
Chris Lattner authored
Convert vectors to fixed sized arrays and smallvectors. Eliminate use of getNode that takes a vector. llvm-svn: 29609
-
Chris Lattner authored
_func: vsldoi v2, v3, v2, 12 vsldoi v2, v2, v2, 4 blr instead of: _func: vsldoi v2, v3, v2, 12 vsldoi v2, v2, v2, 4 *** vor f1, v2, v2 blr llvm-svn: 29607
-
Chris Lattner authored
llvm-svn: 29606
-
Chris Lattner authored
llvm-svn: 29605
-
Evan Cheng authored
llvm-svn: 29604
-
Evan Cheng authored
llvm-svn: 29603
-
Evan Cheng authored
introduced by previous commit. - SelectCode now returns a SDNode*. If it is not null, the selected node produces the same number of results as the input node. The seletion loop is responsible for calling ReplaceAllUsesWith() to replace the input node with the output target node. For other cases, e.g. when load is folded, the selection code is responsible for calling ReplaceAllUsesOfValueWith() and SelectCode returns NULL. - Other clean ups. llvm-svn: 29602
-
Evan Cheng authored
llvm-svn: 29601
-
- Aug 10, 2006
-
-
Reid Spencer authored
llvm-svn: 29597
-