- Aug 02, 2010
-
-
Devang Patel authored
llvm-svn: 110045
-
Kalle Raiskila authored
llvm-svn: 110038
-
Kalle Raiskila authored
duplicate the instructions and operate on half vectors. Also reorder code in SPUInstrInfo.td for better coherency. llvm-svn: 110037
-
Owen Anderson authored
llvm-svn: 110036
-
Kalle Raiskila authored
such registers in SPU, this support boils down to "emulating" them by duplicating instructions on the general purpose registers. This adds the most basic operations on v2i32: passing parameters, addition, subtraction, multiplication and a few others. llvm-svn: 110035
-
Oscar Fuentes authored
Fixes potential ambiguity problems on VS 2010. Patch by nobled! llvm-svn: 110029
-
Daniel Dunbar authored
llvm-svn: 110022
-
Nick Lewycky authored
Start cleaning up MergeFunctions to look more like the rest of LLVM. The primary change here is to move the methods responsible for comparison into the new FunctionComparator object. Some comments added. There's more to do. llvm-svn: 110021
-
Eli Friedman authored
ISD::AND case of TargetLowering::SimplifyDemandedBits. llvm-svn: 110019
-
Nick Lewycky authored
by Takumi Nakamura. llvm-svn: 110016
-
Daniel Dunbar authored
llvm-svn: 110006
-
Daniel Dunbar authored
instead of DejaGNU. Still a bit kooky, since the current test format still has some strong Tcl roots. Oh well! llvm-svn: 110005
-
Daniel Dunbar authored
official recommendation is to use LNT instead. I will write docs on setting up an LNT installation for submission to llvm.org, one day. llvm-svn: 110004
-
Daniel Dunbar authored
llvm-svn: 110003
-
Daniel Dunbar authored
need to be in your path). Please move to using 'llvm-lit' if you are still using TestRunner.sh. llvm-svn: 110002
-
Daniel Dunbar authored
llvm-svn: 110001
-
Daniel Dunbar authored
build and has the object build directory baked into it. This allows 'llvm-lit' to properly find the information needed to run the test suite in all cases, without requiring the user to have LLVM or 'lit' available in their PATH, for example. llvm-svn: 110000
-
Daniel Dunbar authored
llvm-svn: 109999
-
Eli Friedman authored
llvm-svn: 109998
-
Daniel Dunbar authored
run the tests using DejaGNU, but not for much longer. This is a last call for DejaGNU supporters, if no one complains soon the DejaGNU support is going to die. llvm-svn: 109997
-
Daniel Dunbar authored
rewritten by me to not require updating all the target initialization routine names. llvm-svn: 109996
-
Nick Lewycky authored
llvm-svn: 109995
-
- Aug 01, 2010
-
-
Eli Friedman authored
improves the generated code in some cases. llvm-svn: 109985
-
Benjamin Kramer authored
llvm-svn: 109971
-
Bill Wendling authored
llvm-svn: 109966
-
Bob Wilson authored
away from a computer now. --- Reverse-merging r109881 into '.': D test/CodeGen/X86/avx-intrinsics-x86.ll D test/CodeGen/X86/avx-intrinsics-x86_64.ll llvm-svn: 109959
-
- Jul 31, 2010
-
-
Daniel Dunbar authored
anything. llvm-svn: 109957
-
Daniel Dunbar authored
llvm-svn: 109956
-
Michael J. Spencer authored
llvm-svn: 109954
-
Daniel Dunbar authored
like my instcombine patch.", in an attempt to fix Clang i386 bootstrap. - Also PR7719. llvm-svn: 109953
-
Rafael Espindola authored
module and take a const BugDriver. llvm-svn: 109951
-
Gabor Greif authored
llvm-svn: 109950
-
Michael J. Spencer authored
llvm-svn: 109949
-
Bob Wilson authored
the jtblock_operand print methods. This avoids extra newlines in the disassembler's output. PR7757. llvm-svn: 109948
-
Michael J. Spencer authored
llvm-svn: 109947
-
Bob Wilson authored
llvm-svn: 109946
-
Rafael Espindola authored
exactly what bugpoint expected it to do. There was also only one user of BlockExtractorPass(const std::vector<BasicBlock*> &B), so just remove it and make BlockExtractorPass read BlockFile. This fixes bugpoint's block extraction. Nick, please review. llvm-svn: 109936
-
Owen Anderson authored
Add an initial implementation of PHI translation for LazyValueInfo. This involves rolling back some of my earlier data structure improvements until I can ensure that there are no iterator invalidation problems. llvm-svn: 109935
-
Evan Cheng authored
Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shifts cost extra instructions so it might be better to emit them separately to take advantage of dual-issues. llvm-svn: 109934
-
Bob Wilson authored
reference registers past the end of the NEON register file, and report them as invalid instead of asserting when trying to print them. PR7746. llvm-svn: 109933
-