- Feb 10, 2004
-
-
Chris Lattner authored
llvm-svn: 11285
-
Chris Lattner authored
llvm-svn: 11282
-
Chris Lattner authored
llvm-svn: 11281
-
Chris Lattner authored
llvm-svn: 11280
-
Chris Lattner authored
llvm-svn: 11277
-
Chris Lattner authored
llvm-svn: 11276
-
Chris Lattner authored
llvm-svn: 11274
-
Chris Lattner authored
I will observe that the concept of using WriteAsOperand is completely broken, but then we all knew that, didn't we? llvm-svn: 11255
-
Misha Brukman authored
llvm-svn: 11252
-
- Feb 09, 2004
-
-
John Criswell authored
placed into any alignment situation. llvm-svn: 11247
-
Chris Lattner authored
llvm-svn: 11228
-
Chris Lattner authored
llvm-svn: 11218
-
- Feb 04, 2004
-
-
Alkis Evlogimenos authored
operand of the instruction and thus simplify the register allocation. llvm-svn: 11124
-
Brian Gaeke authored
at Chris's request. llvm-svn: 11120
-
Alkis Evlogimenos authored
to be the same (IOW they are not two address instructions). llvm-svn: 11117
-
- Feb 03, 2004
-
-
Chris Lattner authored
llvm-svn: 11098
-
Chris Lattner authored
llvm-svn: 11095
-
Chris Lattner authored
llvm-svn: 11094
-
- Feb 02, 2004
-
-
Chris Lattner authored
llvm-svn: 11081
-
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
-