Skip to content
  1. Jul 19, 2005
  2. Jul 18, 2005
  3. Jul 16, 2005
  4. Jul 14, 2005
  5. Jul 13, 2005
  6. Jul 12, 2005
  7. Jul 11, 2005
  8. Jul 10, 2005
  9. Jul 08, 2005
  10. Jul 07, 2005
    • Chris Lattner's avatar
      Add support for emitting the symbol table (and its string table) of the · 1932f5c9
      Chris Lattner authored
      module to the ELF file.  Test it by adding support for emitting common
      symbols.  This allows us to compile this:
      
      %X = weak global int 0
      %Y = weak global int 0
      %Z = weak global int 0
      
      to an elf file that 'readelf's this:
      
      Symbol table '.symtab' contains 4 entries:
         Num:    Value  Size Type    Bind   Vis      Ndx Name
           0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
           1: 00000004     4 OBJECT  GLOBAL DEFAULT  COM X
           2: 00000004     4 OBJECT  GLOBAL DEFAULT  COM Y
           3: 00000004     4 OBJECT  GLOBAL DEFAULT  COM Z
      
      llvm-svn: 22343
      1932f5c9
  11. Jul 05, 2005
    • Chris Lattner's avatar
      Make several cleanups to Andrews varargs change: · f5473e44
      Chris Lattner authored
      1. Pass Value*'s into lowering methods so that the proper pointers can be
         added to load/stores from the valist
      2. Intrinsics that return void should only return a token chain, not a token
         chain/retval pair.
      3. Rename LowerVAArgNext -> LowerVAArg, because VANext is long gone.
      
      llvm-svn: 22338
      f5473e44
    • Andrew Lenharth's avatar
      2 fixes: · 80fe4116
      Andrew Lenharth authored
      1: Legalize operand in UINT_TO_FP expanision
      
      2: SRA x, const i8 was not promoting the constant to shift amount type.
      llvm-svn: 22337
      80fe4116
  12. Jul 02, 2005
  13. Jun 30, 2005
  14. Jun 29, 2005
  15. Jun 28, 2005
  16. Jun 27, 2005
  17. Jun 22, 2005
  18. Jun 18, 2005
  19. Jun 16, 2005
  20. May 15, 2005
  21. May 14, 2005
Loading