- Jun 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28787
-
Evan Cheng authored
llvm-svn: 28783
-
Jim Laskey authored
functions. llvm-svn: 28781
-
- Jun 13, 2006
-
-
Andrew Lenharth authored
llvm-svn: 28772
-
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
-
Andrew Lenharth authored
llvm-svn: 28753
-
Andrew Lenharth authored
llvm-svn: 28752
-
Rafael Espindola authored
implement SelectFrameIndex llvm-svn: 28751
-
- Jun 10, 2006
-
-
Chris Lattner authored
nodes correctly. llvm-svn: 28745
-
Chris Lattner authored
as using incoming argument registers, so the local allocator would clobber them between their set and use. To fix this, we give the call instructions a variable number of uses in the CALL MachineInstr itself, so live variables understands the live ranges of these register arguments. llvm-svn: 28744
-
- Jun 09, 2006
-
-
Evan Cheng authored
llvm-svn: 28737
-
Evan Cheng authored
llvm-svn: 28736
-
- Jun 08, 2006
-
-
Chris Lattner authored
llvm-svn: 28728
-
- Jun 07, 2006
-
-
Evan Cheng authored
function that is being lowered is forced to use FP. Currently this is only true for main() / Cygwin. llvm-svn: 28703
-
- Jun 06, 2006
-
-
Chris Lattner authored
when available. This speeds up hexxagon from 18.61s to 16.61s with the CBE on PPC Mac OS (for reference, LLC is 15.48s and GCC is 23.35s). llvm-svn: 28697
-
Chris Lattner authored
llvm-svn: 28696
-
Rafael Espindola authored
expand "ret null" (implements test/Regression/CodeGen/ARM/ret_void.ll) note that a Flag link is missing between the copy and the branch llvm-svn: 28691
-
- Jun 04, 2006
-
-
Evan Cheng authored
llvm-svn: 28683
-
Evan Cheng authored
llvm-svn: 28682
-
Andrew Lenharth authored
llvm-svn: 28679
-
- Jun 03, 2006
-
-
Evan Cheng authored
llvm-svn: 28672
-
- Jun 02, 2006
-
-
Evan Cheng authored
llvm-svn: 28667
-
Evan Cheng authored
llvm-svn: 28666
-
Chris Lattner authored
llvm-svn: 28661
-
- Jun 01, 2006
-
-
Chris Lattner authored
llvm-svn: 28633
-
Chris Lattner authored
llvm-svn: 28630
-
Evan Cheng authored
llvm-svn: 28617
-
Reid Spencer authored
Don't warn about -pedantic errors. Add a note to the PR instead. llvm-svn: 28616
-
Reid Spencer authored
Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614
-
Reid Spencer authored
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
-
Evan Cheng authored
llvm-svn: 28607
-
Evan Cheng authored
llvm-svn: 28606
-
Reid Spencer authored
llvm-svn: 28605
-
Evan Cheng authored
llvm-svn: 28603
-
- May 31, 2006
-
-
Evan Cheng authored
llvm-svn: 28594
-