Skip to content
  1. Jul 16, 2010
  2. Jun 29, 2010
  3. Jan 26, 2010
  4. Jan 04, 2010
    • David Greene's avatar
      · 94cfbe1d
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92498
      94cfbe1d
  5. Aug 22, 2009
  6. Aug 20, 2009
    • David Greene's avatar
      · 40a0fbc1
      David Greene authored
      Add missing includes.
      
      llvm-svn: 79476
      40a0fbc1
  7. Aug 13, 2009
  8. Aug 05, 2009
    • Bruno Cardoso Lopes's avatar
      - Remove custom handling of jumptables by the elf writter (this was · 2b1dc9a7
      Bruno Cardoso Lopes authored
      a dirty hack and isn't need anymore since the last x86 code emitter patch)
      - Add a target-dependent modifier to addend calculation
      - Use R_X86_64_32S relocation for X86::reloc_absolute_word_sext
      - Use getELFSectionFlags whenever possible
      - fix getTextSection to use TLOF and emit the right text section 
      - Handle global emission for static ctors, dtors and Type::PointerTyID
      - Some minor fixes
      
      llvm-svn: 78176
      2b1dc9a7
  9. Jul 28, 2009
  10. Jul 27, 2009
  11. Jul 25, 2009
    • Daniel Dunbar's avatar
      More migration to raw_ostream, the water has dried up around the iostream hole. · 0dd5e1ed
      Daniel Dunbar authored
       - Some clients which used DOUT have moved to DEBUG. We are deprecating the
         "magic" DOUT behavior which avoided calling printing functions when the
         statement was disabled. In addition to being unnecessary magic, it had the
         downside of leaving code in -Asserts builds, and of hiding potentially
         unnecessary computations.
      
      llvm-svn: 77019
      0dd5e1ed
  12. Jul 22, 2009
  13. Jul 21, 2009
  14. Jul 19, 2009
  15. Jul 18, 2009
  16. Jul 15, 2009
  17. Jul 14, 2009
  18. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  19. Jul 06, 2009
  20. Jul 03, 2009
  21. Jul 02, 2009
  22. Jun 25, 2009
  23. Jun 22, 2009
  24. Jun 14, 2009
  25. Jun 11, 2009
    • Bruno Cardoso Lopes's avatar
      Support for ELF Visibility · 1656366e
      Bruno Cardoso Lopes authored
      Emission for globals, using the correct data sections
      Function alignment can be computed for each target using TargetELFWriterInfo
      Some small fixes
      
      llvm-svn: 73201
      1656366e
  26. Jun 07, 2009
  27. Jun 06, 2009
  28. Jun 05, 2009
  29. Jun 03, 2009
Loading