aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/DebugIR.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use right pointer type in DebugIRMatt Arsenault2013-09-271-1/+1
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-0/+1
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-191-3/+3
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-181-3/+3
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-181-3/+3
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-171-1/+1
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+1
* Debug Info: cleanupManman Ren2013-07-021-2/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-07-011-1/+1
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-281-2/+0
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-281-153/+463
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-231-102/+166
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+246