- Jun 16, 2006
-
-
Jim Laskey authored
2. Update docs for vector debug support and new version control. 3. Simplify serialization of DebugDescInfo subclasses. llvm-svn: 28816
-
Evan Cheng authored
printf("%s\n", str) -> puts(str) printf("%c", c) -> putchar(c) Also fixed fprintf(file, "%c", c) -> fputc(c, file) llvm-svn: 28815
-
Evan Cheng authored
llvm-svn: 28814
-
Chris Lattner authored
that is currently just like ppc32 :) llvm-svn: 28813
-
Chris Lattner authored
llvm-svn: 28812
-
Reid Spencer authored
the Signals module that registered the handlers would cause the stack trace to be generated. Now, you must explicitly call PrintStackTraceOnErrorSignal in order for that to happen. llvm-svn: 28810
-
Chris Lattner authored
live at function entry. This prevents it from using arg registers for other purposes before the arguments are used. llvm-svn: 28809
-
- Jun 15, 2006
-
-
Chris Lattner authored
llvm-svn: 28808
-
Jim Laskey authored
2. Add vector support. llvm-svn: 28807
-
Jim Laskey authored
thing. Doubles still need to be special cased. llvm-svn: 28806
-
Chris Lattner authored
idioms into bswap intrinsics. llvm-svn: 28803
-
Jim Laskey authored
to get the alignment of the element type. llvm-svn: 28799
-
Evan Cheng authored
llvm-svn: 28798
-
Evan Cheng authored
llvm-svn: 28797
-
Evan Cheng authored
llvm-svn: 28796
-
Evan Cheng authored
llvm-svn: 28795
-
Evan Cheng authored
llvm-svn: 28794
-
Evan Cheng authored
operands. e.g. def CALL32r : I<0xFF, MRM2r, (ops GR32:$dst, variable_ops), "call {*}$dst", [(X86call GR32:$dst)]>; TableGen should emit operand informations for the "required" operands. Added a target instruction info flag M_VARIABLE_OPS to indicate the target instruction may have more operands in addition to the minimum required operands. llvm-svn: 28791
-
Evan Cheng authored
vector types are passed via XMM registers. llvm-svn: 28789
-
- Jun 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28787
-
Evan Cheng authored
llvm-svn: 28783
-
Jim Laskey authored
llvm-svn: 28782
-
Jim Laskey authored
functions. llvm-svn: 28781
-
Chris Lattner authored
bug exposed by the recent lcssa work. llvm-svn: 28779
-
Owen Anderson authored
redundant they are. llvm-svn: 28777
-
Chris Lattner authored
LCSSA is still the slowest pass when gccas'ing 252.eon, but now it only takes 39s instead of 289s. :) llvm-svn: 28776
-
- Jun 13, 2006
-
-
Owen Anderson authored
llvm-svn: 28774
-
Owen Anderson authored
is the same as the recent patch to LCSSA.cpp. llvm-svn: 28773
-
Andrew Lenharth authored
llvm-svn: 28772
-
Owen Anderson authored
not handling PHI nodes correctly when determining if a value was live-out. This patch reduces the number of detected live-out variables in the testcase from 6565 to 485. llvm-svn: 28771
-
Andrew Lenharth authored
llvm-svn: 28769
-
Chris Lattner authored
ComputeMaskedBits. DemandedMasks and KnownZero/One masks should never have bits set out of the range of the base datatype. llvm-svn: 28768
-
Jim Laskey authored
llvm-svn: 28765
-
Evan Cheng authored
llvm-svn: 28764
-
Chris Lattner authored
allocated, thus live across the save/reload. This fixes llc-beta /MultiSource/Applications/spiff/spiff llc-beta /MultiSource/Benchmarks/sim/sim: llc-beta /MultiSource/Benchmarks/Ptrdist/bc/bc llc-beta /MultiSource/Benchmarks/McCat/12-IOtest/iotest: llc-beta /MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow llc-beta /MultiSource/Benchmarks/Fhourstones-3.1/fhourstones3.1 llc-beta /MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio llc-beta /MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio llc-beta /MultiSource/Benchmarks/mediabench/g721/g721encode/encode llc-beta /MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg and probably others, with -regalloc=local. llvm-svn: 28761
-
- Jun 12, 2006
-
-
Chris Lattner authored
Olden/power (and probably others) with -regalloc=local. llvm-svn: 28760
-
Owen Anderson authored
llvm-svn: 28759
-
Chris Lattner authored
llvm-svn: 28758
-
Chris Lattner authored
This fixes CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll llvm-svn: 28755
-
Andrew Lenharth authored
llvm-svn: 28753
-