Skip to content
  1. Apr 03, 2012
  2. Apr 02, 2012
  3. Mar 31, 2012
  4. Mar 30, 2012
  5. Mar 29, 2012
  6. Mar 28, 2012
  7. Feb 05, 2012
    • Chris Lattner's avatar
      reapply the patches reverted in r149470 that reenable ConstantDataArray, · cf9e8f69
      Chris Lattner authored
      but with a critical fix to the SelectionDAG code that optimizes copies
      from strings into immediate stores: the previous code was stopping reading
      string data at the first nul.  Address this by adding a new argument to
      llvm::getConstantStringInfo, preserving the behavior before the patch.
      
      llvm-svn: 149800
      cf9e8f69
  8. Feb 01, 2012
  9. Jan 31, 2012
  10. Jan 27, 2012
  11. Jan 20, 2012
  12. Jan 07, 2012
  13. Dec 02, 2011
    • Nick Lewycky's avatar
      Move global variables in TargetMachine into new TargetOptions class. As an API · 50f02cb2
      Nick Lewycky authored
      change, now you need a TargetOptions object to create a TargetMachine. Clang
      patch to follow.
      
      One small functionality change in PTX. PTX had commented out the machine
      verifier parts in their copy of printAndVerify. That now calls the version in
      LLVMTargetMachine. Users of PTX who need verification disabled should rely on
      not passing the command-line flag to enable it.
      
      llvm-svn: 145714
      50f02cb2
  14. Nov 05, 2011
  15. Nov 04, 2011
  16. Nov 01, 2011
  17. Oct 18, 2011
  18. Sep 08, 2011
  19. Sep 02, 2011
  20. Aug 24, 2011
  21. Aug 18, 2011
Loading