Skip to content
  1. May 15, 2009
    • Bill Wendling's avatar
      Split out the Dwarf writer stuff into separate files. This is a much more · 47054f3d
      Bill Wendling authored
      logical/sane approach to organizing all of the stuff that goes into writing out
      DWARF information. Honestly? even this is too complex for what it's supposed to
      be doing.
      
      Trivia: It *looks* like there would be functionality changes, however there aren't!
      llvm-svn: 71821
      47054f3d
    • Owen Anderson's avatar
      Now with working on Leopard! · 509bb742
      Owen Anderson authored
      llvm-svn: 71819
      509bb742
    • David Greene's avatar
      · 3587eed2
      David Greene authored
      Implement !if, analogous to $(if) in GNU make.
      
      llvm-svn: 71815
      3587eed2
    • Mike Stump's avatar
      Reflow to fit 80-col. · 35ea2c9a
      Mike Stump authored
      llvm-svn: 71813
      35ea2c9a
    • Mike Stump's avatar
      Reflow to fit 80-col. · 13e4f10c
      Mike Stump authored
      llvm-svn: 71812
      13e4f10c
    • David Greene's avatar
      · 9bb2de17
      David Greene authored
      Fix tests to not upset DejaGNU.
      
      llvm-svn: 71811
      9bb2de17
    • David Greene's avatar
      · d571b3c9
      David Greene authored
      Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
      
      Ok, not really, but do support some common LISP functions:
      
      * car
      * cdr
      * null
      
      llvm-svn: 71805
      d571b3c9
    • David Greene's avatar
      · e917fff3
      David Greene authored
      Implement a !foreach operator analogous to GNU make's $(foreach).
      Use it on dags and lists like this:
      
      class decls {
        string name;
      }
      
      def Decls : decls;
      
      class B<list<string> names> : A<!foreach(Decls.name, names, !strconcat(Decls.name, ", Sr."))>;
      
      llvm-svn: 71803
      e917fff3
  2. May 14, 2009
  3. May 13, 2009
Loading