- Jul 24, 2009
-
-
Daniel Dunbar authored
LiveInterval, etc to raw_ostream. llvm-svn: 76965
-
Daniel Dunbar authored
llvm-svn: 76964
-
Daniel Dunbar authored
llvm-svn: 76963
-
Daniel Dunbar authored
llvm-svn: 76962
-
Daniel Dunbar authored
llvm-svn: 76961
-
Eli Friedman authored
llvm-svn: 76960
-
Daniel Dunbar authored
llvm-svn: 76957
-
Daniel Dunbar authored
- Not currently used. llvm-svn: 76956
-
Chris Lattner authored
implementation, eliminating a dupe. llvm-svn: 76953
-
Chris Lattner authored
llvm-svn: 76951
-
Chris Lattner authored
llvm-svn: 76950
-
Chris Lattner authored
and simplify some other code. llvm-svn: 76949
-
Chris Lattner authored
The later doesn't depend on any crazy LLVM IR stuff, and this pulls the concatenation of prefix with GV name (the root problem behind PR4584) out one level. llvm-svn: 76948
-
Chris Lattner authored
eliminating isNamed. llvm-svn: 76946
-
Chris Lattner authored
llvm-svn: 76945
-
Chris Lattner authored
llvm-svn: 76944
-
Daniel Dunbar authored
llvm-svn: 76943
-
Chris Lattner authored
llvm-svn: 76942
-
Chris Lattner authored
llvm-svn: 76941
-
Chris Lattner authored
llvm-svn: 76938
-
Chris Lattner authored
llvm-svn: 76937
-
Chris Lattner authored
llvm-svn: 76936
-
Chris Lattner authored
a sad mistake that is regretted. :) llvm-svn: 76935
-
Evan Cheng authored
llvm-svn: 76930
-
Dan Gohman authored
llvm-svn: 76929
-
Evan Cheng authored
FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructions on all sub-targets. llvm-svn: 76925
-
Owen Anderson authored
llvm-svn: 76922
-
Eric Christopher authored
to support vector arguments and scalar arguments correctly. Update lowering and fix comment to refer to pinsr* instead of insertps. llvm-svn: 76921
-
Dan Gohman authored
llvm-svn: 76920
-
David Goodwin authored
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index elimination more exactly for Thumb-2 to get better code gen. llvm-svn: 76919
-
Sean Callanan authored
for the assembler/disassembler to use. llvm-svn: 76914
-
Owen Anderson authored
llvm-svn: 76912
-
David Greene authored
Write space padding as one string to speed up comment printing. llvm-svn: 76910
-
Evan Cheng authored
llvm-svn: 76909
-
- Jul 23, 2009
-
-
Reid Kleckner authored
bots like the BumpPtrAllocator changes. llvm-svn: 76902
-
Chris Lattner authored
%0 = malloc [3758096384 x i32] The "malloc" instruction doesn't support 64-bits correctly (see PR715), and should be removed. Victor is actively working on fixing this, in the meantime just don't crash. llvm-svn: 76899
-
Duncan Sands authored
testsuite, due to exception handling not working correctly. Maybe because the libgcc unwinder is miscompiled - not sure, and I won't have time to look into it before leaving on holiday. Note that miscompilations of libgcc are not picked up by the nightly testers, because they dynamically link with libgcc, so pick up the system version rather than the version built as part of llvm-gcc. This is a nasty flaw in the nightly testers. (On the other hand the Ada testsuite links with the just built libgcc). llvm-svn: 76895
-
Daniel Dunbar authored
llvm-svn: 76894
-
Daniel Dunbar authored
llvm-svn: 76893
-
Reid Kleckner authored
an off-by-one error. llvm-svn: 76891
-