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
/
unittests
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AutoUpgrade function to add new address space datalayout string to existi...
Amy Huang
2019-09-18
2
-0
/
+60
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
3
-227
/
+0
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-11
/
+25
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
2
-2
/
+2
*
Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...
David Blaikie
2017-01-04
1
-2
/
+2
*
Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...
David Blaikie
2017-01-04
1
-2
/
+2
*
Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...
David Blaikie
2017-01-04
1
-2
/
+2
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-1
/
+3
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-2
/
+3
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-4
/
+5
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-3
/
+1
*
Bitcode: Decouple block info block state from reader.
Peter Collingbourne
2016-11-08
1
-27
/
+8
*
Bitcode: Fix short read implementation.
Peter Collingbourne
2016-11-02
1
-0
/
+9
*
Bitcode: Change reader interface to take memory buffers.
Peter Collingbourne
2016-11-02
2
-170
/
+11
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-5
/
+5
*
Explicitly test BitstreamReader::setArtificialByteLimit, NFC
Duncan P. N. Exon Smith
2016-03-28
1
-1
/
+7
*
Remove accidentally duplicated test
Duncan P. N. Exon Smith
2016-03-28
1
-13
/
+0
*
Bitcode: Fix MSVC bot failure from r264549
Duncan P. N. Exon Smith
2016-03-27
1
-2
/
+3
*
BitcodeWriter: Simplify and test writing blobs, NFC
Duncan P. N. Exon Smith
2016-03-27
2
-0
/
+60
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+79
*
Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimit
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+69
*
Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+43
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-15
/
+0
*
Drop support for dematerializing.
Rafael Espindola
2015-12-18
1
-38
/
+0
*
Fix memory leak in unit test of Bitcode/BitReaderTest.cpp
Derek Schuff
2015-08-03
1
-1
/
+3
*
Fix testing for end of stream in bitstream reader.
Derek Schuff
2015-08-03
1
-0
/
+35
*
Try to fix the MSVC build.
Rafael Espindola
2015-06-17
1
-1
/
+1
*
Handle forward referenced function when streaming bitcode.
Rafael Espindola
2015-06-17
1
-0
/
+45
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-2
/
+2
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
1
-4
/
+4
*
Add bitcode test to verify functions can be materialized out of order.
Derek Schuff
2015-05-06
1
-0
/
+64
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[Bitcode] AtEndOfStream should only check against the size if it's known.
Jordan Rose
2014-11-13
2
-0
/
+57
*
Modernize the error handling of the Materialize function.
Rafael Espindola
2014-10-24
1
-3
/
+3
*
Do not destroy external linkage when deleting function body
Petar Jovanovic
2014-09-23
1
-0
/
+24
*
Pass a && to getLazyBitcodeModule.
Rafael Espindola
2014-09-03
1
-1
/
+2
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
1
-1
/
+2
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
1
-5
/
+3
*
BitcodeTests: Fix LINK_COMPONENTS.
NAKAMURA Takumi
2014-08-02
2
-2
/
+3
*
BitcodeReader: Fix some BlockAddress forward reference corner cases
Duncan P. N. Exon Smith
2014-08-01
1
-0
/
+68
*
Try to fix configure+make after r214556
Duncan P. N. Exon Smith
2014-08-01
1
-1
/
+1
*
Rewrite BitReaderTest, NFC
Duncan P. N. Exon Smith
2014-08-01
2
-32
/
+40
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2014-01-13
1
-2
/
+3
[next]