- Aug 11, 2003
-
-
Misha Brukman authored
llvm-svn: 7728
-
Misha Brukman authored
compilation time. llvm-svn: 7727
-
Chris Lattner authored
llvm-svn: 7726
-
Chris Lattner authored
llvm-svn: 7725
-
Chris Lattner authored
llvm-svn: 7724
-
Chris Lattner authored
llvm-svn: 7722
-
Chris Lattner authored
the early implementation phases, so it is disabled by default llvm-svn: 7719
-
- Aug 10, 2003
-
-
Chris Lattner authored
llvm-svn: 7708
-
- Aug 07, 2003
-
-
Misha Brukman authored
* setjmp() simply returns 0 * longjmp() simply calls abort() llvm-svn: 7676
-
Vikram S. Adve authored
use or def-and-use operands can be substituted after one def-only operand has been substituted. llvm-svn: 7674
-
Chris Lattner authored
llvm-svn: 7672
-
Chris Lattner authored
llvm-svn: 7661
-
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
-
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
-
-
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
-
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: 7636
-
Chris Lattner authored
llvm-svn: 7635
-
Chris Lattner authored
class llvm-svn: 7634
-
- Aug 05, 2003
-
-
Chris Lattner authored
llvm-svn: 7603
-
Chris Lattner authored
llvm-svn: 7600
-
Misha Brukman authored
* Simplified code by using an inline function instead of copy-pasted code llvm-svn: 7597
-
Misha Brukman authored
* Use the name of the predict field instead of just the const 1 in the Instruction. llvm-svn: 7592
-
Chris Lattner authored
Physical registers should not float around. llvm-svn: 7587
-
Misha Brukman authored
llvm-svn: 7586
-
Misha Brukman authored
llvm-svn: 7585
-
- Aug 04, 2003
-
-
Chris Lattner authored
testing, the subtracts are because I was in the neighborhood. llvm-svn: 7581
-
Chris Lattner authored
llvm-svn: 7580
-
Chris Lattner authored
Define a few preliminary node types. llvm-svn: 7579
-
Chris Lattner authored
specific in the tree patterns llvm-svn: 7578
-
Chris Lattner authored
llvm-svn: 7568
-
Chris Lattner authored
llvm-svn: 7567
-
Chris Lattner authored
llvm-svn: 7565
-
Chris Lattner authored
llvm-svn: 7564
-
Chris Lattner authored
llvm-svn: 7563
-
Chris Lattner authored
llvm-svn: 7558
-
Chris Lattner authored
llvm-svn: 7556
-
Chris Lattner authored
llvm-svn: 7552
-