Skip to content
  1. Mar 05, 2011
  2. Feb 21, 2011
  3. 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
  4. Feb 03, 2011
  5. Dec 08, 2010
  6. Nov 29, 2010
  7. Nov 26, 2010
  8. Nov 25, 2010
  9. Nov 14, 2010
  10. Nov 04, 2010
  11. Oct 23, 2010
  12. Oct 22, 2010
  13. Oct 15, 2010
  14. 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
  15. Oct 04, 2010
  16. Oct 02, 2010
  17. Sep 16, 2010
  18. Sep 10, 2010
  19. Sep 09, 2010
  20. Sep 03, 2010
  21. Sep 01, 2010
  22. Aug 18, 2010
  23. Aug 17, 2010
  24. Aug 15, 2010
  25. Aug 10, 2010
  26. Aug 02, 2010
  27. Jul 26, 2010
  28. Jul 23, 2010
  29. Jul 20, 2010
  30. Jul 16, 2010
  31. Jul 15, 2010
Loading