Skip to content
  1. Apr 09, 2011
  2. Mar 09, 2011
  3. Mar 08, 2011
  4. Mar 07, 2011
  5. Mar 05, 2011
  6. Feb 21, 2011
  7. Feb 20, 2011
    • Stephen Wilson's avatar
      · a1682510
      Stephen Wilson authored
      Do not try to descend into optional build directories if they do not
      exist.  This makes the build logic symmetric for both the in tree and
      out of tree cases.
      
      llvm-svn: 126070
      a1682510
  8. Feb 03, 2011
  9. Dec 08, 2010
  10. Nov 29, 2010
  11. Nov 26, 2010
  12. Nov 25, 2010
  13. Nov 14, 2010
  14. Nov 04, 2010
  15. Oct 23, 2010
  16. Oct 22, 2010
  17. Oct 15, 2010
  18. Oct 06, 2010
    • Chris Lattner's avatar
      Generalize tblgen's dag parsing logic to handle arbitrary expressions · 28f034c2
      Chris Lattner authored
      as the operator of the dag.  Specifically, this allows parsing things
      like (F.x 4) in addition to just (a 4).
      
      Unfortunately, this runs afoul of an idiom being used by llvmc.  It
      is using dags like (foo [1,2,3]) to represent a list of stuff being
      passed into foo.  With this change, this is parsed as a [1,2,3] 
      subscript on foo instead of being the first argument to the dag.
      Cope with this in the short term by requiring a "-llvmc-temp-hack"
      argument to tblgen to get the old parsing behavior.
      
      llvm-svn: 115742
      28f034c2
  19. Oct 04, 2010
  20. Oct 02, 2010
  21. Sep 16, 2010
  22. Sep 10, 2010
  23. Sep 09, 2010
  24. Sep 03, 2010
  25. Sep 01, 2010
  26. Aug 18, 2010
  27. Aug 17, 2010
  28. Aug 15, 2010
  29. Aug 10, 2010
  30. Aug 02, 2010
  31. Jul 26, 2010
Loading