- Jun 17, 2004
-
-
Brian Gaeke authored
llvm-svn: 14196
-
- Jun 16, 2004
-
-
Chris Lattner authored
The vector may actually be empty if the register that we are marking as recently used is not actually allocatable. This happens for physical registers that are not allocatable, like the ST(x) registers on X86. llvm-svn: 14195
-
Brian Gaeke authored
llvm-svn: 14194
-
Brian Gaeke authored
llvm-svn: 14193
-
Brian Gaeke authored
llvm-svn: 14192
-
- Jun 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14191
-
Chris Lattner authored
llvm-svn: 14190
-
Chris Lattner authored
llvm-svn: 14189
-
Chris Lattner authored
llvm-svn: 14188
-
Chris Lattner authored
llvm-svn: 14187
-
Chris Lattner authored
llvm-svn: 14186
-
Chris Lattner authored
llvm-svn: 14185
-
Chris Lattner authored
llvm-svn: 14184
-
Chris Lattner authored
llvm-svn: 14183
-
Brian Gaeke authored
to visitBinaryOperator. llvm-svn: 14182
-
Chris Lattner authored
This possibly fixes PR370 llvm-svn: 14181
-
Brian Gaeke authored
llvm-svn: 14179
-
Brian Gaeke authored
getReg() on void value. llvm-svn: 14178
-
Brian Gaeke authored
on a double-word boundary instead of a single-word boundary. llvm-svn: 14177
-
Brian Gaeke authored
non-register, non-immed. arguments to SETHI and OR using %hi() and %lo() respectively. llvm-svn: 14176
-
Brian Gaeke authored
Support copying long constants to register pairs. Support copying ConstantPointerNulls and ConstantPointerRefs to registers. llvm-svn: 14175
-
- Jun 14, 2004
-
-
Misha Brukman authored
llvm-svn: 14173
-
Misha Brukman authored
llvm-svn: 14172
-
Brian Gaeke authored
is write an autoconf macro that checks whether __isnan or isnan actually works **using the C++ compiler after #include <cmath>**, instead of doing it the easy way with AC_CHECK_FUNCS(). llvm-svn: 14171
-
Brian Gaeke authored
peepholing, and make it work the same way in the JIT as in LLC. llvm-svn: 14170
-
- Jun 13, 2004
-
-
Reid Spencer authored
llvm-svn: 14169
-
Alkis Evlogimenos authored
llvm-svn: 14168
-
Alkis Evlogimenos authored
llvm-svn: 14167
-
Alkis Evlogimenos authored
function verification and make it a requirement that both arguments to llvm.isunordered are of the same type. llvm-svn: 14165
-
- Jun 12, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 14159
-
Reid Spencer authored
on a 1280x1024 screen! llvm-svn: 14158
-
- Jun 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14157
-
Brian Gaeke authored
llvm-svn: 14156
-
Misha Brukman authored
llvm-svn: 14155
-
Reid Spencer authored
instructions generated. llvm-svn: 14154
-
Reid Spencer authored
-release causes ENABLE_OPTIMIZED=1 to be added to the make line so that the test runs against optimized code. -pedantic causes the CompileOptimizeOpts variable to be overridden to add several additional warnings not picked up by -Wall. This should help catch additional programming faux pas. See the diff for the specific details. llvm-svn: 14153
-
Chris Lattner authored
printed incorrectly, and we were reserving 8 extra bytes of stack space for functions on X86. llvm-svn: 14152
-
Chris Lattner authored
llvm-svn: 14151
-
Chris Lattner authored
llvm-svn: 14150
-
Chris Lattner authored
llvm-svn: 14149
-