Introduce a string_ostream string builder facilty
[oota-llvm.git] / lib / Transforms / Instrumentation / DebugIR.cpp
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-27 Matt ArsenaultUse right pointer type in DebugIR
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-07-19 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-18 Eric ChristopherRevert "Remove DIBuilder cache of variable TheCU and...
2013-07-18 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-17 Eric ChristopherAdd comparison operators for DIDescriptors to fix c...
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-07-02 Manman RenDebug Info: cleanup
2013-07-01 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 Daniel MaleaRemove needless include (unistd.h) in DebugIR pass
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-05-23 Daniel MaleaRe-implement DebugIR in a way that does not subclass...
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...