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
/
test
/
Bitcode
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."
Florian Hahn
2019-07-14
1
-0
/
+0
*
Revert [BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-0
/
+0
*
[BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-0
/
+0
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-0
/
+0
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-0
/
+0
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-0
/
+0
*
[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
Steven Wu
2019-04-17
1
-0
/
+2
*
[Bitcode] Address backwards compat bug in r342631
Vedant Kumar
2018-09-20
1
-0
/
+0
*
[BitcodeReader] Infer the correct runtime preemption for GlobalValue
Steven Wu
2018-07-09
1
-0
/
+0
*
Do not want to use BFI to get profile count for sample pgo
Dehao Chen
2017-08-03
1
-0
/
+31
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
2
-0
/
+20
*
Bitcode: Introduce BitcodeWriter interface.
Peter Collingbourne
2016-11-29
1
-0
/
+3
*
Bitcode: Check file size before reading bitcode header.
Peter Collingbourne
2016-11-02
1
-0
/
+0
*
Bitcode: Change reader interface to take memory buffers.
Peter Collingbourne
2016-11-02
8
-1
/
+1
*
[thinlto] Basic thinlto fdo heuristic
Piotr Padlewski
2016-09-26
5
-0
/
+27
*
Deleted right file
Piotr Padlewski
2016-09-07
1
-11
/
+0
*
[BitCode] Make sure atomicrmw's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
1
-0
/
+0
*
[BitCode] Make sure storeatomic's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
1
-0
/
+0
*
[BitCode] Diagnose GEPs with no indices
Filipe Cabecinhas
2016-06-05
1
-0
/
+0
*
[BitCode] Don't allow constants of void type.
Filipe Cabecinhas
2016-06-05
1
-0
/
+0
*
ThinLTO: Make aliases explicit in the summary
Mehdi Amini
2016-04-16
1
-0
/
+13
*
Revert "Make aliases explicit in the summary"
Mehdi Amini
2016-04-13
1
-13
/
+0
*
Make aliases explicit in the summary
Mehdi Amini
2016-04-13
1
-0
/
+13
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-0
/
+4
*
Revert "Add support for computing SHA1 in LLVM"
Mehdi Amini
2016-04-01
1
-4
/
+0
*
Add missing test for the "Module hash in bitcode" added in r265095
Mehdi Amini
2016-04-01
1
-0
/
+4
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+0
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
1
-0
/
+0
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
1
-0
/
+0
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
2
-0
/
+21
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
1
-0
/
+0
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
1
-0
/
+0
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
1
-0
/
+0
*
Error out when faced with value names containing '\0'
Filipe Cabecinhas
2015-11-04
1
-0
/
+0
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-11-03
1
-0
/
+0
*
Revert "Don't assert if materializing before seeing any function bodies"
Filipe Cabecinhas
2015-10-30
1
-0
/
+0
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-10-29
1
-0
/
+0
*
Make sure the CastInst is valid before trying to create it
Filipe Cabecinhas
2015-10-06
1
-0
/
+0
*
Fix testing for end of stream in bitstream reader.
Derek Schuff
2015-08-03
1
-0
/
+0
*
Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.
Rafael Espindola
2015-07-02
1
-0
/
+0
*
Improve handling of end of file in the bitcode reader.
Rafael Espindola
2015-06-16
1
-0
/
+0
*
Add a test for padded bitcode files.
Rafael Espindola
2015-06-16
1
-0
/
+0
*
[BitcodeReader] Diagnose type mismatches with aliases
Filipe Cabecinhas
2015-06-03
1
-0
/
+0
*
[Bitcode] Minimize the test to not conflict with others
Filipe Cabecinhas
2015-06-03
1
-0
/
+0
*
[BitcodeReader] Check vector size before trying to create a VectorType
Filipe Cabecinhas
2015-06-03
1
-0
/
+0
*
[BitcodeReader] Change an assert to a call to a call to Error()
Filipe Cabecinhas
2015-05-30
1
-0
/
+0
*
[BitcodeReader] Change assert to report_fatal_error
Filipe Cabecinhas
2015-05-27
1
-0
/
+0
*
[BitstreamReader] Make sure the Array operand type is an encoding
Filipe Cabecinhas
2015-05-27
1
-0
/
+0
*
[BitcodeReader] Make sure abbrev records have at least one operand (record code)
Filipe Cabecinhas
2015-05-26
1
-0
/
+0
*
[BitcodeReader] Sanity check on Comdat ID
Filipe Cabecinhas
2015-05-26
2
-0
/
+0
[next]