- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9901
-
Chris Lattner authored
llvm-svn: 9895
-
Brian Gaeke authored
Refactor MakeFileExecutable() & MakeFileExecutable() into AddPermissionsBits(). llvm-svn: 9892
-
Chris Lattner authored
llvm-svn: 9880
-
- Nov 10, 2003
-
-
Brian Gaeke authored
externally-visible linkage, and SaveStateToModule must default to true for llc. I don't remember why I made it const; perhaps it should be deconstified. llvm-svn: 9858
-
Chris Lattner authored
llvm-svn: 9857
-
Chris Lattner authored
llvm-svn: 9853
-
Brian Gaeke authored
each instruction produces as "operand" -1, and the other operands as 0 .. n, as before. PhyRegAlloc::saveState() is refactored into PhyRegAlloc::saveStateForValue(). llvm-svn: 9842
-
- Nov 09, 2003
-
-
Chris Lattner authored
llvm-svn: 9834
-
Chris Lattner authored
and wrote it up. Thanks!! llvm-svn: 9832
-
Chris Lattner authored
llvm-svn: 9831
-
Brian Gaeke authored
llvm-svn: 9830
-
Chris Lattner authored
pool allocator no end of trouble, and doesn't make a lot of sense anyway. This does not solve the problem with mutually recursive functions, but they are much less common. llvm-svn: 9828
-
Chris Lattner authored
llvm-svn: 9827
-
Chris Lattner authored
llvm-svn: 9826
-
Chris Lattner authored
callgraph MUCH simpler for eh using program. llvm-svn: 9825
-
Chris Lattner authored
llvm-svn: 9824
-
Brian Gaeke authored
longer used. llvm-svn: 9823
-
- Nov 08, 2003
-
-
Chris Lattner authored
that memset returns its argument!! llvm-svn: 9811
-
Chris Lattner authored
llvm-svn: 9809
-
Brian Gaeke authored
llvm-svn: 9806
-
Misha Brukman authored
are being added as FunctionPasses... Sigh. llvm-svn: 9798
-
- Nov 07, 2003
-
-
Brian Gaeke authored
still causes a crash. But it's better than before. llvm-svn: 9794
-
Misha Brukman authored
llvm-svn: 9793
-
Brian Gaeke authored
destination, if returning from an invoke. Implement 'unwind' instruction. llvm-svn: 9792
-
Misha Brukman authored
for the Sparc backend: breaking up constant expressions. Thus, we cannot have it guarded by a conditional, it should never be disabled. Also, it's now available for the JIT since it is a FunctionPass. llvm-svn: 9791
-
Misha Brukman authored
llvm-svn: 9790
-
Brian Gaeke authored
llvm-svn: 9789
-
Brian Gaeke authored
Use visitCallSite to implement both CallInsts and InvokeInsts. llvm-svn: 9788
-
Brian Gaeke authored
llvm-svn: 9787
-
Brian Gaeke authored
llvm-svn: 9784
-
Misha Brukman authored
llvm-svn: 9777
-
Misha Brukman authored
MachineConstantPool. This involved refactoring the two classes involved in printing out Sparc assembly. In fact, they should share all this code anyway. llvm-svn: 9776
-
Misha Brukman authored
llvm-svn: 9775
-
Misha Brukman authored
llvm-svn: 9774
-
Misha Brukman authored
it will be converted to a MachineConstantPool index during instruction selection * This is now eligible to become a FunctionPass since it does not have any side effects outside of the function it is processing. llvm-svn: 9773
-
Misha Brukman authored
* Do not create new globals for constants! Also, order #includes as per coding style guide llvm-svn: 9772
-
Misha Brukman authored
llvm-svn: 9770
-
Misha Brukman authored
llvm-svn: 9768
-
Brian Gaeke authored
Make external function calls slightly less special; now they get a stack frame. llvm-svn: 9765
-