- Jun 25, 2004
-
-
Misha Brukman authored
llvm-svn: 14412
-
Misha Brukman authored
llvm-svn: 14411
-
Misha Brukman authored
* Use MachineBB's built-in numbering system instead of reinventing one llvm-svn: 14408
-
Misha Brukman authored
* Remove x86-specific comment re: intel vs. at&t assembly syntax llvm-svn: 14406
-
Misha Brukman authored
llvm-svn: 14405
-
Misha Brukman authored
* Replace silent fall-through FIXME comments with an error to cerr and an abort * No need to set size of statically initialized arrays llvm-svn: 14404
-
Misha Brukman authored
llvm-svn: 14403
-
Tanya Lattner authored
Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. llvm-svn: 14389
-
Misha Brukman authored
llvm-svn: 14387
-
Misha Brukman authored
llvm-svn: 14386
-
Misha Brukman authored
llvm-svn: 14385
-
Misha Brukman authored
* Parenthesize assert() expressions correctly * Fix spacing around for() and if() statements llvm-svn: 14384
-
Misha Brukman authored
* Wrap long line to 80 cols llvm-svn: 14382
-
Misha Brukman authored
* Send an error message to std::cerr before abort()ing llvm-svn: 14381
-
Misha Brukman authored
* Remove unnecessary parens, braces, clean up code layout llvm-svn: 14379
-
Misha Brukman authored
llvm-svn: 14377
-
- Jun 24, 2004
-
-
Misha Brukman authored
llvm-svn: 14376
-
Misha Brukman authored
more operand in GEPOps than there are types in GEPTypes: the pointer that is the first operand of the GEP instruction. llvm-svn: 14375
-
Brian Gaeke authored
llvm-svn: 14372
-
Brian Gaeke authored
(It's not yet clear how to copy doubles from register to register.) llvm-svn: 14371
-
Misha Brukman authored
* Use the DEBUG() guard for debug printouts llvm-svn: 14367
-
Brian Gaeke authored
llvm-svn: 14366
-
Brian Gaeke authored
Compactify the code that emits copies of constant ints into registers. llvm-svn: 14365
-
Brian Gaeke authored
llvm-svn: 14364
-
Brian Gaeke authored
Fix bug in emitGEPOperation where we weren't passing MBB, IP to getReg. (hey, wouldn't a constant expression lowering pass be cool? huh huhuhuh) Fix bug in emitGEPOperation where we might try to OR a constant into a register which was too big to fit in the immediate field. Support and, or, xor of longs. llvm-svn: 14363
-
Brian Gaeke authored
variant worth worrying about; the fp ones have two. llvm-svn: 14362
-
Brian Gaeke authored
variant worth worrying about; the fp ones have two. Add fp stores. llvm-svn: 14361
-
Brian Gaeke authored
variant worth worrying about; the fp ones have two. Stub out the case analysis of int-to-fp casts (no code yet). I think the number of operands passed to BuildMI for loads was wrong. Support load and store of float and double. llvm-svn: 14360
-
Brian Gaeke authored
representational consistency, we want to address the halves of each 64-bit value separately. llvm-svn: 14356
-
Brian Gaeke authored
llvm-svn: 14355
-
- Jun 23, 2004
-
-
Brian Gaeke authored
instructions they augment, instead of replacing them. It's good for debugging, and it's OK for the sparcv9 backend. llvm-svn: 14353
-
- Jun 22, 2004
-
-
Brian Gaeke authored
llvm-svn: 14332
-
- Jun 21, 2004
-
-
Misha Brukman authored
llvm-svn: 14305
-
Misha Brukman authored
them with a namespace declaration. llvm-svn: 14303
-
Misha Brukman authored
llvm-svn: 14302
-
Misha Brukman authored
llvm-svn: 14301
-
Misha Brukman authored
llvm-svn: 14300
-
Misha Brukman authored
llvm-svn: 14299
-
Misha Brukman authored
llvm-svn: 14298
-
Misha Brukman authored
llvm-svn: 14297
-