Skip to content
  1. Sep 08, 2004
  2. Sep 04, 2004
  3. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  4. Sep 01, 2004
  5. Aug 30, 2004
  6. Aug 29, 2004
  7. Aug 25, 2004
  8. Aug 24, 2004
    • Reid Spencer's avatar
      Get rid of error messages from CommandLine because -time-passes was · 8d86dd64
      Reid Spencer authored
      defined twice. We make use of the new TimePassesIsEnabled global boolean
      value from Pass.h to access the value.
      
      llvm-svn: 16033
      8d86dd64
    • Reid Spencer's avatar
      Adjustments for changes in the configuration language. · b26202f1
      Reid Spencer authored
      llvm-svn: 16026
      b26202f1
    • Reid Spencer's avatar
      - Unify format of output messages · a86672b9
      Reid Spencer authored
      - All errors throw std::string
      - Default output file name to a.out (if we're linking)
      
      llvm-svn: 16025
      a86672b9
    • Reid Spencer's avatar
      Link with bcreader and vmcore. · 5b902eba
      Reid Spencer authored
      llvm-svn: 16024
      5b902eba
    • Reid Spencer's avatar
      - Implement the %args% substitution · a1049043
      Reid Spencer authored
      - Implement parsing of the .output={bytecode|assembly} item.
      - Drop parsing support for translator.optimizes, translator.groks_dash_O,
        optimizer.groks_dash_O, translator.output_is_asm, optimizer.output_is_asm
      - Add parsing support for translator.output and optimizer.output
      - Add optimizer.required parsing support
      - Add linker.libs and linker.libpaths parsing support
      - Fix error messages to list correct set of tokens expected.
      - Rename FileReadable -> FileIsReadable (changed in CompilerDriver.cpp)
      
      llvm-svn: 16023
      a1049043
    • Reid Spencer's avatar
      - Alphabetize the list of token enumerators. · ed9b3c4c
      Reid Spencer authored
      - Drop old tokens, insert new tokens
      
      llvm-svn: 16022
      ed9b3c4c
    • Reid Spencer's avatar
      - Rename and rearrange for clarity · 20db3234
      Reid Spencer authored
      - Drop name tokens not used any more (GROKS_DASH_O)
      - Rename OUTPUT_IS_ASM as OUTPUT and allow "bytecode" and "assembly" as
        values of it.
      - Simplify handleContext (now handleNameContext) arguments and ensure that
        it returns OPTION tokens exactly as scanned.
      
      llvm-svn: 16021
      20db3234
    • Reid Spencer's avatar
      - Remove unused GetSuffix function · f62f89b3
      Reid Spencer authored
      - Renamed FileReadable -> FileIsReadable
      - Remove support for GROKS_DASH_O; deferr it to %opts% substitution
      - Require a -o option except in case of linking where it defaults to a.out
      - Fix problem processing *.o and *.bc files.
      - Ignore optimization phase if -emit-raw-code
      - Correct the assembly generation phase to support -emit-native-code
      - Implement dependent library lookup
      
      llvm-svn: 16020
      f62f89b3
    • Reid Spencer's avatar
      Remove unneeded flags. · 6ad2030f
      Reid Spencer authored
      llvm-svn: 16019
      6ad2030f
  9. Aug 22, 2004
  10. Aug 21, 2004
  11. Aug 20, 2004
  12. Aug 19, 2004
  13. Aug 16, 2004
Loading