Skip to content
  1. Oct 27, 2008
  2. Oct 26, 2008
  3. Oct 17, 2008
  4. Oct 16, 2008
  5. Oct 06, 2008
  6. Oct 05, 2008
  7. Sep 30, 2008
  8. Sep 29, 2008
  9. Sep 26, 2008
    • Chris Lattner's avatar
      clean up a bunch of fixme's I added, by moving · b03dc764
      Chris Lattner authored
      DirectoryLookup::DirType into SourceManager.h
      
      llvm-svn: 56692
      b03dc764
    • Chris Lattner's avatar
      Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo · c88a23e8
      Chris Lattner authored
      to whether the fileid is a 'extern c system header' in addition to whether it
      is a system header, most of this is spreading plumbing around.  Once we have that,
      PPLexerChange bases its "file enter/exit" notifications to PPCallbacks to
      base the system header state on FileIDInfo instead of HeaderSearch.  Finally,
      in Preprocessor::HandleIncludeDirective, mirror logic in GCC: the system headerness
      of a file being entered can be set due to the #includer or the #includee.
      
      llvm-svn: 56688
      c88a23e8
  10. Sep 23, 2008
  11. Sep 12, 2008
    • Daniel Dunbar's avatar
      Add --suppress-system-warnings (on by default, use =0 to disable) · 84b70f7f
      Daniel Dunbar authored
       - For investigating warnings in system headers / builtins.
       - Currently also enables the behavior that allows silent redefinition
         of types in system headers. Conceptually these are separate but I
         didn't feel it was worth two options (or changing LangOptions).
      
      llvm-svn: 56163
      84b70f7f
  12. Sep 11, 2008
  13. Sep 06, 2008
  14. Aug 25, 2008
  15. Aug 23, 2008
  16. Aug 21, 2008
    • Eli Friedman's avatar
      Remove duplicate define from Windows-x86 target. · 41d7e49e
      Eli Friedman authored
      llvm-svn: 55101
      41d7e49e
    • Eli Friedman's avatar
      Initial implementation of Windows x86 target; at the moment, the only · c968a6ab
      Eli Friedman authored
      difference from generic x86 is the defines.  The rest is non-trivial to 
      implement.
      
      I'm not planning on adding any more targets myself; if there are any 
      targets anyone is currently using that are missing, feel free to add 
      them, or ask me to add them.
      
      This concludes the work I'm planning for the TargetInfo 
      implementations at the moment; all the other issues with TargetInfo require
      some API changes, and I haven't really thought it through.  Some of the
      remaining issues: allowing targets to define size_t and wchar_t properly,
      adding some sort of __builtin_type_info intrinsic so we can finish clang's 
      limits.h and float.h and get rid of a massive number of macro 
      definitions, allowing target-specific command-line options, allowing
      target-specific defaults for certain command-line options like
      -fms-extensions, exposing vector alignment outside of the description 
      string, exposing endianness outside of the description string, allowing 
      targets to expose special bit-field layout requirements, exposing some 
      sort of custom hook for call generation in CodeGen, and adding CPU 
      selection to control defines like __SSE__.
      
      llvm-svn: 55098
      c968a6ab
    • Eli Friedman's avatar
      Add Linux x86-32 target. · ff594f24
      Eli Friedman authored
      llvm-svn: 55095
      ff594f24
    • Eli Friedman's avatar
      First cut at OS detection, taking advantage of the new generic targets. · 873f65af
      Eli Friedman authored
      This approach allows adding OS-specific targets/defines/etc. without 
      completely breaking unknown subtargets.  No new subtargets yet, although 
      I plan to add x86-Linux soon.  Others can add targets that they use as 
      needed; adding a new subtarget takes very little code.
      
      Also does some fixups for description strings; a lot of them were 
      unspecified.  I think all the ones I added are correct, but 
      they're unverified; corrections are welcome.
      
      llvm-svn: 55091
      873f65af
    • Eli Friedman's avatar
      Class reorg for PPC; shouldn't be any visible changes unless I messed · b9e5bed4
      Eli Friedman authored
      up somehow.
      
      This concludes the series of reorg patches for the target 
      implementations.
      
      llvm-svn: 55086
      b9e5bed4
  17. Aug 20, 2008
  18. Aug 18, 2008
Loading