- Sep 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8312
-
Chris Lattner authored
llvm-svn: 8311
-
Chris Lattner authored
llvm-svn: 8309
-
Chris Lattner authored
llvm-svn: 8306
-
Chris Lattner authored
llvm-svn: 8301
-
Chris Lattner authored
llvm-svn: 8299
-
Chris Lattner authored
llvm-svn: 8297
-
Chris Lattner authored
llvm-svn: 8294
-
Chris Lattner authored
llvm-svn: 8293
-
Chris Lattner authored
llvm-svn: 8292
-
- Aug 29, 2003
-
-
Misha Brukman authored
* Break apart saving and restoring registers into separate functions * Instead of saving single and double FP registers, just save the double registers -- aliasing helps preserve the single FP registers as well. * Request just as much memory for a stub as we actually use llvm-svn: 8200
-
- Aug 28, 2003
-
-
Chris Lattner authored
until we implement unwinding. Add support for the invoke instruction, which codegens just like a call with a branch after it. The end effect of this change is that programs using the invoke instruction, but never unwinding, will work fine. Programs that unwind will abort until we get unwind support. llvm-svn: 8187
-
- Aug 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8132
-
Chris Lattner authored
llvm-svn: 8127
-
Chris Lattner authored
llvm-svn: 8120
-
- Aug 21, 2003
-
-
Chris Lattner authored
llvm-svn: 8019
-
- Aug 18, 2003
-
-
Chris Lattner authored
llvm-svn: 7951
-
Misha Brukman authored
llvm-svn: 7944
-
Chris Lattner authored
This bug caused miscompilation of programs using 'struct stat', but only if compiled with support for 64-bit filesystems. This could in theory effect other things, but only if the LLVM code shared data structures with native code. llvm-svn: 7928
-
- Aug 16, 2003
-
-
Brian Gaeke authored
llvm-svn: 7913
-
- Aug 15, 2003
-
-
Misha Brukman authored
rounding up to a page, we need to request (num instrs * 4) bytes. However, I think that 64 bytes is overkill for the stub function. llvm-svn: 7888
-
Misha Brukman authored
llvm-svn: 7884
-
Chris Lattner authored
llvm-svn: 7873
-
Chris Lattner authored
llvm-svn: 7872
-
Chris Lattner authored
llvm-svn: 7870
-
Misha Brukman authored
registers are global, are NOT windowed, and hence can be clobbered! * Removed unused register shorthand notations * Fixed and cleaned up comments in inline assembly llvm-svn: 7853
-
- Aug 14, 2003
-
-
Misha Brukman authored
to mark TableGen description files with "C++ mode". llvm-svn: 7841
-
Chris Lattner authored
llvm-svn: 7840
-
Brian Gaeke authored
llvm-svn: 7839
-
Brian Gaeke authored
addPassesToEmitMachineCode now both take a FunctionPassManager. llvm-svn: 7837
-
Brian Gaeke authored
Get rid of RegisterLLC, which can't handle FunctionPasses anyway. llvm-svn: 7836
-
Brian Gaeke authored
addPassesToEmitMachineCode now both take a FunctionPassManager. Factory methods for function passes now return type FunctionPass *. llvm-svn: 7835
-
- Aug 13, 2003
-
-
Brian Gaeke authored
Function at a time: smacked Who you gonna call!!! :-) llvm-svn: 7826
-
Brian Gaeke authored
llvm-svn: 7823
-
Brian Gaeke authored
FunctionPassManager, to support function-at-a-time compilation and emission of code. llvm-svn: 7821
-
Brian Gaeke authored
function-at-a-time compilation and emission of code. Separate addPassesToEmitAssembly from addPassesToJITCompile, because the latter requires you to use FunctionPasses, and the former might diverge anyway. llvm-svn: 7817
-
Brian Gaeke authored
Correct one of the functions' comments. llvm-svn: 7816
-
Brian Gaeke authored
Revert (to v1.55) one of the hunks of Chris's change that messed up the %-register workaround. llvm-svn: 7815
-
Chris Lattner authored
llvm-svn: 7802
-
Brian Gaeke authored
get lost... llvm-svn: 7798
-