Skip to content
  1. Jan 24, 2013
  2. Jan 17, 2013
  3. Jan 12, 2013
  4. Jan 10, 2013
  5. Dec 04, 2012
    • Chandler Carruth's avatar
      Sort all of Clang's files under 'lib', and fix up the broken headers · 3a02247d
      Chandler Carruth authored
      uncovered.
      
      This required manually correcting all of the incorrect main-module
      headers I could find, and running the new llvm/utils/sort_includes.py
      script over the files.
      
      I also manually added quite a few missing headers that were uncovered by
      shuffling the order or moving headers up to be main-module-headers.
      
      llvm-svn: 169237
      3a02247d
  6. Nov 13, 2012
  7. Nov 12, 2012
  8. Oct 26, 2012
  9. Oct 25, 2012
  10. Oct 23, 2012
  11. Oct 20, 2012
  12. Oct 19, 2012
  13. Oct 18, 2012
  14. Oct 16, 2012
  15. Oct 15, 2012
    • Chad Rosier's avatar
      [ms-inline asm] Rework the front-end to use the API introduced in r165946. · 4a0054f3
      Chad Rosier authored
      -The front-end now builds a single assembly string and feeds it to the
       AsmParser.  The front-end iterates on a per statement basis by calling the
       ParseStatement() function.  Please note, the calling of ParseStatement() and
       and any notion of MCAsmParsedOperands will be sunk into the MC layer in the
       near future.  I plan to expose more basic APIs such as getClobbers, etc.
      
      -The enumeration of the AsmString expressions have been reworked to use SMLocs
       rather than assembly Pieces, which were being parsed in the front-end.
      
      -The test case, t8(), was modified due to r129223.  I'll have to find a way to
       work around things such as these.
      
      Sorry for the large commit, but breaking this in multiple smaller commits proved
      too irritating.
      
      llvm-svn: 165957
      4a0054f3
  16. Oct 13, 2012
  17. Oct 12, 2012
  18. Oct 11, 2012
  19. Oct 03, 2012
  20. Oct 02, 2012
  21. Sep 25, 2012
  22. Sep 24, 2012
  23. Sep 22, 2012
Loading