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
...
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-1
/
+14
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-34
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-146
/
+88
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-3
/
+27
*
Remove "ExportingModule" from ThinLTO Index (NFC)
Mehdi Amini
2015-12-03
1
-3
/
+2
*
[ThinLTO] Handle bitcode without function summary sections gracefully
Teresa Johnson
2015-11-21
1
-3
/
+5
*
Move new assert to correct location
Teresa Johnson
2015-11-21
1
-3
/
+3
*
[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
Teresa Johnson
2015-11-20
1
-6
/
+56
*
Do not require a Context to extract the FunctionIndex from Bitcode (NFC)
Mehdi Amini
2015-11-19
1
-23
/
+16
*
[OperandBundles] Tighten OperandBundleDef's interface; NFC
Sanjoy Das
2015-11-18
1
-4
/
+2
*
Use a different block id for block of metadata kind records
Teresa Johnson
2015-11-15
1
-8
/
+61
*
Add a method to the BitcodeReader to parse only the identification block
Mehdi Amini
2015-11-09
1
-0
/
+49
*
[Bitcode] Add enums for call instruction markers and flags. NFC.
Akira Hatanaka
2015-11-07
1
-5
/
+5
*
Add 'notail' marker for call instructions.
Akira Hatanaka
2015-11-06
1
-0
/
+2
*
Add a new attribute: norecurse
James Molloy
2015-11-06
1
-0
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-14
/
+35
*
Error out when faced with value names containing '\0'
Filipe Cabecinhas
2015-11-04
1
-1
/
+4
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-11-03
1
-1
/
+3
*
Don't use Twine objects after their lifetimes end.
Filipe Cabecinhas
2015-11-03
1
-6
/
+6
*
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
[prev]
[next]