Misha Brukman
|
2f0cda8b2a
|
Fix loading and storing PC-relative static variables, courtesy of Nate Begeman.
llvm-svn: 14468
|
2004-06-28 18:20:59 +00:00 |
Misha Brukman
|
c22fd9a6a5
|
Do not move any values into registers for a void return (there isn't anything).
llvm-svn: 14413
|
2004-06-25 19:04:27 +00:00 |
Misha Brukman
|
5dbf760e00
|
Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr.
llvm-svn: 14411
|
2004-06-25 18:36:53 +00:00 |
Misha Brukman
|
468d9a0087
|
Fix bug in previous checkin.
llvm-svn: 14405
|
2004-06-25 14:57:19 +00:00 |
Misha Brukman
|
9ff1cda1a8
|
* Wrap long lines
* 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
|
2004-06-25 14:50:41 +00:00 |
Misha Brukman
|
08b0e61841
|
Excise X86-specific comments.
llvm-svn: 14403
|
2004-06-25 14:13:26 +00:00 |
Misha Brukman
|
c45a5a369d
|
Add a `break' in the switch/case statement between the int/fp sections.
llvm-svn: 14385
|
2004-06-24 23:53:24 +00:00 |
Misha Brukman
|
9adccb6a50
|
Unindent some more code to be consistent.
llvm-svn: 14377
|
2004-06-24 22:00:15 +00:00 |
Misha Brukman
|
1e057bf1b7
|
Unindent some code, it only needs 2 spaces.
llvm-svn: 14376
|
2004-06-24 21:56:15 +00:00 |
Misha Brukman
|
29b3dd7d35
|
In emitting code for a GEP instr, iterate over GEPTypes because there is one
more operand in GEPOps than there are types in GEPTypes: the pointer that is the
first operand of the GEP instruction.
llvm-svn: 14375
|
2004-06-24 21:54:47 +00:00 |
Misha Brukman
|
5e323e10df
|
* Make indentation consistent at 2 chars
* Doxygenify function comments
* Wrap code at 80 cols
llvm-svn: 14295
|
2004-06-21 20:22:03 +00:00 |
Misha Brukman
|
302df232b5
|
llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h
llvm-svn: 14292
|
2004-06-21 18:30:31 +00:00 |
Misha Brukman
|
11f74d7072
|
Intrinsic::isnan has gone away, support for it commented out.
Intrinsic::isunordered has arrived, and we just use the standard lowering
pass for it.
llvm-svn: 14290
|
2004-06-21 17:58:36 +00:00 |
Misha Brukman
|
c3a0b330c9
|
Convert tabs to spaces.
llvm-svn: 14289
|
2004-06-21 17:41:12 +00:00 |
Misha Brukman
|
254d2cf452
|
Type::getPrimitiveID() -> getTypeID()
llvm-svn: 14288
|
2004-06-21 17:25:55 +00:00 |
Misha Brukman
|
e05203fb40
|
Initial revision
llvm-svn: 14283
|
2004-06-21 16:55:25 +00:00 |