index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Reader
/
BitcodeReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-76
/
+146
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-43
/
+86
*
Merging r196158:
Manman Ren
2013-12-09
1
-0
/
+1
*
Fix spacing, forward declare order.
Matt Arsenault
2013-11-18
1
-1
/
+1
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-2
/
+12
*
Extract a bc attr parsing helper that returns Attribute::None on error
Reid Kleckner
2013-11-12
1
-78
/
+49
*
Use error_code in GVMaterializer.
Rafael Espindola
2013-11-05
1
-17
/
+17
*
Convert FindFunctionInStream to return an error_code.
Rafael Espindola
2013-11-05
1
-4
/
+5
*
Silence GCC warning about dropping off a fully covered switch.
Benjamin Kramer
2013-11-05
1
-0
/
+1
*
Change BitcodeReader to use error_code instead of bool + string.
Rafael Espindola
2013-11-04
1
-347
/
+439
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-1
/
+0
*
Fix a use after free on invalid input.
Rafael Espindola
2013-10-31
1
-5
/
+1
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-3
/
+0
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+3
*
AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
2013-09-28
1
-0
/
+6
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+18
*
Patch provide by Tom Roeder!
Joe Abbey
2013-09-12
1
-6
/
+15
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-11
/
+16
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-0
/
+3
*
Make .bc en/decoding of AttrKind stable
Tobias Grosser
2013-07-26
1
-2
/
+130
*
Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
2013-05-24
1
-1
/
+1
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
Have the bitcode writer and reader handle the new attribute references.
Bill Wendling
2013-02-12
1
-0
/
+8
*
Use a std::map so that we record the group ID.
Bill Wendling
2013-02-11
1
-6
/
+7
*
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
1
-1
/
+1
*
Add support in the bitcode reader to read the attribute groups.
Bill Wendling
2013-02-10
1
-0
/
+78
*
Code Custodian (trivial whitespace cleanup)
Joe Abbey
2013-02-06
1
-28
/
+28
*
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...
Michael Gottesman
2013-02-05
1
-1
/
+5
*
Initial cleanups of the param-attribute code in the bitcode reader/writer.
Bill Wendling
2013-02-04
1
-3
/
+23
*
Use an AttrBuilder to generate the correct AttributeSet.
Bill Wendling
2013-01-29
1
-9
/
+4
*
Use the AttributeSet instead of AttributeWithIndex object.
Bill Wendling
2013-01-27
1
-3
/
+2
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-1
/
+1
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-6
/
+12
*
trivial micro-optimization: lazily call the virtual method instead of eagerly...
Chris Lattner
2013-01-20
1
-1
/
+1
*
convert the bitstream reader itself and the IR .bc file parser to use the new...
Chris Lattner
2013-01-20
1
-238
/
+200
*
Add a new BitstreamEntry concept, and add two helper methods for walking
Chris Lattner
2013-01-19
1
-1
/
+1
*
BitstreamReader hasn't aged well. It's been hacked on by various people and
Chris Lattner
2013-01-19
1
-4
/
+0
*
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-30
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-3
/
+3
*
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-09
1
-10
/
+10
*
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
Michael Ilseman
2012-12-09
1
-5
/
+5
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-28
1
-0
/
+8
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
1
-7
/
+0
*
Code pretification
Joe Abbey
2012-11-27
1
-8
/
+8
*
Fast-math flags for the bitcode
Michael Ilseman
2012-11-27
1
-0
/
+15
*
Code Custodian:
Joe Abbey
2012-11-25
1
-2
/
+2
[next]