- Aug 11, 2003
-
-
Chris Lattner authored
llvm-svn: 7741
-
Brian Gaeke authored
Fixes test case test/Programs/LLVMSource/2003-08-03-ReservedWordGlobal.ll. Also: Refactor implicit-uses printing into its own method. Remove a couple of unused variables. llvm-svn: 7737
-
Vikram S. Adve authored
llvm-svn: 7734
-
Chris Lattner authored
llvm-svn: 7730
-
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
llvm-svn: 7721
-
Chris Lattner authored
llvm-svn: 7720
-
Chris Lattner authored
the early implementation phases, so it is disabled by default llvm-svn: 7719
-
Chris Lattner authored
llvm-svn: 7718
-
Chris Lattner authored
unfinished llvm-svn: 7717
-
- Aug 10, 2003
-
-
Chris Lattner authored
llvm-svn: 7708
-
- Aug 07, 2003
-
-
Misha Brukman authored
llvm-svn: 7695
-
Misha Brukman authored
llvm-svn: 7694
-
Misha Brukman authored
llvm-svn: 7693
-
Misha Brukman authored
llvm-svn: 7691
-
Misha Brukman authored
* setjmp() simply returns 0 * longjmp() simply calls abort() llvm-svn: 7676
-
Vikram S. Adve authored
llvm-svn: 7675
-
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
-
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
-
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
-
-
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: 7642
-
Chris Lattner authored
llvm-svn: 7641
-
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
-
Chris Lattner authored
llvm-svn: 7621
-