Skip to content
  1. Apr 23, 2012
  2. Apr 22, 2012
  3. Apr 20, 2012
  4. Apr 19, 2012
  5. Apr 18, 2012
  6. Apr 17, 2012
  7. Apr 16, 2012
  8. Apr 15, 2012
  9. Apr 14, 2012
  10. Apr 13, 2012
  11. Apr 12, 2012
  12. Apr 11, 2012
  13. Apr 10, 2012
  14. Apr 09, 2012
  15. Apr 08, 2012
    • Chandler Carruth's avatar
      Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No test · 097d019c
      Chandler Carruth authored
      case as we don't currently have any way of dumping target options or
      otherwise observing this. Another small step toward fixing PR12380. With
      this we generate TLS accesses using the static model instead of the
      dynamic model, but we're still generating suboptimal code under the
      mistaken assumption that the TLS offset might be greater than 2^32, and
      therefor not viable as an immediate offset of a segment register.
      
      llvm-svn: 154298
      097d019c
Loading