- Jul 06, 2007
-
-
Duncan Sands authored
so must be lowered to a value, not nothing at all. Subtle point: I made eh_selector return 0 and eh_typeid_for return 1. This means that only cleanups (destructors) will be run as the exception unwinds [if eh_typeid_for returned 0 then it would be as if the first catch always matched, and the corresponding handler would be run], which is probably want you want in the CBE. llvm-svn: 37947
-
Gabor Greif authored
files. bitcode files are the only LLVM format left. llvm-svn: 37945
-
Duncan Sands authored
directly: they need to be turned into byte offsets (often the same, but may not be if there are many type infos). llvm-svn: 37942
-
Rafael Espindola authored
llvm-svn: 37940
-
Gabor Greif authored
Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD below), should subsume Cygwin llvm-svn: 37939
-
Duncan Sands authored
fix, that is adequate while PR1508 remains unresolved. llvm-svn: 37938
-
Duncan Sands authored
instead. llvm-svn: 37937
-
Zhou Sheng authored
llvm-svn: 37936
-
Evan Cheng authored
llvm-svn: 37935
-
Evan Cheng authored
llvm-svn: 37934
-
Evan Cheng authored
llvm-svn: 37932
-
Evan Cheng authored
llvm-svn: 37931
-
Evan Cheng authored
llvm-svn: 37930
-
Owen Anderson authored
llvm-svn: 37929
-
- Jul 05, 2007
-
-
Evan Cheng authored
llvm-svn: 37926
-
Anton Korobeynikov authored
llvm-svn: 37923
-
Dan Gohman authored
llvm-svn: 37922
-
Dan Gohman authored
endian swapping should be done, and update the code to use it. This fixes some register ordering issues on big-endian systems, such as PowerPC, introduced by the recent illegal by-val arguments changes. llvm-svn: 37921
-
Chris Lattner authored
llvm-svn: 37920
-
Chris Lattner authored
llvm-svn: 37918
-
Evan Cheng authored
llvm-svn: 37917
-
Chris Lattner authored
llvm-svn: 37916
-
Evan Cheng authored
llvm-svn: 37915
-
Evan Cheng authored
llvm-svn: 37914
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
Chris Lattner authored
llvm-svn: 37911
-
Duncan Sands authored
exception handling table if we encounter it multiple times. Filters could be folded harder than this, but that would mean a lot more work for not much gain. llvm-svn: 37908
-
Evan Cheng authored
llvm-svn: 37898
-
Evan Cheng authored
llvm-svn: 37897
-
Evan Cheng authored
llvm-svn: 37896
-
Evan Cheng authored
Each ARM use predicate operand is now made up of two components. The new component is the CPSR register. llvm-svn: 37895
-
Evan Cheng authored
llvm-svn: 37894
-
Evan Cheng authored
llvm-svn: 37893
-
Evan Cheng authored
- Added two variants of PredicateOperand: ImmutablePredicateOperand, whose predicate does not change after isel; PredicateDefOperand, which represent a predicate defintion operand. llvm-svn: 37892
-
Evan Cheng authored
llvm-svn: 37891
-
Evan Cheng authored
llvm-svn: 37890
-
Nick Lewycky authored
"ValueNumbering". llvm-svn: 37881
-
Owen Anderson authored
llvm-svn: 37878
-
- Jul 04, 2007
-
-
Dale Johannesen authored
their names are changed. llvm-svn: 37876
-
Duncan Sands authored
Drop the eh.filter intrinsic. llvm-svn: 37875
-