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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AutoUpgrader] Make ArcRuntime Autoupgrader more conservative
Steven Wu
2019-08-13
1
-2
/
+1
*
[ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls if
Akira Hatanaka
2019-08-08
1
-0
/
+1
*
Reland: [Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-31
1
-0
/
+10
*
Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"
Francis Visoiu Mistrih
2019-07-31
1
-10
/
+0
*
[Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-30
1
-0
/
+10
*
[llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...
Denis Bakhvalov
2019-07-17
1
-2
/
+5
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-1
/
+7
*
Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."
Florian Hahn
2019-07-14
1
-0
/
+4
*
[BitcodeReader] Use tighter upper bound to validate forward references.
Florian Hahn
2019-07-14
4
-8
/
+31
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
1
-1
/
+7
*
Revert [BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-4
/
+0
*
[BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-0
/
+4
*
[Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.h
Francis Visoiu Mistrih
2019-07-09
1
-0
/
+2
*
[Bitcode][NFC] Remove unused variable from BitcodeAnalyzer
Francis Visoiu Mistrih
2019-07-08
1
-2
/
+0
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-0
/
+4
*
[llvm-bcanalyzer] Refactor and move to libLLVMBitReader
Francis Visoiu Mistrih
2019-07-08
2
-0
/
+978
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
1
-14
/
+33
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
1
-33
/
+14
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
1
-2
/
+4
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
1
-14
/
+33
*
Fix -Wdocumentation param warning.
Simon Pilgrim
2019-07-04
1
-2
/
+2
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
1
-33
/
+14
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
5
-514
/
+3
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
1
-14
/
+33
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-07-02
1
-0
/
+56
*
[Attr] Add "willreturn" function attribute
Johannes Doerfert
2019-06-27
1
-0
/
+4
*
Bitcode: derive all types used from records instead of Values.
Tim Northover
2019-06-27
3
-144
/
+311
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
1
-4
/
+2
*
Fix -Wunused-variable warnings after r364464
Hans Wennborg
2019-06-27
1
-2
/
+2
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
3
-313
/
+705
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
1
-2
/
+4
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
1
-4
/
+2
*
IR: make getParamByValType Just Work. NFC.
Tim Northover
2019-06-05
1
-1
/
+2
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-3
/
+47
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-47
/
+3
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-3
/
+47
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
1
-2
/
+4
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-1
/
+19
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
1
-0
/
+5
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-1
/
+7
*
[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible
Teresa Johnson
2019-05-10
1
-1
/
+2
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-1
/
+1
*
Avoid cppcheck operator precedence warnings. NFCI.
Simon Pilgrim
2019-05-03
1
-1
/
+1
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-2
/
+2
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-2
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-2
/
+2
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
1
-0
/
+12
*
[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
Petar Jovanovic
2019-03-19
1
-7
/
+28
*
[ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee
Teresa Johnson
2019-03-15
1
-12
/
+6
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-0
/
+4
[next]