aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/DebugIR.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-617/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-15/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-29/+25
* 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