Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cdf4788401afff02e12279fc1fded94d6180639c
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
DebugIR.cpp
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
7da14f1
[Layering] Move InstVisitor.h into the IR library as it is pretty
by Chandler Carruth
· 12 years ago
9a4c9e5
[Layering] Move DebugInfo.h into the IR library where its implementation
by Chandler Carruth
· 12 years ago
12664a0
[Layering] Move DIBuilder.h into the IR library where its implementation
by Chandler Carruth
· 12 years ago
3e4c697
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
a4ea269
[Modules] Move ValueMap to the IR library. While this class does not
by Chandler Carruth
· 12 years ago
90c7f1c
Replace the F_Binary flag with a F_Text one.
by Rafael Espindola
· 12 years ago
7dbcdd0
Don't make F_None the default.
by Rafael Espindola
· 12 years ago
9aca918
Move the LLVM IR asm writer header files into the IR directory, as they
by Chandler Carruth
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
31cfc78
Use right pointer type in DebugIR
by Matt Arsenault
· 12 years ago
e407736
Revert patches to add case-range support for PR1255.
by Bob Wilson
· 12 years ago
03b3e11
Remove DIBuilder cache of variable TheCU and change the few
by Eric Christopher
· 12 years ago
a4b6cf1
Revert "Remove DIBuilder cache of variable TheCU and change the few"
by Eric Christopher
· 12 years ago
d0b2150
Remove DIBuilder cache of variable TheCU and change the few
by Eric Christopher
· 12 years ago
7ab2c3e
Add comparison operators for DIDescriptors to fix c++98 fallout
by Eric Christopher
· 12 years ago
155cf0f
Use sys::fs::createTemporaryFile.
by Rafael Espindola
· 12 years ago
d0e67aa
Debug Info: cleanup
by Manman Ren
· 12 years ago
74c188f
Debug Info: clean up usage of Verify.
by Manman Ren
· 12 years ago
b17b1cd
Remove needless include (unistd.h) in DebugIR pass
by Daniel Malea
· 12 years ago
31321fa
Remove limitation on DebugIR that made it require existing debug metadata.
by Daniel Malea
· 12 years ago
fddddbe
Re-implement DebugIR in a way that does not subclass AssemblyWriter:
by Daniel Malea
· 12 years ago
3c5bed1
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
by Daniel Malea
· 12 years ago