- Feb 09, 2006
-
-
Chris Lattner authored
llvm-svn: 26091
-
Chris Lattner authored
llvm-svn: 26090
-
Evan Cheng authored
llvm-svn: 26085
-
Chris Lattner authored
llvm-svn: 26080
-
Chris Lattner authored
value/alignment pair for each constant, keep a value/offset pair. llvm-svn: 26078
-
Evan Cheng authored
SDOperand Select(SDOperand N); to void Select(SDOperand &Result, SDOperand N); llvm-svn: 26067
-
- Feb 05, 2006
-
-
Chris Lattner authored
llvm-svn: 26009
-
Evan Cheng authored
llvm-svn: 25998
-
Chris Lattner authored
llvm-svn: 25991
-
Chris Lattner authored
llvm-svn: 25985
-
- Feb 25, 2004
-
-
Brian Gaeke authored
llvm-svn: 11826
-
- Feb 24, 2004
-
-
Brian Gaeke authored
llvm-svn: 11804
-
- Feb 22, 2004
-
-
Alkis Evlogimenos authored
switch statements in the constructors and simplifies the implementation of the getUseType() member function. You will have to specify defs using MachineOperand::Def instead of MOTy::Def though (similarly for Use and UseAndDef). llvm-svn: 11715
-
- Feb 15, 2004
-
-
Chris Lattner authored
llvm-svn: 11474
-
- Feb 14, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 11430
-
- Feb 13, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 11393
-
Chris Lattner authored
llvm-svn: 11375
-
- Feb 12, 2004
-
-
Brian Gaeke authored
llvm-svn: 11342
-
Alkis Evlogimenos authored
ilist of MachineInstr objects. This allows constant time removal and insertion of MachineInstr instances from anywhere in each MachineBasicBlock. It also allows for constant time splicing of MachineInstrs into or out of MachineBasicBlocks. llvm-svn: 11340
-
- Feb 11, 2004
-
-
Brian Gaeke authored
llvm-svn: 11335
-
Alkis Evlogimenos authored
llvm-svn: 11322
-
Alkis Evlogimenos authored
llvm-svn: 11317
-
Alkis Evlogimenos authored
MO_VirtualRegister but if the register number is one of a physical register is it considered as a physical register. llvm-svn: 11315
-
Alkis Evlogimenos authored
MO_VirtualRegister but actually be representing a physical register. llvm-svn: 11310
-
- Feb 10, 2004
-
-
Chris Lattner authored
llvm-svn: 11282
-
Chris Lattner authored
llvm-svn: 11280
-
Chris Lattner authored
llvm-svn: 11277
-
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
-
- Jan 28, 2004
-
-
Brian Gaeke authored
llvm-svn: 11002
-
- Jan 15, 2004
-
-
Misha Brukman authored
wheel. llvm-svn: 10891
-
Brian Gaeke authored
header more easily includable. llvm-svn: 10880
-
- 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
-
- 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
-
- 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
-