- Jun 25, 2004
-
-
Chris Lattner authored
llvm-svn: 14388
-
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
llvm-svn: 14383
-
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
-
Reid Spencer authored
the methods they are interested in to perform out-of-band tasks while the BytecodeReader is constructing a module. Handlers should *not* modify any of the LLVM IR objects during this process. llvm-svn: 14380
-
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
-
Misha Brukman authored
* Sprinkle hypens liberally * Fix some grammar in comments llvm-svn: 14374
-
Misha Brukman authored
llvm-svn: 14373
-
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
-
Chris Lattner authored
llvm-svn: 14370
-
Vikram S. Adve authored
llvm-svn: 14369
-
Chris Lattner authored
want it, just type 'make tags' llvm-svn: 14368
-
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
-
Chris Lattner authored
llvm-svn: 14359
-
Chris Lattner authored
Second, disable substitution of quadratic addrec expressions to avoid putting multiplies in loops! llvm-svn: 14358
-
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
-
Misha Brukman authored
llvm-svn: 14352
-
Misha Brukman authored
llvm-svn: 14351
-
Misha Brukman authored
llvm-svn: 14350
-
Misha Brukman authored
llvm-svn: 14349
-
Misha Brukman authored
llvm-svn: 14348
-
Reid Spencer authored
occur AFTER the source is checked out. This ensures that if either of the -gnuplotscript or -templatefile options are not given, that they get picked up from the checkout directory and don't abort the test unnecessarily. llvm-svn: 14346
-
Reid Spencer authored
test environments that don't have Povray or SPEC. llvm-svn: 14345
-