Arnold Schwaighofer c85e1716f0 Added tail call optimization to the x86 back end. It can be
enabled by passing -tailcallopt to llc.  The optimization is
performed if the following conditions are satisfied:
* caller/callee are fastcc
* elf/pic is disabled OR
  elf/pic enabled + callee is in module + callee has
  visibility protected or hidden


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42870 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-11 19:40:01 +00:00
..
2007-10-08 15:08:41 +00:00
2007-10-03 12:07:14 +00:00
2007-08-05 20:06:04 +00:00
2007-05-23 05:46:04 +00:00
2007-05-18 07:07:05 +00:00
2007-07-02 14:53:37 +00:00
2007-04-16 21:24:12 +00:00
2007-04-29 18:02:48 +00:00
2007-04-01 07:26:35 +00:00
2007-08-05 20:06:04 +00:00
2007-09-25 13:53:22 +00:00
2007-07-19 15:32:47 +00:00