Skip to content
  1. Jan 04, 2013
  2. Jan 03, 2013
  3. Jan 02, 2013
    • Shuxin Yang's avatar
      - Add comment to two functions which might be considered as dead code. · 98c844fd
      Shuxin Yang authored
      - Fix a typo
      
      llvm-svn: 171399
      98c844fd
    • Chandler Carruth's avatar
      Actually update the CMake and Makefile builds correctly, and update the · db25c6cf
      Chandler Carruth authored
      code that includes Intrinsics.gen directly.
      
      This never showed up in my testing because the old Intrinsics.gen was
      still kicking around in the make build system and was correct there. =[
      Thankfully, some of the bots to clean rebuilds and that caught this.
      
      llvm-svn: 171373
      db25c6cf
    • 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
  4. Jan 01, 2013
  5. Dec 31, 2012
  6. Dec 30, 2012
  7. Dec 28, 2012
  8. Dec 27, 2012
  9. Dec 26, 2012
  10. Dec 25, 2012
Loading