Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b13c91f159fa9b631cb15dc02ea0b72b2802ac4d
/
llvm
/
lib
/
IRReader
/
IRReader.cpp
e5a6191
[ThinLTO] Metadata linking for imported functions
by Teresa Johnson
· 10 years ago
dcd1dca
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
by Rafael Espindola
· 10 years ago
89cb407
Remove unused variable. NFC.
by Rafael Espindola
· 11 years ago
6881215
Pass a && to getLazyBitcodeModule.
by Rafael Espindola
· 11 years ago
e2c1d77
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
by Rafael Espindola
· 11 years ago
d96d553
Pass a MemoryBufferRef when we can avoid taking ownership.
by Rafael Espindola
· 11 years ago
d233b06
Return a std::unique_ptr from the IRReader.h functions. NFC.
by Rafael Espindola
· 11 years ago
11c07d7
Modernize the .ll parsing interface.
by Rafael Espindola
· 11 years ago
f7aed80
Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
by Rafael Espindola
· 11 years ago
2bb0c94
getLazyIRModule always takes ownership. Make that explicit.
by Rafael Espindola
· 11 years ago
adf21f2
Update the MemoryBuffer API to use ErrorOr.
by Rafael Espindola
· 11 years ago
8286fbf
Make a helper function static. No functionality change.
by Rafael Espindola
· 11 years ago
de4c009
IRReader: don't mark MemoryBuffers const
by Alp Toker
· 11 years ago
f6ae844
Propagate const-correctness into parseBitcodeFile()
by Alp Toker
· 11 years ago
5ebb7b3
ParseIR: don't take ownership of the MemoryBuffer
by Alp Toker
· 11 years ago
e69170a
Revert "Introduce a string_ostream string builder facilty"
by Alp Toker
· 11 years ago
2251672
MSVC build fix following r211749
by Alp Toker
· 11 years ago
6147173
Introduce a string_ostream string builder facilty
by Alp Toker
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
a6e9c3e
Remove system_error.h.
by Rafael Espindola
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
8f31e21
Make parseBitcodeFile return an ErrorOr<Module *>.
by Rafael Espindola
· 12 years ago
5b6c1e8
Update getLazyBitcodeModule to use ErrorOr for error handling.
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
285eed6
[llvm-c] Expose IRReader interface
by Peter Zotov
· 12 years ago
d3a34f8
Add 'const' qualifiers to static const char* variables.
by Craig Topper
· 12 years ago
8c81172
keep only the StringRef version of getFileOrSTDIN.
by Rafael Espindola
· 12 years ago
b35a211
Measure time that IR parsing took as part of the -time-passes measurement.
by Eli Bendersky
· 13 years ago
e60fc2f
Fix top-comment header and some indentation
by Eli Bendersky
· 13 years ago
e60e57b
Split out the IRReader header and the utility functions it provides into
by Chandler Carruth
· 13 years ago