summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/DebugIR.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-4/+6
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-6/+4
* Add back functionality removed in r210497.Richard Trieu2014-06-211-2/+4
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-091-0/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-13/+13
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-181-8/+5
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-6/+6
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* [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
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+3
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-041-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Don't make F_None the default.Rafael Espindola2014-02-241-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-9/+7
* 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
OpenPOWER on IntegriCloud