- Aug 21, 2003
-
-
Chris Lattner authored
llvm-svn: 8019
-
- Aug 18, 2003
-
-
Chris Lattner authored
llvm-svn: 7951
-
Misha Brukman authored
llvm-svn: 7944
-
- Aug 16, 2003
-
-
Brian Gaeke authored
llvm-svn: 7913
-
- Aug 15, 2003
-
-
Misha Brukman authored
rounding up to a page, we need to request (num instrs * 4) bytes. However, I think that 64 bytes is overkill for the stub function. llvm-svn: 7888
-
Misha Brukman authored
llvm-svn: 7884
-
Misha Brukman authored
registers are global, are NOT windowed, and hence can be clobbered! * Removed unused register shorthand notations * Fixed and cleaned up comments in inline assembly llvm-svn: 7853
-
- Aug 14, 2003
-
-
Misha Brukman authored
to mark TableGen description files with "C++ mode". llvm-svn: 7841
-
Chris Lattner authored
llvm-svn: 7840
-
Brian Gaeke authored
llvm-svn: 7839
-
Brian Gaeke authored
addPassesToEmitMachineCode now both take a FunctionPassManager. llvm-svn: 7837
-
Brian Gaeke authored
Get rid of RegisterLLC, which can't handle FunctionPasses anyway. llvm-svn: 7836
-
Brian Gaeke authored
addPassesToEmitMachineCode now both take a FunctionPassManager. Factory methods for function passes now return type FunctionPass *. llvm-svn: 7835
-
- Aug 13, 2003
-
-
Chris Lattner authored
llvm-svn: 7802
-
- Aug 12, 2003
-
-
Vikram S. Adve authored
Add -emitmaps options to turn this back on. llvm-svn: 7774
-
Vikram S. Adve authored
All non-FP cases use LDXi as before. llvm-svn: 7765
-
- Aug 11, 2003
-
-
Vikram S. Adve authored
llvm-svn: 7734
-
- 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
-
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
-
- Aug 05, 2003
-
-
Chris Lattner authored
llvm-svn: 7603
-
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
-
- Aug 04, 2003
-
-
Chris Lattner authored
llvm-svn: 7565
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7495
-
- Aug 01, 2003
-
-
Chris Lattner authored
directory. llvm-svn: 7485
-
Vikram S. Adve authored
Note that some generated operators (like &, | or ^) may not be supported by the assembler -- but if they've got this far, it's better to generate them and let the assembler decide. llvm-svn: 7476
-
Vikram S. Adve authored
than machine register size), not just the second operand. llvm-svn: 7475
-
Vikram S. Adve authored
since it is *necessary* for correct code generation. Only optional transformations belong in the PreOpts pass (which needs to be renamed from PreSelection to PreOpts). llvm-svn: 7474
-
- Jul 30, 2003
-
-
Chris Lattner authored
llvm-svn: 7437
-
Vikram S. Adve authored
ordinary (primitive) types since ConstantExprs may be of primitive type! llvm-svn: 7418
-
Chris Lattner authored
it's currently not used. llvm-svn: 7416
-
Chris Lattner authored
have changed. llvm-svn: 7414
-
Chris Lattner authored
llvm-svn: 7404
-
- Jul 29, 2003
-
-
Misha Brukman authored
* Enabled STXFSR instructions llvm-svn: 7400
-