Skip to content
  1. Jun 27, 2009
  2. Jun 26, 2009
  3. Jun 25, 2009
  4. Jun 23, 2009
  5. Jun 18, 2009
  6. Jun 17, 2009
  7. May 30, 2009
  8. Mar 03, 2009
    • Mikhail Glushenkov's avatar
      Add example/Skeleton. · 33435e49
      Mikhail Glushenkov authored
      This is a template that can be used to build your own LLVMC-based drivers.
      It can be also useful as a "bare-bones" LLVMC.
      
      llvm-svn: 65944
      33435e49
  9. Mar 02, 2009
    • Mikhail Glushenkov's avatar
      Move code from Main.cpp to the include dir. · ecfab627
      Mikhail Glushenkov authored
      User drivers based on llvmc must all share the initialization code.
      Putting main() into libCompilerDriver is not a very good idea IMO (and ld gave
      me some strange EH-related error anyway).
      
      llvm-svn: 65825
      ecfab627
    • Mikhail Glushenkov's avatar
      Reorganize llvmc code. · 931d4521
      Mikhail Glushenkov authored
      Move the code from 'llvmc/driver' into a new CompilerDriver library, and change
      the build system accordingly. Makes it easier for projects using LLVM to build
      their own llvmc-based drivers.
      
      Tested with objdir != srcdir.
      
      llvm-svn: 65821
      931d4521
  10. Jan 14, 2009
  11. Jan 09, 2009
  12. Nov 25, 2008
  13. Oct 03, 2008
  14. Sep 22, 2008
  15. May 30, 2008
Loading