- Nov 02, 2003
-
-
Chris Lattner authored
used to eliminate the hard coded, hacked in, sparc specific, global TargetData. Changing the TargetData used to actually match the code fixes problems, and eliminates a crash. llvm-svn: 9659
-
Chris Lattner authored
llvm-svn: 9658
-
Chris Lattner authored
llvm-svn: 9656
-
Chris Lattner authored
llvm-svn: 9654
-
Chris Lattner authored
llvm-svn: 9648
-
Chris Lattner authored
to emit types which are not used. llvm-svn: 9647
-
Chris Lattner authored
to fix test/Regression/CBackend/2003-10-23-UnusedType.ll. This completely neutered the deadtypeelim pass. llvm-svn: 9646
-
- Oct 31, 2003
-
-
Chris Lattner authored
functions. GRR llvm-svn: 9641
-
Chris Lattner authored
Do you detect the animosity I feel towards CPRs yet? llvm-svn: 9640
-
Chris Lattner authored
llvm-svn: 9639
-
Chris Lattner authored
a lot of code to be pessimized. I hate CPRs. :( llvm-svn: 9635
-
Alkis Evlogimenos authored
llvm-svn: 9629
-
Chris Lattner authored
llvm-svn: 9619
-
- Oct 30, 2003
-
-
Brian Gaeke authored
implementing verifySavedState(). In saveState(), use the new AllocInfo::AllocStateTy enum, and increment Insn each time through the loop. llvm-svn: 9617
-
Brian Gaeke authored
Move the stringifying method for that enum into class AllocInfo. llvm-svn: 9616
-
Alkis Evlogimenos authored
to create the minimum number of opaque types for each type with a cycle in its type graph. llvm-svn: 9615
-
Alkis Evlogimenos authored
inside DEBUG_OUTPUT so that it compiles. llvm-svn: 9614
-
Chris Lattner authored
llvm-svn: 9611
-
Chris Lattner authored
llvm-svn: 9607
-
Chris Lattner authored
llvm-svn: 9600
-
Chris Lattner authored
llvm-svn: 9598
-
Chris Lattner authored
llvm-svn: 9597
-
- Oct 29, 2003
-
-
Chris Lattner authored
llvm-svn: 9593
-
Brian Gaeke authored
llvm-svn: 9590
-
Brian Gaeke authored
work on Mac OS X. Also turn ${...} into $(...); we do not speak BSD Make. llvm-svn: 9589
-
Chris Lattner authored
llvm-svn: 9585
-
Chris Lattner authored
llvm-svn: 9579
-
Brian Gaeke authored
because the Arch variable will likely be undefined. llvm-svn: 9576
-
Alkis Evlogimenos authored
llvm-svn: 9575
-
Chris Lattner authored
llvm-svn: 9572
-
Chris Lattner authored
ConstantExpr's can use unrelated types, make sure to scan them. llvm-svn: 9569
-
- Oct 28, 2003
-
-
Chris Lattner authored
llvm-svn: 9563
-
Chris Lattner authored
file name, we only support function profiling. This will be fixed in the near future. llvm-svn: 9547
-
- Oct 27, 2003
-
-
Chris Lattner authored
llvm-svn: 9543
-
Chris Lattner authored
do something dumb, and inefficient, but more complete. llvm-svn: 9542
-
Chris Lattner authored
Fix PR58 llvm-svn: 9530
-
Chris Lattner authored
PHI node entries for unwind instructions just like for call instructions which became invokes! This fixes PR57, tested by Inline/2003-10-26-InlineInvokeExceptionDestPhi.ll llvm-svn: 9526
-
- Oct 25, 2003
-
-
Chris Lattner authored
llvm-svn: 9503
-
Chris Lattner authored
llvm-svn: 9502
-
- Oct 24, 2003
-
-
Brian Gaeke authored
Prototype option to save state in a global instead of as a Constant in the Module. (Turned off, for now, with the on/off switch welded in the off position. You get the idea.) llvm-svn: 9500
-