- Aug 07, 2003
-
-
Vikram S. Adve authored
use or def-and-use operands can be substituted after one def-only operand has been substituted. llvm-svn: 7674
-
John Criswell authored
The original code does not work because the value from WorkList.end() is invalidated once WorkList.erase() is called. To ensure proper functionality, we must ensure that WorkList.erase() is always called before WorkList.end(). llvm-svn: 7673
-
Chris Lattner authored
llvm-svn: 7672
-
Chris Lattner authored
Start working on reading in nonterminals llvm-svn: 7671
-
Chris Lattner authored
llvm-svn: 7670
-
Chris Lattner authored
llvm-svn: 7669
-
Chris Lattner authored
llvm-svn: 7668
-
Chris Lattner authored
llvm-svn: 7667
-
Chris Lattner authored
llvm-svn: 7666
-
Chris Lattner authored
Target are wrapped llvm-svn: 7665
-
Sumant Kowshik authored
llvm-svn: 7664
-
Sumant Kowshik authored
Change implementation so that variable sized slabs are used to allow arbitrary sized array allocations llvm-svn: 7663
-
Sumant Kowshik authored
Added code for pool allocating only the pool-allocatable data structures in the presence of collapsed nodes + a couple of bug fixes llvm-svn: 7662
-
Chris Lattner authored
llvm-svn: 7661
-
Sumant Kowshik authored
llvm-svn: 7660
-
Chris Lattner authored
Also, add an isVoid item llvm-svn: 7659
-
Misha Brukman authored
llvm-svn: 7658
-
Misha Brukman authored
just PreSelection * Wrapped code at 80 columns * Added the DecomposeMultiDimRefs Pass to the JIT compilation path llvm-svn: 7657
-
Chris Lattner authored
llvm-svn: 7656
-
Chris Lattner authored
llvm-svn: 7655
-
Chris Lattner authored
if (R == 0 || ...) R->getName() llvm-svn: 7654
-
Misha Brukman authored
because saving i1 and i2 to their ``designated'' stack slots corrupts unknown memory in other functions, standard libraries, and worse. In addition, this has the benefit of improving JIT performance because we eliminate writing out 4 instructions in CompilationCallback() and 2 loads and 2 stores. llvm-svn: 7653
-
- Aug 06, 2003
-
-
John Criswell authored
Since we are including Makefile.test, we automatically get Makefile.common. Furthermore, the double inclusion of Makefile.common causes the test suite to be executed twice per invocation of the top level make. llvm-svn: 7652
-
Chris Lattner authored
llvm-svn: 7651
-
Brian Gaeke authored
llvm-svn: 7650
-
Chris Lattner authored
llvm-svn: 7646
-
Vikram S. Adve authored
2. Handle fp-to-uint conversions directly here instead of relying on a pre-transformation to replace them with the 2-step conversion. 3. Use size rather than explicitly checking types when deciding what opcodes to use, wherever possible. This is less error prone (the bug fix above was not the first time!). 4. Float-to-pointer casts shd now work though this hasn't been tested. llvm-svn: 7645
-
Vikram S. Adve authored
this is not an optional transformation on SPARC and is now handled directly by instruction selection. llvm-svn: 7644
-
Chris Lattner authored
llvm-svn: 7643
-
Chris Lattner authored
llvm-svn: 7642
-
Chris Lattner authored
llvm-svn: 7641
-
Misha Brukman authored
llvm-svn: 7640
-
Misha Brukman authored
* Doxygen-ified comments * Added capability to make far calls (i.e., beyond 30 bits in CALL instr) which implies that we need to delete function references that were added by the call to addFunctionReference() because the actual call instruction is 10 instructions away (thanks to 64-bit address construction) * Cleaned up code that generates far jumps by using an array+loop SparcV9CodeEmitter.h: * Explained more of the side-effects of emitFarCall() llvm-svn: 7639
-
Chris Lattner authored
llvm-svn: 7638
-
Chris Lattner authored
llvm-svn: 7637
-
Chris Lattner authored
llvm-svn: 7636
-
Chris Lattner authored
llvm-svn: 7635
-
Chris Lattner authored
class llvm-svn: 7634
-
Chris Lattner authored
reader llvm-svn: 7632
-
Chris Lattner authored
llvm-svn: 7631
-