Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
IRReader
/
IRReader.cpp
c00d81e
LLParser: add an argument for overriding data layout and do not check alloca addr space
by Yaxun Liu
· 8 years ago
d8920b1
Remove redundant includes from various places.
by Michael Zolotukhin
· 8 years ago
a8b2ddb
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
by Adrian Prantl
· 8 years ago
9f15a79
Timer: Track name and description.
by Matthias Braun
· 9 years ago
d9445c4
Bitcode: Change module reader functions to return an llvm::Expected.
by Peter Collingbourne
· 9 years ago
ad17679
Split Bitcode/ReaderWriter.h into separate reader and writer headers
by Teresa Johnson
· 9 years ago
e2dcf7c
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
by Peter Collingbourne
· 9 years ago
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
· 11 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
· 12 years ago
e60fc2f
Fix top-comment header and some indentation
by Eli Bendersky
· 12 years ago
e60e57b
Split out the IRReader header and the utility functions it provides into
by Chandler Carruth
· 13 years ago