Skip to content
  1. Jul 14, 2004
  2. Jul 13, 2004
  3. Jul 12, 2004
  4. Jul 11, 2004
    • Reid Spencer's avatar
      Various cleanups: · 194c576e
      Reid Spencer authored
      - Remove tabs
      - Standardize use of space around ( and ).
      - Consolidate the ConstantPlaceHolder class
      - Rename two methods to be more meaningful (ParseType, ParseTypes)
      - Correct indentation of blocks
      - Add documentation
      - Convert input dependent asserts to error(...) so it throws instead.
      Provide placeholder implementations of read_float and read_double that
      still read in platform-specific endianess. When I figure out how to do
      this without knowing the endianess of the platform, it will get implemented
      correctly.
      
      llvm-svn: 14765
      194c576e
    • Reid Spencer's avatar
      - Rename two methods to give them more meaning · db3bf19a
      Reid Spencer authored
      - Add read_float and read_double in preparation for a correct
        implementation of bytecode floating point support.
      
      llvm-svn: 14764
      db3bf19a
    • Reid Spencer's avatar
      Remove tabs. · cf5c6e4a
      Reid Spencer authored
      llvm-svn: 14763
      cf5c6e4a
Loading