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
*
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
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Code Custodian:
Joe Abbey
2012-11-25
1
-25
/
+25
*
Fix some typos 165739, spotted by Duncan.
Jan Wen Voung
2012-10-11
1
-1
/
+1
*
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
1
-9
/
+58
*
Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode
Derek Schuff
2012-02-29
1
-4
/
+6
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
1
-7
/
+22
*
Materialize functions whose basic blocks are used by global variables. Fixes
Rafael Espindola
2012-01-02
1
-1
/
+3
*
Begin adding experimental support for preserving use-list ordering of bitcode
Chad Rosier
2011-12-07
1
-0
/
+2
*
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...
Chris Lattner
2011-11-27
1
-3
/
+0
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-3
/
+7
*
type can be null
Chris Lattner
2011-07-07
1
-1
/
+1
*
use a more efficient check for 'is metadata'
Chris Lattner
2011-07-07
1
-5
/
+4
*
remove bitcode reader support for LLVM 2.7 metadata encoding.
Chris Lattner
2011-06-17
1
-8
/
+1
*
Provide a fast "get me the target triple from the module" API. This can
Bill Wendling
2010-10-06
1
-0
/
+5
*
Add full auto-upgrade support for LLVM 2.7 bitcode metadata.
Dan Gohman
2010-09-13
1
-1
/
+8
*
Add support for remapping metadata kind IDs when reading in a
Dan Gohman
2010-07-20
1
-0
/
+3
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-18
/
+19
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-1
/
+1
*
add bitcode reader support for blockaddress. We can now fully
Chris Lattner
2009-10-28
1
-2
/
+8
*
Write and read metadata attachments.
Devang Patel
2009-09-18
1
-0
/
+3
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+1
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Use separate ValueList for metadata.
Devang Patel
2009-08-04
1
-2
/
+41
*
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-22
1
-0
/
+1
*
LLVMContext-ify the bitcode reader.
Owen Anderson
2009-07-07
1
-2
/
+3
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
[next]