index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IRReader
/
IRReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-3
/
+6
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-8
/
+12
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-1
/
+1
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-5
/
+7
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-4
/
+5
*
Remove unused variable. NFC.
Rafael Espindola
2014-11-06
1
-1
/
+0
*
Pass a && to getLazyBitcodeModule.
Rafael Espindola
2014-09-03
1
-1
/
+2
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
1
-3
/
+1
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-10
/
+9
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-16
/
+15
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
1
-7
/
+8
*
Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
Rafael Espindola
2014-08-17
1
-3
/
+3
*
getLazyIRModule always takes ownership. Make that explicit.
Rafael Espindola
2014-08-17
1
-10
/
+9
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-8
/
+10
*
Make a helper function static. No functionality change.
Rafael Espindola
2014-07-05
1
-3
/
+2
*
IRReader: don't mark MemoryBuffers const
Alp Toker
2014-06-27
1
-1
/
+1
*
Propagate const-correctness into parseBitcodeFile()
Alp Toker
2014-06-27
1
-2
/
+1
*
ParseIR: don't take ownership of the MemoryBuffer
Alp Toker
2014-06-27
1
-7
/
+10
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+6
*
MSVC build fix following r211749
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-6
/
+2
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-7
/
+7
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Make parseBitcodeFile return an ErrorOr<Module *>.
Rafael Espindola
2014-01-15
1
-5
/
+7
*
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2014-01-13
1
-4
/
+5
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-3
/
+3
*
[llvm-c] Expose IRReader interface
Peter Zotov
2013-11-06
1
-0
/
+32
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-2
/
+2
*
Measure time that IR parsing took as part of the -time-passes measurement.
Eli Bendersky
2013-04-03
1
-0
/
+11
*
Fix top-comment header and some indentation
Eli Bendersky
2013-04-01
1
-2
/
+2
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
1
-0
/
+78