Skip to content
  1. Aug 29, 2012
    • Benjamin Kramer's avatar
      Make MemoryBuiltins aware of TargetLibraryInfo. · 8bcc9711
      Benjamin Kramer authored
      This disables malloc-specific optimization when -fno-builtin (or -ffreestanding)
      is specified. This has been a problem for a long time but became more severe
      with the recent memory builtin improvements.
      
      Since the memory builtin functions are used everywhere, this required passing
      TLI in many places. This means that functions that now have an optional TLI
      argument, like RecursivelyDeleteTriviallyDeadFunctions, won't remove dead
      mallocs anymore if the TLI argument is missing. I've updated most passes to do
      the right thing.
      
      Fixes PR13694 and probably others.
      
      llvm-svn: 162841
      8bcc9711
  2. Aug 22, 2012
  3. Aug 03, 2012
  4. Jul 25, 2012
  5. Jul 24, 2012
  6. Apr 18, 2012
  7. Feb 12, 2012
  8. Dec 20, 2011
  9. Dec 08, 2011
  10. Dec 01, 2011
  11. Nov 30, 2011
  12. Nov 17, 2011
  13. Jun 09, 2011
  14. May 21, 2011
  15. Apr 20, 2011
  16. Apr 19, 2011
  17. Mar 03, 2011
  18. Feb 18, 2011
Loading