1. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  2. 7da14f1 [Layering] Move InstVisitor.h into the IR library as it is pretty by Chandler Carruth · 12 years ago
  3. 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  4. 12664a0 [Layering] Move DIBuilder.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  5. 3e4c697 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  6. a4ea269 [Modules] Move ValueMap to the IR library. While this class does not by Chandler Carruth · 12 years ago
  7. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  8. 7dbcdd0 Don't make F_None the default. by Rafael Espindola · 12 years ago
  9. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  10. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  11. 31cfc78 Use right pointer type in DebugIR by Matt Arsenault · 12 years ago
  12. e407736 Revert patches to add case-range support for PR1255. by Bob Wilson · 12 years ago
  13. 03b3e11 Remove DIBuilder cache of variable TheCU and change the few by Eric Christopher · 12 years ago
  14. a4b6cf1 Revert "Remove DIBuilder cache of variable TheCU and change the few" by Eric Christopher · 12 years ago
  15. d0b2150 Remove DIBuilder cache of variable TheCU and change the few by Eric Christopher · 12 years ago
  16. 7ab2c3e Add comparison operators for DIDescriptors to fix c++98 fallout by Eric Christopher · 12 years ago
  17. 155cf0f Use sys::fs::createTemporaryFile. by Rafael Espindola · 12 years ago
  18. d0e67aa Debug Info: cleanup by Manman Ren · 12 years ago
  19. 74c188f Debug Info: clean up usage of Verify. by Manman Ren · 12 years ago
  20. b17b1cd Remove needless include (unistd.h) in DebugIR pass by Daniel Malea · 12 years ago
  21. 31321fa Remove limitation on DebugIR that made it require existing debug metadata. by Daniel Malea · 12 years ago
  22. fddddbe Re-implement DebugIR in a way that does not subclass AssemblyWriter: by Daniel Malea · 12 years ago
  23. 3c5bed1 Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD by Daniel Malea · 12 years ago