summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/DebugIR.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-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
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Use right pointer type in DebugIRMatt Arsenault2013-09-27
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-17
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Debug Info: cleanupManman Ren2013-07-02
* Debug Info: clean up usage of Verify.Manman Ren2013-07-01
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-28
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-28
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08