Evan Cheng 171049d10f * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead.
* Added a pseudo instruction (for each target) that represent "return void".
  This is a workaround for lack of optional flag operand (return void is not
  lowered so it does not have a flag operand.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24997 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-23 22:14:32 +00:00
..
2005-09-07 23:47:44 +00:00
2005-04-21 23:30:14 +00:00
2005-12-19 00:50:12 +00:00
2005-12-17 07:47:01 +00:00
2005-12-23 07:37:47 +00:00
2005-12-17 07:47:01 +00:00
2004-12-10 04:48:57 +00:00
2005-12-18 06:40:34 +00:00
2005-04-21 23:30:14 +00:00
2005-12-23 07:08:39 +00:00

Meta TODO list:
1. Create a new DAG -> DAG instruction selector, by adding patterns to the
   instructions.
2. ???
3. profit!

To-do
-----

* Keep the address of the constant pool in a register instead of forming its
  address all of the time.
* We can fold small constant offsets into the %hi/%lo references to constant
  pool addresses as well.