- May 13, 2005
-
-
Reid Spencer authored
BZ_OK (meaning more data is expected) but there is no more input data. In this case, the input file is probably truncated. Generate an exception that indicates this case when its detected. llvm-svn: 21926
-
Chris Lattner authored
fixes Ptrdist/anagram with x86 llcbeta llvm-svn: 21925
-
Chris Lattner authored
llvm-svn: 21924
-
Chris Lattner authored
llvm-svn: 21923
-
Chris Lattner authored
I can actually remember which one is which now! llvm-svn: 21922
-
Chris Lattner authored
X86/2004-02-22-Casts.llx llvm-svn: 21919
-
Chris Lattner authored
llvm-svn: 21917
-
Chris Lattner authored
llvm-svn: 21916
-
Chris Lattner authored
llvm-svn: 21915
-
Chris Lattner authored
two integer values in registers for the fastcc calling conv. llvm-svn: 21912
-
- May 12, 2005
-
-
Chris Lattner authored
llvm-svn: 21900
-
Chris Lattner authored
llvm-svn: 21899
-
Chris Lattner authored
llvm-svn: 21898
-
Chris Lattner authored
llvm-svn: 21896
-
Chris Lattner authored
llvm-svn: 21895
-
Chris Lattner authored
work on it. llvm-svn: 21894
-
Chris Lattner authored
legalization iteration llvm-svn: 21892
-
Chris Lattner authored
llvm-svn: 21890
-
Chris Lattner authored
llvm-svn: 21889
-
Chris Lattner authored
llvm-svn: 21888
-
Chris Lattner authored
llvm-svn: 21887
-
Chris Lattner authored
that use 64-bit integers on 32-bit hosts. llvm-svn: 21886
-
Chris Lattner authored
llvm-svn: 21885
-
Chris Lattner authored
llvm-svn: 21884
-
Chris Lattner authored
llvm-svn: 21882
-
Nate Begeman authored
1. Teach LegalizeDAG how to better legalize CTTZ if the target doesn't have CTPOP, but does have CTLZ 2. Teach PPC32 how to do sub x, const -> add x, -const for valid consts 3. Teach PPC32 how to do and (xor a, -1) b -> andc b, a 4. Teach PPC32 that ISD::CTLZ -> PPC::CNTLZW llvm-svn: 21880
-
- May 11, 2005
-
-
Tanya Lattner authored
llvm-svn: 21878
-
Chris Lattner authored
llvm-svn: 21877
-
John Criswell authored
instructions. Review of this commit would be greatly appreciated. llvm-svn: 21876
-
Chris Lattner authored
with the CBE llvm-svn: 21875
-
Chris Lattner authored
llvm-svn: 21874
-
Chris Lattner authored
looks completely untested. :( llvm-svn: 21873
-
Chris Lattner authored
from the simple isel to the pattern isel. This forces inserted libcalls to serialize against other function calls, which was breaking UnitTests/2005-05-12-Int64ToFP. Hopefully this will fix issues on other targets as well. llvm-svn: 21872
-
Chris Lattner authored
llvm-svn: 21871
-
Chris Lattner authored
llvm-svn: 21870
-
Chris Lattner authored
llvm-svn: 21868
-
Duraid Madina authored
should now pass (the "LLVM" and "REF" results should be identical) llvm-svn: 21866
-
Chris Lattner authored
llvm-svn: 21862
-
Chris Lattner authored
llvm-svn: 21861
-
Duraid Madina authored
the primary user of this will probably end up being find-first-set-bit/find- last-set-bit, which i'll get around to... llvm-svn: 21860
-