Skip to content
  1. Jan 02, 2013
    • Chandler Carruth's avatar
      Move all of the header files which are involved in modelling the LLVM IR · 9fb823bb
      Chandler Carruth authored
      into their new header subdirectory: include/llvm/IR. This matches the
      directory structure of lib, and begins to correct a long standing point
      of file layout clutter in LLVM.
      
      There are still more header files to move here, but I wanted to handle
      them in separate commits to make tracking what files make sense at each
      layer easier.
      
      The only really questionable files here are the target intrinsic
      tablegen files. But that's a battle I'd rather not fight today.
      
      I've updated both CMake and Makefile build systems (I think, and my
      tests think, but I may have missed something).
      
      I've also re-sorted the includes throughout the project. I'll be
      committing updates to Clang, DragonEgg, and Polly momentarily.
      
      llvm-svn: 171366
      9fb823bb
    • Chandler Carruth's avatar
      Resort the #include lines in include/... and lib/... with the · be81023d
      Chandler Carruth authored
      utils/sort_includes.py script.
      
      Most of these are updating the new R600 target and fixing up a few
      regressions that have creeped in since the last time I sorted the
      includes.
      
      llvm-svn: 171362
      be81023d
  2. Dec 30, 2012
  3. Dec 27, 2012
  4. Dec 25, 2012
    • Bob Wilson's avatar
      Rename LLVMContext diagnostic handler types and functions. · fe73ac34
      Bob Wilson authored
      These are now generally used for all diagnostics from the backend, not just
      for inline assembly, so this drops the "InlineAsm" from the names.  No
      functional change.  (I've left aliases for the old names but only for long
      enough to let me switch over clang to use the new ones.)
      
      llvm-svn: 171047
      fe73ac34
  5. Dec 24, 2012
    • Bob Wilson's avatar
      Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368> · 4ed23578
      Bob Wilson authored
      When the backend is used from clang, it should produce proper diagnostics
      instead of just printing messages to errs(). Other clients may also want to
      register their own error handlers with the LLVMContext, and the same handler
      should work for warnings in the same way as the existing emitError methods.
      
      llvm-svn: 171041
      4ed23578
  6. Dec 22, 2012
  7. Dec 21, 2012
  8. Dec 20, 2012
  9. Dec 19, 2012
Loading