summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/DebugIR/DebugIR.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugIR: Delete -debug-irDuncan P. N. Exon Smith2014-11-291-308/+0
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-1/+2
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* DebugIRTests: Fixup for r204130.NAKAMURA Takumi2014-03-181-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-3/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-4/+3
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-281-7/+8
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-281-9/+19
* Adding tests for DebugIR passDaniel Malea2013-06-281-0/+296
OpenPOWER on IntegriCloud