summaryrefslogtreecommitdiff
path: root/unittests/Transforms/DebugIR/DebugIR.cpp
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* DebugIRTests: Fixup for r204130.NAKAMURA Takumi2014-03-18
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-28
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-28
* Adding tests for DebugIR passDaniel Malea2013-06-28