- Jul 03, 2003
-
-
Brian Gaeke authored
llvm-svn: 7105
-
Brian Gaeke authored
llvm-svn: 7104
-
Misha Brukman authored
correct: empirically, "regType" is wrong for a number of registers. Thus, one can only rely on the "regClass" to figure out what kind of register one is dealing with. This change switches to using only "regClass" and adds a few extra DEBUG() print statements and a few clean-ups in comments and code, mostly minor. llvm-svn: 7103
-
Sumant Kowshik authored
llvm-svn: 7102
-
John Criswell authored
that <> denotes a tag). llvm-svn: 7100
-
John Criswell authored
will eventually distribute. llvm-svn: 7099
-
Misha Brukman authored
* Added JIT capability to the LLI description section * LLC is quasi-x86-capable llvm-svn: 7098
-
John Criswell authored
llvm-svn: 7097
-
John Criswell authored
Attempted to better structure and order the document. Added more information about autoconf, the build system, and how to build LLVM. Added directions on how to build the C front end. Added a section on common problems and their solutions. llvm-svn: 7096
-
John Criswell authored
llvm-svn: 7095
-
Chris Lattner authored
Reuse the values if they are constants: this is important so that we index into the right structure field This fixes bug: BasicAA/2003-07-03-BasicAACrash.ll llvm-svn: 7093
-
Chris Lattner authored
llvm-svn: 7092
-
Chris Lattner authored
Fix a bug where we removed nodes that were marked U. llvm-svn: 7090
-
Chris Lattner authored
llvm-svn: 7089
-
Chris Lattner authored
llvm-svn: 7088
-
Chris Lattner authored
llvm-svn: 7087
-
Chris Lattner authored
llvm-svn: 7084
-
Chris Lattner authored
llvm-svn: 7083
-
Chris Lattner authored
llvm-svn: 7082
-
John Criswell authored
Removed items which are done (or near completion). Added new items so that we don't forget them. llvm-svn: 7081
-
- Jul 02, 2003
-
-
Misha Brukman authored
llvm-svn: 7080
-
John Criswell authored
llvm-svn: 7079
-
John Criswell authored
llvm-svn: 7078
-
Chris Lattner authored
llvm-svn: 7076
-
Chris Lattner authored
llvm-svn: 7075
-
Misha Brukman authored
the TableGen descriptions; all unset bits are thus errors. * As a result, found and fixed instructions where some operands were not actually assigned into the right portion of the instruction. llvm-svn: 7074
-
Misha Brukman authored
llvm-svn: 7073
-
Misha Brukman authored
use an immediate value instead of a register. llvm-svn: 7072
-
Misha Brukman authored
llvm-svn: 7071
-
Misha Brukman authored
* Setting ENABLE_X86_JIT or ENABLE_SPARC_JIT on the `make' command-line will force the inclusion of that JIT on a different architecture * If neither JIT is enabled (e.g., compiling on a different architecture), the -march option will not be available to LLI. * As a side effect of the $ARCH variable, the Sparc LLI can now link just a bit faster by not including the x86 library. llvm-svn: 7070
-
John Criswell authored
up the test suite. Since all the LLVM software assumes that config.h exists, we can just do away with it for now. llvm-svn: 7069
-
Vikram S. Adve authored
area to avoid using up precious stack space within the 4095 offset limit from %fp. Such objects that would themselves live at a large offset were being put there already so this is a simple change. llvm-svn: 7066
-
Chris Lattner authored
llvm-svn: 7065
-
Chris Lattner authored
llvm-svn: 7064
-
Chris Lattner authored
llvm-svn: 7063
-
Chris Lattner authored
llvm-svn: 7062
-
Chris Lattner authored
Minor cleanups, reenable folding of call nodes to external functions llvm-svn: 7061
-
Chris Lattner authored
llvm-svn: 7060
-
Chris Lattner authored
Minor cleanups llvm-svn: 7059
-
Chris Lattner authored
llvm-svn: 7058
-