- Feb 02, 2004
-
-
Chris Lattner authored
llvm-svn: 11078
-
Chris Lattner authored
llvm-svn: 11077
-
Brian Gaeke authored
and addPassesToJITCompile() slightly. llvm-svn: 11076
-
Brian Gaeke authored
PowerPC-specific passes here. llvm-svn: 11073
-
Chris Lattner authored
llvm-svn: 11070
-
- Feb 01, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 11055
-
- Jan 30, 2004
-
-
Chris Lattner authored
llvm-svn: 11026
-
Chris Lattner authored
llvm-svn: 11025
-
Chris Lattner authored
FP_REG_KILL instructions at the end of blocks involved with critical edges. Fix a bug where FP_REG_KILL instructions weren't inserted in fall through unconditional branches. Perhaps this will fix some linscan problems? llvm-svn: 11019
-
- Jan 28, 2004
-
-
Brian Gaeke authored
llvm-svn: 11002
-
- Jan 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 10972
-
Brian Gaeke authored
PowerPCTargetMachine::addPassesToJITCompile() method, in favor of the TargetJITInfo interface. llvm-svn: 10971
-
- Jan 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 10938
-
Brian Gaeke authored
llvm-svn: 10937
-
- Jan 15, 2004
-
-
Misha Brukman authored
wheel. llvm-svn: 10891
-
Brian Gaeke authored
header more easily includable. llvm-svn: 10880
-
Brian Gaeke authored
llvm-svn: 10879
-
- Jan 14, 2004
-
-
Chris Lattner authored
It's not clear why the code was looking for signed chars < 0, but it can't matter to the assembler anyway, so the check goes away. This also fixes compatibility with arrays of [us]byte that have constantexprs in them. Also slightly restructure some code to be cleaner. llvm-svn: 10854
-
Chris Lattner authored
It's not clear why the code was looking for signed chars < 0, but it can't matter to the assembler anyway, so the check goes away. llvm-svn: 10853
-
- Jan 13, 2004
-
-
Chris Lattner authored
Using the SlotCalculator is total overkill for this file, a simple map will suffice. Why doesn't this use the NameMangler interface? llvm-svn: 10823
-
Brian Gaeke authored
Make addPassesToEmitAssembly() look slightly more like addPassesToJITCompile(). llvm-svn: 10818
-
- Jan 12, 2004
-
-
Chris Lattner authored
llvm-svn: 10782
-
Alkis Evlogimenos authored
register so that LiveVariable analysis is not confused. llvm-svn: 10773
-
- Jan 09, 2004
-
-
Chris Lattner authored
llvm-svn: 10733
-
Chris Lattner authored
llvm-svn: 10732
-
Chris Lattner authored
makes the incestuous #include'ing of sparc internal headers much less disturbing. :) llvm-svn: 10729
-
Chris Lattner authored
llvm-svn: 10728
-
- Dec 28, 2003
-
-
Chris Lattner authored
implementation from the TargetMachine directly. llvm-svn: 10636
-
Alkis Evlogimenos authored
allocation. llvm-svn: 10633
-
Chris Lattner authored
llvm-svn: 10632
-
Chris Lattner authored
llvm-svn: 10629
-
Chris Lattner authored
llvm-svn: 10628
-
- Dec 22, 2003
-
-
Chris Lattner authored
add new getIntPtrType() method llvm-svn: 10579
-
Misha Brukman authored
llvm-svn: 10572
-
- Dec 21, 2003
-
-
Alkis Evlogimenos authored
llvm-svn: 10567
-
- Dec 20, 2003
-
-
Alkis Evlogimenos authored
llvm-svn: 10563
-
Alkis Evlogimenos authored
instruction selector by adding a new pseudo-instruction FP_REG_KILL. This instruction implicitly defines all x86 fp registers and is a terminator so that passes which add machine code at the end of basic blocks (like phi elimination) do not add instructions between it and the branch or return instruction. llvm-svn: 10562
-
Chris Lattner authored
been emitted. Also, since the FPK pass is causing memory access violations, disable it. llvm-svn: 10559
-
Chris Lattner authored
instructions on an ilist llvm-svn: 10556
-
Chris Lattner authored
Minor cleanups to killer pass llvm-svn: 10555
-