- Jun 06, 2008
-
-
Evan Cheng authored
llvm-svn: 52057
-
Evan Cheng authored
llvm-svn: 52056
-
Devang Patel authored
llvm-svn: 52053
-
Devang Patel authored
llvm-svn: 52052
-
Owen Anderson authored
llvm-svn: 52048
-
Anton Korobeynikov authored
llvm-svn: 52047
-
Anton Korobeynikov authored
llvm-svn: 52046
-
Duncan Sands authored
llvm-svn: 52045
-
Duncan Sands authored
and better control the abstraction. Rename the type to MVT. To update out-of-tree patches, the main thing to do is to rename MVT::ValueType to MVT, and rewrite expressions like MVT::getSizeInBits(VT) in the form VT.getSizeInBits(). Use VT.getSimpleVT() to extract a MVT::SimpleValueType for use in switch statements (you will get an assert failure if VT is an extended value type - these shouldn't exist after type legalization). This results in a small speedup of codegen and no new testsuite failures (x86-64 linux). llvm-svn: 52044
-
Zhou Sheng authored
otherwise, opt might crash. llvm-svn: 52041
-
Evan Cheng authored
llvm-svn: 52040
-
Anton Korobeynikov authored
This is necessary on windows targets, since stdout is in text mode there. Patch by Julien Lerouge! llvm-svn: 52038
-
Anton Korobeynikov authored
Patch by Julien Lerouge! llvm-svn: 52037
-
Bruno Cardoso Lopes authored
MUL is not anymore directly matched because its a pseudoinstruction. LogicI class fixed to zero-extend immediates. llvm-svn: 52036
-
Bruno Cardoso Lopes authored
Added special isel for ADDE,SUBE and new patterns to match SUBC,ADDC llvm-svn: 52031
-
Dan Gohman authored
llvm-svn: 52030
-
Chris Lattner authored
llvm-svn: 52029
-
Chris Lattner authored
with definitions or not. llvm-svn: 52028
-
Evan Cheng authored
llvm-svn: 52027
-
Evan Cheng authored
llvm-svn: 52026
-
- Jun 05, 2008
-
-
Devang Patel authored
llvm-svn: 52021
-
Dan Gohman authored
llvm-svn: 52017
-
Owen Anderson authored
llvm-svn: 52016
-
Gabor Greif authored
llvm-svn: 52015
-
Owen Anderson authored
llvm-svn: 52013
-
Owen Anderson authored
llvm-svn: 52012
-
Dan Gohman authored
llvm-svn: 52010
-
Dan Gohman authored
llvm-svn: 52009
-
Dan Gohman authored
llvm-svn: 52008
-
Dan Gohman authored
llvm-svn: 52007
-
Zhou Sheng authored
llvm-svn: 52004
-
Zhou Sheng authored
crash the opt. Just fix this. Test case in llvm/test/Transforms/InstCombine/2008-06-05-ashr-crash.ll llvm-svn: 52003
-
Matthijs Kooijman authored
Add a testcase for functions returning first class aggregrates. llvm-svn: 52002
-
Zhou Sheng authored
llvm-svn: 52000
-
Zhou Sheng authored
over-shift-right should return -1. So here it should be signed-extended, when bitwidth larger than 64. test case: llvm/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll llvm-svn: 51999
-
Nick Lewycky authored
llvm-svn: 51998
-
Matthijs Kooijman authored
work and how to replace them into individual values. Also, when trying to replace an aggregrate that is used by load or store with a single (large) integer, don't crash (but don't replace the aggregrate either). Also adds a testcase for both structs and arrays. llvm-svn: 51997
-
Gordon Henriksen authored
I misread Optimizer Improvements as Other Improvements for some reason. llvm-svn: 51996
-
Gordon Henriksen authored
llvm-svn: 51995
-
Matthijs Kooijman authored
not other instructions. This fixes a crash with the added testcase. llvm-svn: 51992
-