- Jul 19, 2007
-
-
Evan Cheng authored
llvm-svn: 40030
-
Evan Cheng authored
llvm-svn: 40028
-
- Jul 18, 2007
-
-
Evan Cheng authored
Use MOV instead of LEA to restore ESP if callee-saved frame size is 0; if previous instruction updates esp, fold it in. llvm-svn: 40018
-
Dan Gohman authored
and stores that have a specified alignment of less than 16 bytes now use instructions that support misaligned memory references. llvm-svn: 40015
-
Evan Cheng authored
llvm-svn: 39998
-
- Jul 17, 2007
-
-
Evan Cheng authored
llvm-svn: 39984
-
Evan Cheng authored
llvm-svn: 39978
-
Evan Cheng authored
llvm-svn: 39977
-
Evan Cheng authored
Missed the case where alloca is used but the stack size (not including callee-saved portion) is zero. Thanks Dan. llvm-svn: 39974
-
Evan Cheng authored
llvm-svn: 39967
-
Chris Lattner authored
llvm-svn: 39962
-
- Jul 16, 2007
-
-
Dan Gohman authored
llvm-svn: 39921
-
- Jul 14, 2007
-
-
Anton Korobeynikov authored
This patch fills the last necessary bits to enable exceptions handling in LLVM. Currently only on x86-32/linux. In fact, this patch adds necessary intrinsics (and their lowering) which represent really weird target-specific gcc builtins used inside unwinder. After corresponding llvm-gcc patch will land (easy) exceptions should be more or less workable. However, exceptions handling support should not be thought as 'finished': I expect many small and not so small glitches everywhere. llvm-svn: 39855
-
Evan Cheng authored
llvm-svn: 39843
-
- Jul 13, 2007
-
-
Dale Johannesen authored
Change name of -sched option and DEBUG_TYPE to pre-RA-sched; adjust testcases. llvm-svn: 39816
-
Chris Lattner authored
llvm-svn: 39813
-
- Jul 12, 2007
-
-
Dale Johannesen authored
following jump tables that it earlier inserted. This would be OK on other targets but is needed for correctness only on ARM (constant islands needs to find jump tables). llvm-svn: 39782
-
Chris Lattner authored
llvm-svn: 39772
-
Bruno Cardoso Lopes authored
Fixed print immediate Fixed Identation on MipsISelDAGToDAG.cpp llvm-svn: 39764
-
Bruno Cardoso Lopes authored
Prologue/Epilogue support fp,ra save/restore and use the stack frame the right way! llvm-svn: 39763
-
Bruno Cardoso Lopes authored
llvm-svn: 39761
-
Bruno Cardoso Lopes authored
FI's created the write way to represent Mips stack llvm-svn: 39760
-
Bruno Cardoso Lopes authored
llvm-svn: 39759
-
Bruno Cardoso Lopes authored
llvm-svn: 39758
-
- Jul 11, 2007
-
-
Lauro Ramos Venancio authored
llvm-svn: 39752
-
Dale Johannesen authored
of size other than 4). llvm-svn: 39743
-
Lauro Ramos Venancio authored
llvm-svn: 39737
-
Chris Lattner authored
the sparc backend should be preferred when running on sparcs. llvm-svn: 39142
-
Evan Cheng authored
llvm-svn: 38515
-
- Jul 10, 2007
-
-
Dale Johannesen authored
llvm-svn: 38514
-
Evan Cheng authored
llvm-svn: 38513
-
Dale Johannesen authored
pedantic satisfaction level. llvm-svn: 38512
-
Chris Lattner authored
llvm-svn: 38507
-
Evan Cheng authored
llvm-svn: 38501
-
Evan Cheng authored
llvm-svn: 38500
-
Dan Gohman authored
in addition to the intrinsic forms. Add spill-folding entries for these new instructions, and for the scalar min and max instrinsic instructions which were missing. And add some preliminary ISelLowering code for using the new non-intrinsic vector sqrt instruction, and fneg and fabs. llvm-svn: 38478
-
- Jul 09, 2007
-
-
Dan Gohman authored
register ordering, for both physical and virtual registers. Update the PPC target lowering for calls to expect registers for the call result to already be in target order. llvm-svn: 38471
-
Chris Lattner authored
zero if they see a target triple they don't understand. llvm-svn: 38463
-
- Jul 07, 2007
-
-
Evan Cheng authored
llvm-svn: 37965
-
Evan Cheng authored
llvm-svn: 37962
-