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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-8
/
+9
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-5
/
+9
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+128
*
Reserve some constant values for the Swift calling convention.
Bob Wilson
2015-07-28
1
-0
/
+2
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
1
-0
/
+2
*
Add support for fast-math flags to the FCmp instruction.
James Molloy
2015-07-10
1
-15
/
+31
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-128
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+128
*
Remove always-true comparison, NFC.
Filipe Cabecinhas
2015-07-03
1
-16
/
+11
*
Avoid a use after free.
Rafael Espindola
2015-07-03
1
-1
/
+4
*
Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.
Rafael Espindola
2015-07-02
1
-3
/
+3
*
Rangify some loops.
Rafael Espindola
2015-07-02
1
-17
/
+13
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+14
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Remove the IsStreamed member variable.
Rafael Espindola
2015-06-22
1
-15
/
+9
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-7
/
+40
*
Handle forward referenced function when streaming bitcode.
Rafael Espindola
2015-06-17
1
-24
/
+35
*
Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.
Rafael Espindola
2015-06-17
1
-15
/
+11
*
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
Rafael Espindola
2015-06-16
1
-26
/
+31
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-17
/
+13
*
Improve handling of end of file in the bitcode reader.
Rafael Espindola
2015-06-16
1
-40
/
+5
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+2
*
Don't indent inside a namespace. NFC.
Rafael Espindola
2015-06-15
1
-21
/
+19
*
Replace @ with the more common \. NFC.
Rafael Espindola
2015-06-15
1
-6
/
+6
*
Don't repeat names in comments and start functions with a lower case letter.
Rafael Espindola
2015-06-15
1
-537
/
+527
*
Cleanup the constructor of BitcodeReader. NFC.
Rafael Espindola
2015-06-15
1
-30
/
+28
*
Rangify two for loops in BitcodeReader.cpp.
Yaron Keren
2015-06-12
1
-10
/
+5
*
Use early return idiom. NFC
Filipe Cabecinhas
2015-06-06
1
-6
/
+6
*
[BitcodeReader] Diagnose type mismatches with aliases
Filipe Cabecinhas
2015-06-03
1
-3
/
+6
*
[BitcodeReader] Check vector size before trying to create a VectorType
Filipe Cabecinhas
2015-06-03
1
-0
/
+2
*
[BitcodeReader] Change an assert to a call to a call to Error()
Filipe Cabecinhas
2015-05-30
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-3
/
+1
*
[BitcodeReader] Change assert to report_fatal_error
Filipe Cabecinhas
2015-05-27
1
-1
/
+2
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-0
/
+2
*
[BitcodeReader] Sanity check on Comdat ID
Filipe Cabecinhas
2015-05-26
1
-2
/
+4
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-2
/
+3
*
[BitcodeReader] Error out if we read an invalid function argument type
Filipe Cabecinhas
2015-05-19
1
-1
/
+4
*
[BitcodeReader] Make sure the type of the inserted value matches the type of ...
Filipe Cabecinhas
2015-05-18
1
-0
/
+3
*
Extract the load/store type verification to a separate function.
Filipe Cabecinhas
2015-05-18
1
-9
/
+38
*
[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indices
Filipe Cabecinhas
2015-05-16
1
-4
/
+10
*
Remove redundant checks. NFC
Filipe Cabecinhas
2015-05-15
1
-2
/
+0
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
1
-4
/
+4
*
[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
David Blaikie
2015-05-08
1
-4
/
+6
*
Don't overflow GCTable
Filipe Cabecinhas
2015-04-30
1
-1
/
+1
*
Make sure Op->getType() is a PointerType before we cast<> it.
Filipe Cabecinhas
2015-04-30
1
-0
/
+2
*
Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAX
Filipe Cabecinhas
2015-04-30
1
-0
/
+4
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-21
/
+21
*
Use an "early return" idiom for the error case. NFC
Filipe Cabecinhas
2015-04-29
1
-8
/
+6
[prev]
[next]