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
/
Bitcode
/
Reader
/
BitcodeReader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.
Benjamin Kramer
2015-03-17
1
-383
/
+0
*
Be lazy about loading metadata in IRObjectFile.
Rafael Espindola
2015-03-13
1
-1
/
+1
*
Add a parameter for getLazyBitcodeModule to lazily load Metadata.
Manman Ren
2015-03-13
1
-2
/
+16
*
Use common parse routine to read alignment values from bitcode
JF Bastien
2015-02-22
1
-0
/
+4
*
Bitcode: Fix major regression: large files w/ debug info
Duncan P. N. Exon Smith
2015-02-16
1
-0
/
+2
*
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2015-01-10
1
-12
/
+9
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-8
/
+17
*
Ask the module for its the identified types.
Rafael Espindola
2014-12-03
1
-0
/
+5
*
Prologue support
Peter Collingbourne
2014-12-03
1
-0
/
+1
*
Modernize the error handling of the Materialize function.
Rafael Espindola
2014-10-24
1
-1
/
+1
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
1
-1
/
+0
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-1
/
+1
*
BitcodeReader: Only create one basic block for each blockaddress
Duncan P. N. Exon Smith
2014-08-16
1
-3
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
BitcodeReader: Fix non-determinism in use-list order
Duncan P. N. Exon Smith
2014-08-05
1
-0
/
+2
*
BitcodeReader: Change mechanics of BlockAddress forward references, NFC
Duncan P. N. Exon Smith
2014-08-01
1
-4
/
+4
*
BitcodeReader: Fix some BlockAddress forward reference corner cases
Duncan P. N. Exon Smith
2014-08-01
1
-3
/
+12
*
Move the bitcode error enum to the include directory.
Rafael Espindola
2014-07-29
1
-28
/
+1
*
Bitcode: Serialize (and recover) use-list order
Duncan P. N. Exon Smith
2014-07-28
1
-1
/
+0
*
Revert "Convert a few std::strings to StringRef."
Rafael Espindola
2014-07-04
1
-6
/
+3
*
Convert a few std::strings to StringRef.
Rafael Espindola
2014-07-04
1
-3
/
+6
*
Convert these functions to use ErrorOr.
Rafael Espindola
2014-07-04
1
-2
/
+2
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-0
/
+2
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-14
/
+9
*
Revert a C API difference that I incorrectly introduced.
Rafael Espindola
2014-06-18
1
-0
/
+4
*
Remove BitcodeReader::setBufferOwned.
Rafael Espindola
2014-06-18
1
-9
/
+5
*
Run clang-format in a small chunk of code I am about to change.
Rafael Espindola
2014-06-18
1
-13
/
+9
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-29
/
+29
*
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
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-10
/
+10
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[Layering] Move GVMaterializer.h into the IR library where its
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-5
/
+5
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Use error_code in GVMaterializer.
Rafael Espindola
2013-11-05
1
-2
/
+2
*
Convert FindFunctionInStream to return an error_code.
Rafael Espindola
2013-11-05
1
-1
/
+1
*
Change BitcodeReader to use error_code instead of bool + string.
Rafael Espindola
2013-11-04
1
-32
/
+54
*
AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
2013-09-28
1
-0
/
+2
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+1
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-3
/
+3
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-3
/
+3
*
Make .bc en/decoding of AttrKind stable
Tobias Grosser
2013-07-26
1
-0
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
1
-5
/
+5
*
Use a std::map so that we record the group ID.
Bill Wendling
2013-02-11
1
-1
/
+1
*
Add support in the bitcode reader to read the attribute groups.
Bill Wendling
2013-02-10
1
-0
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-3
/
+3
[next]