Skip to content
  1. Aug 01, 2013
  2. Jul 25, 2013
  3. Jul 13, 2013
  4. Jun 25, 2013
  5. Jun 21, 2013
  6. Jun 20, 2013
    • Meador Inge's avatar
      CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls' · f081d025
      Meador Inge authored
      The simplify-libcalls pass has been removed from LLVM.  Thus
      'PMBuilder.DisableSimplifyLibCalls' does not exist anymore.
      The disabling/enabling of library call simplifications is
      done through the TargetLibraryInfo which is already wired
      up in Clang.
      
      llvm-svn: 184458
      f081d025
  7. Apr 04, 2013
  8. Mar 27, 2013
  9. Mar 26, 2013
  10. Mar 20, 2013
  11. Mar 14, 2013
  12. Mar 07, 2013
  13. Feb 27, 2013
  14. Jan 31, 2013
    • Evgeniy Stepanov's avatar
      [msan] Run more optimizations after MemorySanitizer pass. · 10284671
      Evgeniy Stepanov authored
      MSan instrumentation is driven by the original code. We take every
      incoming instruction and emit another instruction (or ten) next to
      it, operating on the shadow values (but sometimes on the real values,
      too). Two programs in one, essentially. There can be any kinds of
      redundancies in the second one, so we just run whatever is normally
      run at -O2, and then exclude some passes that do not help much with
      benchmarks.
      
      llvm-svn: 174049
      10284671
  15. Jan 28, 2013
  16. Jan 20, 2013
  17. Jan 18, 2013
  18. Jan 07, 2013
  19. Jan 05, 2013
  20. Jan 02, 2013
  21. Dec 28, 2012
  22. Dec 24, 2012
  23. Dec 11, 2012
  24. Dec 10, 2012
  25. Dec 04, 2012
    • Chandler Carruth's avatar
      Sort all of Clang's files under 'lib', and fix up the broken headers · 3a02247d
      Chandler Carruth authored
      uncovered.
      
      This required manually correcting all of the incorrect main-module
      headers I could find, and running the new llvm/utils/sort_includes.py
      script over the files.
      
      I also manually added quite a few missing headers that were uncovered by
      shuffling the order or moving headers up to be main-module-headers.
      
      llvm-svn: 169237
      3a02247d
  26. Dec 03, 2012
  27. Nov 29, 2012
  28. Nov 28, 2012
  29. Nov 23, 2012
  30. Nov 15, 2012
  31. Nov 09, 2012
  32. Nov 05, 2012
  33. Oct 24, 2012
  34. Oct 23, 2012
  35. Oct 19, 2012
    • Daniel Dunbar's avatar
      IRgen: Initialize TargetLoweringInfo with a triple. · aa437df9
      Daniel Dunbar authored
       - We create two TargetLoweringInfo instances for different pass managers, and
         they weren't consistent (the one for codegen didn't have the right info). I'm
         not sure this mattered anywhere in practice.
      
      llvm-svn: 166299
      aa437df9
Loading