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
...
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
1
-2
/
+2
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
1
-2
/
+2
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
1
-2
/
+2
*
Clang format a few prior patches (NFC)
Teresa Johnson
2015-11-02
1
-193
/
+213
*
Revert "Don't assert if materializing before seeing any function bodies"
Filipe Cabecinhas
2015-10-30
1
-3
/
+1
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-10-29
1
-1
/
+3
*
Bitcode: Fix more unsigned integer overflow bugs.
Peter Collingbourne
2015-10-27
1
-3
/
+3
*
[IR] Limit bits used for CallingConv::ID, update tests
Vedant Kumar
2015-10-27
1
-4
/
+7
*
Use Twin instead of std::to_string.
Oleksiy Vyalov
2015-10-26
1
-4
/
+3
*
Add an (optional) identification block in the bitcode
Mehdi Amini
2015-10-26
1
-0
/
+67
*
Silence Visual C++ warning in function summary parsing code (NFC)
Teresa Johnson
2015-10-21
1
-0
/
+1
*
BitcodeReader: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-6
/
+5
*
Fix PR25101 - Handle anonymous functions without VST entries
Teresa Johnson
2015-10-10
1
-28
/
+73
*
Make sure the CastInst is valid before trying to create it
Filipe Cabecinhas
2015-10-06
1
-1
/
+4
*
Remove unused private field introduced by r249270.
Teresa Johnson
2015-10-04
1
-5
/
+2
*
Support for function summary index bitcode sections and files.
Teresa Johnson
2015-10-04
1
-14
/
+583
*
[Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das
2015-09-24
1
-2
/
+80
*
Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
2015-09-18
1
-1
/
+1
*
[opaque pointer types] Add an explicit pointee type to alias records in the IR
David Blaikie
2015-09-17
1
-23
/
+39
*
Restore "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
1
-21
/
+154
*
Revert "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
1
-147
/
+21
*
Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson
2015-09-17
1
-21
/
+147
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-1
/
+2
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+19
*
[BitcodeReader] Ensure we can read constant vector selects with an i1 condition
Filipe Cabecinhas
2015-08-31
1
-4
/
+5
*
Change comment to verify commit accesss.
Karl Schimpf
2015-08-31
1
-1
/
+1
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+2
*
[IR] Cleanup EH instructions a little bit
David Majnemer
2015-08-23
1
-2
/
+1
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-54
/
+100
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-3
/
+9
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+3
*
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
[prev]
[next]